COLOR #D2AECB

HEX: #D2AECB
RGB: (210,174,203)

Color info

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

RGB color model

#D2AECB color RGB value is (210,174,203).

  • red value is 210;
  • green value is 174;
  • blue value is 203.
RGB:
(210,174,203)
(82%,68%,80%)

RGB channels and saturation

R 210 of 255 = 82%
G 174 of 255 = 68%
B 203 of 255 = 80%

210
174
203

R + G + B ~ 77%. #D2AECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 174 + 203 = 587 (100%)
R 210 of 587 ~ 35.78%
G 174 of 587 ~ 29.64%
B 203 of 587 ~ 34.58%

%35.78
%29.64
%34.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 3.33%
  • key color value is 17.65%
CMYK:
(0,17,3,18)
C0M17Y3K18 
(0%,17%,3%,18%)
(0.00/0.17/0.03/0.18)	

CMYK percentages

%0
%17.14
%3.33
%17.65

Codes

Color #D2AECB in popluar color models

D2AECB
RGB210174203
HSL312°28.57%75.29%
HSB/HSV312°17.14%82.35%
CMYK0.00%17.14%3.33%
17.65%

Color #D2AECB in popluar number systems.

HEXD2AECB
Decimal210174203
Binary110100101010111011001011
Octal322256313

Shades and tints

Shades of #D2AECB

#D2AECB
(210,174,203)
#BF9FB9
(191,159,185)
#AC90A7
(172,144,167)
#998195
(153,129,149)
#867283
(134,114,131)
#736371
(115,99,113)
#60545F
(96,84,95)
#4D454D
(77,69,77)
#3A363B
(58,54,59)
#272729
(39,39,41)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #D2AECB

#D2AECB
(210,174,203)
#D6B5CF
(214,181,207)
#DABCD3
(218,188,211)
#DEC3D7
(222,195,215)
#E2CADB
(226,202,219)
#E6D1DF
(230,209,223)
#EAD8E3
(234,216,227)
#EEDFE7
(238,223,231)
#F2E6EB
(242,230,235)
#F6EDEF
(246,237,239)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AECB color. Also use rgb(210,174,203) instead hex code.

Text Font Color

.myTextColor { color: #D2AECB; }

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

This text font color is #D2AECB.


Background Color

.myBgColor { background-color: #D2AECB; }

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

This div background color is #D2AECB.


Border color

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

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

This div border color is #D2AECB.


Opacity

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

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

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

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

This text has shadow with #D2AECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AECB on black background.


Color preview on white background

This text has color #D2AECB on white background.



Black color preview on #D2AECB background

This text has black color on #D2AECB background.


White color preview on #D2AECB background

This text has white color on #D2AECB background.