COLOR #D09AB8

HEX: #D09AB8 RGB: (208,154,184)

Color info

#D09AB8 contains red, green and blue colors in about the same proportion. Web safe color of #D09AB8 is #CC99CC (or #C9C).

RGB color model

#D09AB8 color RGB value is (208,154,184).

RGB: (208,154,184) (82%, 60%, 72%)

RGB channels and saturation

R 208 of 255 = 82%
G 154 of 255 = 60%
B 184 of 255 = 72%

208
154
184

R + G + B ~ 71%. #D09AB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 154 + 184 = 546 (100%)
R 208 of 546 ~ 38.1%
G 154 of 546 ~ 28.21%
B 184 of 546 ~ 33.7'%

%38.1
%28.21
%33.7

CMYK color model

#D09AB8 color CMYK value is (0,26,12,18).

  • cyan value is 0.00%
  • magenta value is 25.96%
  • yellow value is 11.54%
  • key color value is 18.43%
CMYK: (0,26,12,18) C0M26Y12K18 (0%,26%,12%,18%) (0.00/0.26/0.12/0.18) 

CMYK percentages

%0
%25.96
%11.54
%18.43

Codes

Color #D09AB8 in popluar color models

D0 9A B8
RGB 208 154 184
HSL 327° 36.49% 70.98%
HSB/HSV 327° 25.96% 81.57%
CMYK 0.00% 25.96% 11.54%
18.43%

Color #D09AB8 in popluar number systems.

HEX D0 9A B8
Decimal 208 154 184
Binary 11010000 10011010 10111000
Octal 320 232 270

Shades and tints

Shades of #D09AB8

#D09AB8
(208,154,184)
#BE8CA8
(190,140,168)
#AC7E98
(172,126,152)
#9A7088
(154,112,136)
#886278
(136,98,120)
#765468
(118,84,104)
#644658
(100,70,88)
#523848
(82,56,72)
#402A38
(64,42,56)
#2E1C28
(46,28,40)
#1C0E18
(28,14,24)
#000000
(0,0,0)

Tints of #D09AB8

#D09AB8
(208,154,184)
#D4A3BE
(212,163,190)
#D8ACC4
(216,172,196)
#DCB5CA
(220,181,202)
#E0BED0
(224,190,208)
#E4C7D6
(228,199,214)
#E8D0DC
(232,208,220)
#ECD9E2
(236,217,226)
#F0E2E8
(240,226,232)
#F4EBEE
(244,235,238)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09AB8 color. Also use rgb(208,154,184) instead hex code.

Text Font Color

.myTextColor { color: #D09AB8; }

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

This text font color is #D09AB8.

Background Color

.myBgColor { background-color: #D09AB8; }

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

This div background color is #D09AB8.

Border color

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

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

This div border color is #D09AB8.

Opacity

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

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

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

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

This text has shadow with #D09AB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09AB8.

Preview

Color preview on black background

This text has color #D09AB8 on black background.


Color preview on white background

This text has color #D09AB8 on white background.


Black color preview on #D09AB8 background

This text has black color on #D09AB8 background.


White color preview on #D09AB8 background

This text has white color on #D09AB8 background.


Related colors

Complementary color

Complementary color for #hex is #2F6547.


I love getcolorcode.com

Triadic colors

1 #B8D09A and #9AB8D0 with #D09AB8 are triadic colors.

2 #B89AD0 and #9AD0B8 with #D09AB8 are triadic colors.