COLOR #D5AEC9

HEX: #D5AEC9
RGB: (213,174,201)

Color info

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

RGB color model

#D5AEC9 color RGB value is (213,174,201).

  • red value is 213;
  • green value is 174;
  • blue value is 201.
RGB:
(213,174,201)
(84%,68%,79%)

RGB channels and saturation

R 213 of 255 = 84%
G 174 of 255 = 68%
B 201 of 255 = 79%

213
174
201

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

Portions of RGB colors in percentages

R + G + B =
213 + 174 + 201 = 588 (100%)
R 213 of 588 ~ 36.22%
G 174 of 588 ~ 29.59%
B 201 of 588 ~ 34.18%

%36.22
%29.59
%34.18

CMYK color model

#D5AEC9 color CMYK value is (0,18,6,16).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 5.63%
  • key color value is 16.47%
CMYK:
(0,18,6,16)
C0M18Y6K16 
(0%,18%,6%,16%)
(0.00/0.18/0.06/0.16)	

CMYK percentages

%0
%18.31
%5.63
%16.47

Codes

Color #D5AEC9 in popluar color models

D5AEC9
RGB213174201
HSL318°31.71%75.88%
HSB/HSV318°18.31%83.53%
CMYK0.00%18.31%5.63%
16.47%

Color #D5AEC9 in popluar number systems.

HEXD5AEC9
Decimal213174201
Binary110101011010111011001001
Octal325256311

Shades and tints

Shades of #D5AEC9

#D5AEC9
(213,174,201)
#C29FB7
(194,159,183)
#AF90A5
(175,144,165)
#9C8193
(156,129,147)
#897281
(137,114,129)
#76636F
(118,99,111)
#63545D
(99,84,93)
#50454B
(80,69,75)
#3D3639
(61,54,57)
#2A2727
(42,39,39)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #D5AEC9

#D5AEC9
(213,174,201)
#D8B5CD
(216,181,205)
#DBBCD1
(219,188,209)
#DEC3D5
(222,195,213)
#E1CAD9
(225,202,217)
#E4D1DD
(228,209,221)
#E7D8E1
(231,216,225)
#EADFE5
(234,223,229)
#EDE6E9
(237,230,233)
#F0EDED
(240,237,237)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AEC9 color. Also use rgb(213,174,201) instead hex code.

Text Font Color

.myTextColor { color: #D5AEC9; }

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

This text font color is #D5AEC9.


Background Color

.myBgColor { background-color: #D5AEC9; }

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

This div background color is #D5AEC9.


Border color

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

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

This div border color is #D5AEC9.


Opacity

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

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

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

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

This text has shadow with #D5AEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AEC9 on black background.


Color preview on white background

This text has color #D5AEC9 on white background.



Black color preview on #D5AEC9 background

This text has black color on #D5AEC9 background.


White color preview on #D5AEC9 background

This text has white color on #D5AEC9 background.