COLOR #D4AEC8

HEX: #D4AEC8
RGB: (212,174,200)

Color info

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

RGB color model

#D4AEC8 color RGB value is (212,174,200).

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

RGB channels and saturation

R 212 of 255 = 83%
G 174 of 255 = 68%
B 200 of 255 = 78%

212
174
200

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

Portions of RGB colors in percentages

R + G + B =
212 + 174 + 200 = 586 (100%)
R 212 of 586 ~ 36.18%
G 174 of 586 ~ 29.69%
B 200 of 586 ~ 34.13%

%36.18
%29.69
%34.13

CMYK color model

#D4AEC8 color CMYK value is (0,18,6,17).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 5.66%
  • key color value is 16.86%
CMYK:
(0,18,6,17)
C0M18Y6K17 
(0%,18%,6%,17%)
(0.00/0.18/0.06/0.17)	

CMYK percentages

%0
%17.92
%5.66
%16.86

Codes

Color #D4AEC8 in popluar color models

D4AEC8
RGB212174200
HSL319°30.65%75.69%
HSB/HSV319°17.92%83.14%
CMYK0.00%17.92%5.66%
16.86%

Color #D4AEC8 in popluar number systems.

HEXD4AEC8
Decimal212174200
Binary110101001010111011001000
Octal324256310

Shades and tints

Shades of #D4AEC8

#D4AEC8
(212,174,200)
#C19FB6
(193,159,182)
#AE90A4
(174,144,164)
#9B8192
(155,129,146)
#887280
(136,114,128)
#75636E
(117,99,110)
#62545C
(98,84,92)
#4F454A
(79,69,74)
#3C3638
(60,54,56)
#292726
(41,39,38)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #D4AEC8

#D4AEC8
(212,174,200)
#D7B5CD
(215,181,205)
#DABCD2
(218,188,210)
#DDC3D7
(221,195,215)
#E0CADC
(224,202,220)
#E3D1E1
(227,209,225)
#E6D8E6
(230,216,230)
#E9DFEB
(233,223,235)
#ECE6F0
(236,230,240)
#EFEDF5
(239,237,245)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4AEC8; }

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

This text font color is #D4AEC8.


Background Color

.myBgColor { background-color: #D4AEC8; }

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

This div background color is #D4AEC8.


Border color

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

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

This div border color is #D4AEC8.


Opacity

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

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

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

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

This text has shadow with #D4AEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AEC8 on black background.


Color preview on white background

This text has color #D4AEC8 on white background.



Black color preview on #D4AEC8 background

This text has black color on #D4AEC8 background.


White color preview on #D4AEC8 background

This text has white color on #D4AEC8 background.