COLOR #D08690

HEX: #D08690 RGB: (208,134,144)

Color info

#D08690 contains mainly red color. Web safe color of #D08690 is #CC9999 (or #C99).

RGB color model

#D08690 color RGB value is (208,134,144).

RGB: (208,134,144) (82%, 53%, 56%)

RGB channels and saturation

R 208 of 255 = 82%
G 134 of 255 = 53%
B 144 of 255 = 56%

208
134
144

R + G + B ~ 64%. #D08690 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 134 + 144 = 486 (100%)
R 208 of 486 ~ 42.8%
G 134 of 486 ~ 27.57%
B 144 of 486 ~ 29.63'%

%42.8
%27.57
%29.63

CMYK color model

#D08690 color CMYK value is (0,36,31,18).

  • cyan value is 0.00%
  • magenta value is 35.58%
  • yellow value is 30.77%
  • key color value is 18.43%

CMYK: (0,36,31,18)
C0M36Y31K18 (0%, 36%, 31%, 18%)
(0.00 / 0.36 / 0.31 / 0.18)

CMYK percentages

%0
%35.58
%30.77
%18.43

Codes

Color #D08690 in popluar color models

D0 86 90
RGB 208 134 144
HSL 352° 44.05% 67.06%
HSB/HSV 352° 35.58% 81.57%
CMYK 0.00% 35.58% 30.77%
18.43%

Color #D08690 in popluar number systems.

HEX D0 86 90
Decimal 208 134 144
Binary 11010000 10000110 10010000
Octal 320 206 220

Shades and tints

Shades of #D08690

#D08690
(208,134,144)
#BE7A83
(190,122,131)
#AC6E76
(172,110,118)
#9A6269
(154,98,105)
#88565C
(136,86,92)
#764A4F
(118,74,79)
#643E42
(100,62,66)
#523235
(82,50,53)
#402628
(64,38,40)
#2E1A1B
(46,26,27)
#1C0E0E
(28,14,14)
#000000
(0,0,0)

Tints of #D08690

#D08690
(208,134,144)
#D4919A
(212,145,154)
#D89CA4
(216,156,164)
#DCA7AE
(220,167,174)
#E0B2B8
(224,178,184)
#E4BDC2
(228,189,194)
#E8C8CC
(232,200,204)
#ECD3D6
(236,211,214)
#F0DEE0
(240,222,224)
#F4E9EA
(244,233,234)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08690 color. Also use rgb(208,134,144) instead hex code.

Text Font Color

.myTextColor { color: #D08690; }

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

This text font color is #D08690.

Background Color

.myBgColor { background-color: #D08690; }

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

This div background color is #D08690.

Border color

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

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

This div border color is #D08690.

Opacity

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

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

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

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

This text has shadow with #D08690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08690.

Preview

Color preview on black background

This text has color #D08690 on black background.


Color preview on white background

This text has color #D08690 on white background.


Black color preview on #D08690 background

This text has black color on #D08690 background.


White color preview on #D08690 background

This text has white color on #D08690 background.


Related colors

Complementary color

Complementary color for #hex is #2F796F.


I love getcolorcode.com

Triadic colors

1 #90D086 and #8690D0 with #D08690 are triadic colors.

2 #9086D0 and #86D090 with #D08690 are triadic colors.