COLOR #D2ACCC

HEX: #D2ACCC RGB: (210,172,204)

Color info

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

RGB color model

#D2ACCC color RGB value is (210,172,204).

RGB: (210,172,204) (82%, 67%, 80%)

RGB channels and saturation

R 210 of 255 = 82%
G 172 of 255 = 67%
B 204 of 255 = 80%

210
172
204

R + G + B ~ 76%. #D2ACCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 172 + 204 = 586 (100%)
R 210 of 586 ~ 35.84%
G 172 of 586 ~ 29.35%
B 204 of 586 ~ 34.81'%

%35.84
%29.35
%34.81

CMYK color model

#D2ACCC color CMYK value is (0,18,3,18).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 2.86%
  • key color value is 17.65%
CMYK: (0,18,3,18) C0M18Y3K18 (0%,18%,3%,18%) (0.00/0.18/0.03/0.18) 

CMYK percentages

%0
%18.1
%2.86
%17.65

Codes

Color #D2ACCC in popluar color models

D2 AC CC
RGB 210 172 204
HSL 309° 29.69% 74.90%
HSB/HSV 309° 18.10% 82.35%
CMYK 0.00% 18.10% 2.86%
17.65%

Color #D2ACCC in popluar number systems.

HEX D2 AC CC
Decimal 210 172 204
Binary 11010010 10101100 11001100
Octal 322 254 314

Shades and tints

Shades of #D2ACCC

#D2ACCC
(210,172,204)
#BF9DBA
(191,157,186)
#AC8EA8
(172,142,168)
#997F96
(153,127,150)
#867084
(134,112,132)
#736172
(115,97,114)
#605260
(96,82,96)
#4D434E
(77,67,78)
#3A343C
(58,52,60)
#27252A
(39,37,42)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #D2ACCC

#D2ACCC
(210,172,204)
#D6B3D0
(214,179,208)
#DABAD4
(218,186,212)
#DEC1D8
(222,193,216)
#E2C8DC
(226,200,220)
#E6CFE0
(230,207,224)
#EAD6E4
(234,214,228)
#EEDDE8
(238,221,232)
#F2E4EC
(242,228,236)
#F6EBF0
(246,235,240)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2ACCC color. Also use rgb(210,172,204) instead hex code.

Text Font Color

.myTextColor { color: #D2ACCC; }

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

This text font color is #D2ACCC.

Background Color

.myBgColor { background-color: #D2ACCC; }

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

This div background color is #D2ACCC.

Border color

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

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

This div border color is #D2ACCC.

Opacity

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

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

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

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

This text has shadow with #D2ACCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2ACCC.

Preview

Color preview on black background

This text has color #D2ACCC on black background.


Color preview on white background

This text has color #D2ACCC on white background.


Black color preview on #D2ACCC background

This text has black color on #D2ACCC background.


White color preview on #D2ACCC background

This text has white color on #D2ACCC background.


Related colors

Complementary color

Complementary color for #hex is #2D5333.


I love getcolorcode.com

Triadic colors

1 #CCD2AC and #ACCCD2 with #D2ACCC are triadic colors.

2 #CCACD2 and #ACD2CC with #D2ACCC are triadic colors.