COLOR #D4AECB

HEX: #D4AECB
RGB: (212,174,203)

Color info

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

RGB color model

#D4AECB color RGB value is (212,174,203).

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

RGB channels and saturation

R 212 of 255 = 83%
G 174 of 255 = 68%
B 203 of 255 = 80%

212
174
203

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

Portions of RGB colors in percentages

R + G + B =
212 + 174 + 203 = 589 (100%)
R 212 of 589 ~ 35.99%
G 174 of 589 ~ 29.54%
B 203 of 589 ~ 34.47%

%35.99
%29.54
%34.47

CMYK color model

#D4AECB color CMYK value is (0,18,4,17).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 4.25%
  • key color value is 16.86%
CMYK:
(0,18,4,17)
C0M18Y4K17 
(0%,18%,4%,17%)
(0.00/0.18/0.04/0.17)	

CMYK percentages

%0
%17.92
%4.25
%16.86

Codes

Color #D4AECB in popluar color models

D4AECB
RGB212174203
HSL314°30.65%75.69%
HSB/HSV314°17.92%83.14%
CMYK0.00%17.92%4.25%
16.86%

Color #D4AECB in popluar number systems.

HEXD4AECB
Decimal212174203
Binary110101001010111011001011
Octal324256313

Shades and tints

Shades of #D4AECB

#D4AECB
(212,174,203)
#C19FB9
(193,159,185)
#AE90A7
(174,144,167)
#9B8195
(155,129,149)
#887283
(136,114,131)
#756371
(117,99,113)
#62545F
(98,84,95)
#4F454D
(79,69,77)
#3C363B
(60,54,59)
#292729
(41,39,41)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #D4AECB

#D4AECB
(212,174,203)
#D7B5CF
(215,181,207)
#DABCD3
(218,188,211)
#DDC3D7
(221,195,215)
#E0CADB
(224,202,219)
#E3D1DF
(227,209,223)
#E6D8E3
(230,216,227)
#E9DFE7
(233,223,231)
#ECE6EB
(236,230,235)
#EFEDEF
(239,237,239)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4AECB; }

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

This text font color is #D4AECB.


Background Color

.myBgColor { background-color: #D4AECB; }

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

This div background color is #D4AECB.


Border color

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

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

This div border color is #D4AECB.


Opacity

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

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

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

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

This text has shadow with #D4AECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AECB on black background.


Color preview on white background

This text has color #D4AECB on white background.



Black color preview on #D4AECB background

This text has black color on #D4AECB background.


White color preview on #D4AECB background

This text has white color on #D4AECB background.