COLOR #D4AEC2

HEX: #D4AEC2
RGB: (212,174,194)

Color info

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

RGB color model

#D4AEC2 color RGB value is (212,174,194).

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

RGB channels and saturation

R 212 of 255 = 83%
G 174 of 255 = 68%
B 194 of 255 = 76%

212
174
194

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

Portions of RGB colors in percentages

R + G + B =
212 + 174 + 194 = 580 (100%)
R 212 of 580 ~ 36.55%
G 174 of 580 ~ 30%
B 194 of 580 ~ 33.45%

%36.55
%30
%33.45

CMYK color model

#D4AEC2 color CMYK value is (0,18,8,17).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 8.49%
  • key color value is 16.86%
CMYK:
(0,18,8,17)
C0M18Y8K17 
(0%,18%,8%,17%)
(0.00/0.18/0.08/0.17)	

CMYK percentages

%0
%17.92
%8.49
%16.86

Codes

Color #D4AEC2 in popluar color models

D4AEC2
RGB212174194
HSL328°30.65%75.69%
HSB/HSV328°17.92%83.14%
CMYK0.00%17.92%8.49%
16.86%

Color #D4AEC2 in popluar number systems.

HEXD4AEC2
Decimal212174194
Binary110101001010111011000010
Octal324256302

Shades and tints

Shades of #D4AEC2

#D4AEC2
(212,174,194)
#C19FB1
(193,159,177)
#AE90A0
(174,144,160)
#9B818F
(155,129,143)
#88727E
(136,114,126)
#75636D
(117,99,109)
#62545C
(98,84,92)
#4F454B
(79,69,75)
#3C363A
(60,54,58)
#292729
(41,39,41)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #D4AEC2

#D4AEC2
(212,174,194)
#D7B5C7
(215,181,199)
#DABCCC
(218,188,204)
#DDC3D1
(221,195,209)
#E0CAD6
(224,202,214)
#E3D1DB
(227,209,219)
#E6D8E0
(230,216,224)
#E9DFE5
(233,223,229)
#ECE6EA
(236,230,234)
#EFEDEF
(239,237,239)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4AEC2; }

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

This text font color is #D4AEC2.


Background Color

.myBgColor { background-color: #D4AEC2; }

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

This div background color is #D4AEC2.


Border color

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

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

This div border color is #D4AEC2.


Opacity

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

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

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

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

This text has shadow with #D4AEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AEC2 on black background.


Color preview on white background

This text has color #D4AEC2 on white background.



Black color preview on #D4AEC2 background

This text has black color on #D4AEC2 background.


White color preview on #D4AEC2 background

This text has white color on #D4AEC2 background.