COLOR #D06E76

HEX: #D06E76 RGB: (208,110,118)

Color info

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

RGB color model

#D06E76 color RGB value is (208,110,118).

RGB: (208,110,118) (82%, 43%, 46%)

RGB channels and saturation

R 208 of 255 = 82%
G 110 of 255 = 43%
B 118 of 255 = 46%

208
110
118

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

Portions of RGB colors in percentages

R + G + B = 208 + 110 + 118 = 436 (100%)
R 208 of 436 ~ 47.71%
G 110 of 436 ~ 25.23%
B 118 of 436 ~ 27.06'%

%47.71
%25.23
%27.06

CMYK color model

#D06E76 color CMYK value is (0,47,43,18).

  • cyan value is 0.00%
  • magenta value is 47.12%
  • yellow value is 43.27%
  • key color value is 18.43%

CMYK: (0,47,43,18)
C0M47Y43K18 (0%, 47%, 43%, 18%)
(0.00 / 0.47 / 0.43 / 0.18)

CMYK percentages

%0
%47.12
%43.27
%18.43

Codes

Color #D06E76 in popluar color models

D0 6E 76
RGB 208 110 118
HSL 355° 51.04% 62.35%
HSB/HSV 355° 47.12% 81.57%
CMYK 0.00% 47.12% 43.27%
18.43%

Color #D06E76 in popluar number systems.

HEX D0 6E 76
Decimal 208 110 118
Binary 11010000 1101110 1110110
Octal 320 156 166

Shades and tints

Shades of #D06E76

#D06E76
(208,110,118)
#BE646C
(190,100,108)
#AC5A62
(172,90,98)
#9A5058
(154,80,88)
#88464E
(136,70,78)
#763C44
(118,60,68)
#64323A
(100,50,58)
#522830
(82,40,48)
#401E26
(64,30,38)
#2E141C
(46,20,28)
#1C0A12
(28,10,18)
#000000
(0,0,0)

Tints of #D06E76

#D06E76
(208,110,118)
#D47B82
(212,123,130)
#D8888E
(216,136,142)
#DC959A
(220,149,154)
#E0A2A6
(224,162,166)
#E4AFB2
(228,175,178)
#E8BCBE
(232,188,190)
#ECC9CA
(236,201,202)
#F0D6D6
(240,214,214)
#F4E3E2
(244,227,226)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D06E76 color. Also use rgb(208,110,118) instead hex code.

Text Font Color

.myTextColor { color: #D06E76; }

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

This text font color is #D06E76.

Background Color

.myBgColor { background-color: #D06E76; }

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

This div background color is #D06E76.

Border color

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

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

This div border color is #D06E76.

Opacity

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

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

Text with #D06E76 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 #D06E76;}

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

This text has shadow with #D06E76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D06E76.

Preview

Color preview on black background

This text has color #D06E76 on black background.


Color preview on white background

This text has color #D06E76 on white background.


Black color preview on #D06E76 background

This text has black color on #D06E76 background.


White color preview on #D06E76 background

This text has white color on #D06E76 background.


Related colors

Complementary color

Complementary color for #hex is #2F9189.


I love getcolorcode.com

Triadic colors

1 #76D06E and #6E76D0 with #D06E76 are triadic colors.

2 #766ED0 and #6ED076 with #D06E76 are triadic colors.