COLOR #D09AC0

HEX: #D09AC0 RGB: (208,154,192)

Color info

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

RGB color model

#D09AC0 color RGB value is (208,154,192).

RGB: (208,154,192) (82%, 60%, 75%)

RGB channels and saturation

R 208 of 255 = 82%
G 154 of 255 = 60%
B 192 of 255 = 75%

208
154
192

R + G + B ~ 72%. #D09AC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 154 + 192 = 554 (100%)
R 208 of 554 ~ 37.55%
G 154 of 554 ~ 27.8%
B 192 of 554 ~ 34.66'%

%37.55
%27.8
%34.66

CMYK color model

#D09AC0 color CMYK value is (0,26,8,18).

  • cyan value is 0.00%
  • magenta value is 25.96%
  • yellow value is 7.69%
  • key color value is 18.43%

CMYK: (0,26,8,18)
C0M26Y8K18 (0%, 26%, 8%, 18%)
(0.00 / 0.26 / 0.08 / 0.18)

CMYK percentages

%0
%25.96
%7.69
%18.43

Codes

Color #D09AC0 in popluar color models

D0 9A C0
RGB 208 154 192
HSL 318° 36.49% 70.98%
HSB/HSV 318° 25.96% 81.57%
CMYK 0.00% 25.96% 7.69%
18.43%

Color #D09AC0 in popluar number systems.

HEX D0 9A C0
Decimal 208 154 192
Binary 11010000 10011010 11000000
Octal 320 232 300

Shades and tints

Shades of #D09AC0

#D09AC0
(208,154,192)
#BE8CAF
(190,140,175)
#AC7E9E
(172,126,158)
#9A708D
(154,112,141)
#88627C
(136,98,124)
#76546B
(118,84,107)
#64465A
(100,70,90)
#523849
(82,56,73)
#402A38
(64,42,56)
#2E1C27
(46,28,39)
#1C0E16
(28,14,22)
#000000
(0,0,0)

Tints of #D09AC0

#D09AC0
(208,154,192)
#D4A3C5
(212,163,197)
#D8ACCA
(216,172,202)
#DCB5CF
(220,181,207)
#E0BED4
(224,190,212)
#E4C7D9
(228,199,217)
#E8D0DE
(232,208,222)
#ECD9E3
(236,217,227)
#F0E2E8
(240,226,232)
#F4EBED
(244,235,237)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09AC0; }

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

This text font color is #D09AC0.

Background Color

.myBgColor { background-color: #D09AC0; }

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

This div background color is #D09AC0.

Border color

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

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

This div border color is #D09AC0.

Opacity

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

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

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

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

This text has shadow with #D09AC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09AC0.

Preview

Color preview on black background

This text has color #D09AC0 on black background.


Color preview on white background

This text has color #D09AC0 on white background.


Black color preview on #D09AC0 background

This text has black color on #D09AC0 background.


White color preview on #D09AC0 background

This text has white color on #D09AC0 background.


Related colors

Complementary color

Complementary color for #hex is #2F653F.


I love getcolorcode.com

Triadic colors

1 #C0D09A and #9AC0D0 with #D09AC0 are triadic colors.

2 #C09AD0 and #9AD0C0 with #D09AC0 are triadic colors.