COLOR #D2766B

HEX: #D2766B
RGB: (210,118,107)

Color info

#D2766B contains mainly red color. Web safe color of #D2766B is #CC6666 (or #C66).

RGB color model

#D2766B color RGB value is (210,118,107).

  • red value is 210;
  • green value is 118;
  • blue value is 107.
RGB:
(210,118,107)
(82%,46%,42%)

RGB channels and saturation

R 210 of 255 = 82%
G 118 of 255 = 46%
B 107 of 255 = 42%

210
118
107

R + G + B ~ 57%. #D2766B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
210 + 118 + 107 = 435 (100%)
R 210 of 435 ~ 48.28%
G 118 of 435 ~ 27.13%
B 107 of 435 ~ 24.6%

%48.28
%27.13
%24.6

CMYK color model

#D2766B color CMYK value is (0,44,49,18).

  • cyan value is 0.00%
  • magenta value is 43.81%
  • yellow value is 49.05%
  • key color value is 17.65%
CMYK:
(0,44,49,18)
C0M44Y49K18 
(0%,44%,49%,18%)
(0.00/0.44/0.49/0.18)	

CMYK percentages

%0
%43.81
%49.05
%17.65

Codes

Color #D2766B in popluar color models

D2766B
RGB210118107
HSL53.37%62.16%
HSB/HSV49.05%82.35%
CMYK0.00%43.81%49.05%
17.65%

Color #D2766B in popluar number systems.

HEXD2766B
Decimal210118107
Binary1101001011101101101011
Octal322166153

Shades and tints

Shades of #D2766B

#D2766B
(210,118,107)
#BF6C62
(191,108,98)
#AC6259
(172,98,89)
#995850
(153,88,80)
#864E47
(134,78,71)
#73443E
(115,68,62)
#603A35
(96,58,53)
#4D302C
(77,48,44)
#3A2623
(58,38,35)
#271C1A
(39,28,26)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #D2766B

#D2766B
(210,118,107)
#D68278
(214,130,120)
#DA8E85
(218,142,133)
#DE9A92
(222,154,146)
#E2A69F
(226,166,159)
#E6B2AC
(230,178,172)
#EABEB9
(234,190,185)
#EECAC6
(238,202,198)
#F2D6D3
(242,214,211)
#F6E2E0
(246,226,224)
#FAEEED
(250,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2766B color. Also use rgb(210,118,107) instead hex code.

Text Font Color

.myTextColor { color: #D2766B; }

<p style="color:#D2766B">This sample text font color is #D2766B.</p>

This text font color is #D2766B.


Background Color

.myBgColor { background-color: #D2766B; }

<div style="background-color:#D2766B">Inner text</div>

This div background color is #D2766B.


Border color

.myBorderColor { border: 1px solid #D2766B; }

<div style="border:3px solid #D2766B">Div</div>

This div border color is #D2766B.


Opacity

.myOpacity80 { color: #D2766B; opacity: 0.8; }

<p style="color:#D2766B;opacity:0.8;">80%</p>

Text with #D2766B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D2766B;}

<p style="text-shadow: 3px 3px 1px #D2766B">Text here.</p>

This text has shadow with #D2766B color.

.textShadow {text-shadow: 3px 3px 1px #D2766B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D2766B, 5px 5px 20px red">Text here.</p>

This text has shadow with #D2766B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D2766B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D2766B, Direction=45, Strength=4)">Text</p>

This text has shadow with #D2766B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D2766B;
  -webkit-box-shadow:	1px 1px 3px 2px #D2766B;
  box-shadow:		1px 1px 3px 2px #D2766B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D2766B;
-webkit-box-shadow: 1px 1px 3px 2px #D2766B;
box-shadow:1px 1px 3px 2px #D2766B;">
Div content here</div>
This div box has shadow with color #D2766B.

Preview

Color preview on black background

This text has color #D2766B on black background.


Color preview on white background

This text has color #D2766B on white background.



Black color preview on #D2766B background

This text has black color on #D2766B background.


White color preview on #D2766B background

This text has white color on #D2766B background.