COLOR #D0ACC2

HEX: #D0ACC2 RGB: (208,172,194)

Color info

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

RGB color model

#D0ACC2 color RGB value is (208,172,194).

RGB: (208,172,194) (82%, 67%, 76%)

RGB channels and saturation

R 208 of 255 = 82%
G 172 of 255 = 67%
B 194 of 255 = 76%

208
172
194

R + G + B ~ 75%. #D0ACC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 172 + 194 = 574 (100%)
R 208 of 574 ~ 36.24%
G 172 of 574 ~ 29.97%
B 194 of 574 ~ 33.8'%

%36.24
%29.97
%33.8

CMYK color model

#D0ACC2 color CMYK value is (0,17,7,18).

  • cyan value is 0.00%
  • magenta value is 17.31%
  • yellow value is 6.73%
  • key color value is 18.43%

CMYK: (0,17,7,18)
C0M17Y7K18 (0%, 17%, 7%, 18%)
(0.00 / 0.17 / 0.07 / 0.18)

CMYK percentages

%0
%17.31
%6.73
%18.43

Codes

Color #D0ACC2 in popluar color models

D0 AC C2
RGB 208 172 194
HSL 323° 27.69% 74.51%
HSB/HSV 323° 17.31% 81.57%
CMYK 0.00% 17.31% 6.73%
18.43%

Color #D0ACC2 in popluar number systems.

HEX D0 AC C2
Decimal 208 172 194
Binary 11010000 10101100 11000010
Octal 320 254 302

Shades and tints

Shades of #D0ACC2

#D0ACC2
(208,172,194)
#BE9DB1
(190,157,177)
#AC8EA0
(172,142,160)
#9A7F8F
(154,127,143)
#88707E
(136,112,126)
#76616D
(118,97,109)
#64525C
(100,82,92)
#52434B
(82,67,75)
#40343A
(64,52,58)
#2E2529
(46,37,41)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #D0ACC2

#D0ACC2
(208,172,194)
#D4B3C7
(212,179,199)
#D8BACC
(216,186,204)
#DCC1D1
(220,193,209)
#E0C8D6
(224,200,214)
#E4CFDB
(228,207,219)
#E8D6E0
(232,214,224)
#ECDDE5
(236,221,229)
#F0E4EA
(240,228,234)
#F4EBEF
(244,235,239)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0ACC2 color. Also use rgb(208,172,194) instead hex code.

Text Font Color

.myTextColor { color: #D0ACC2; }

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

This text font color is #D0ACC2.

Background Color

.myBgColor { background-color: #D0ACC2; }

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

This div background color is #D0ACC2.

Border color

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

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

This div border color is #D0ACC2.

Opacity

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

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

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

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

This text has shadow with #D0ACC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0ACC2.

Preview

Color preview on black background

This text has color #D0ACC2 on black background.


Color preview on white background

This text has color #D0ACC2 on white background.


Black color preview on #D0ACC2 background

This text has black color on #D0ACC2 background.


White color preview on #D0ACC2 background

This text has white color on #D0ACC2 background.


Related colors

Complementary color

Complementary color for #hex is #2F533D.


I love getcolorcode.com

Triadic colors

1 #C2D0AC and #ACC2D0 with #D0ACC2 are triadic colors.

2 #C2ACD0 and #ACD0C2 with #D0ACC2 are triadic colors.