COLOR #D0807E

HEX: #D0807E RGB: (208,128,126)

Color info

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

RGB color model

#D0807E color RGB value is (208,128,126).

RGB: (208,128,126) (82%, 50%, 49%)

RGB channels and saturation

R 208 of 255 = 82%
G 128 of 255 = 50%
B 126 of 255 = 49%

208
128
126

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

Portions of RGB colors in percentages

R + G + B = 208 + 128 + 126 = 462 (100%)
R 208 of 462 ~ 45.02%
G 128 of 462 ~ 27.71%
B 126 of 462 ~ 27.27'%

%45.02
%27.71
%27.27

CMYK color model

#D0807E color CMYK value is (0,38,39,18).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 39.42%
  • key color value is 18.43%

CMYK: (0,38,39,18)
C0M38Y39K18 (0%, 38%, 39%, 18%)
(0.00 / 0.38 / 0.39 / 0.18)

CMYK percentages

%0
%38.46
%39.42
%18.43

Codes

Color #D0807E in popluar color models

D0 80 7E
RGB 208 128 126
HSL 46.59% 65.49%
HSB/HSV 39.42% 81.57%
CMYK 0.00% 38.46% 39.42%
18.43%

Color #D0807E in popluar number systems.

HEX D0 80 7E
Decimal 208 128 126
Binary 11010000 10000000 1111110
Octal 320 200 176

Shades and tints

Shades of #D0807E

#D0807E
(208,128,126)
#BE7573
(190,117,115)
#AC6A68
(172,106,104)
#9A5F5D
(154,95,93)
#885452
(136,84,82)
#764947
(118,73,71)
#643E3C
(100,62,60)
#523331
(82,51,49)
#402826
(64,40,38)
#2E1D1B
(46,29,27)
#1C1210
(28,18,16)
#000000
(0,0,0)

Tints of #D0807E

#D0807E
(208,128,126)
#D48B89
(212,139,137)
#D89694
(216,150,148)
#DCA19F
(220,161,159)
#E0ACAA
(224,172,170)
#E4B7B5
(228,183,181)
#E8C2C0
(232,194,192)
#ECCDCB
(236,205,203)
#F0D8D6
(240,216,214)
#F4E3E1
(244,227,225)
#F8EEEC
(248,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0807E color. Also use rgb(208,128,126) instead hex code.

Text Font Color

.myTextColor { color: #D0807E; }

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

This text font color is #D0807E.

Background Color

.myBgColor { background-color: #D0807E; }

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

This div background color is #D0807E.

Border color

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

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

This div border color is #D0807E.

Opacity

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

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

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

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

This text has shadow with #D0807E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0807E.

Preview

Color preview on black background

This text has color #D0807E on black background.


Color preview on white background

This text has color #D0807E on white background.


Black color preview on #D0807E background

This text has black color on #D0807E background.


White color preview on #D0807E background

This text has white color on #D0807E background.


Related colors

Complementary color

Complementary color for #hex is #2F7F81.


I love getcolorcode.com

Triadic colors

1 #7ED080 and #807ED0 with #D0807E are triadic colors.

2 #7E80D0 and #80D07E with #D0807E are triadic colors.