COLOR #D5AEC3

HEX: #D5AEC3
RGB: (213,174,195)

Color info

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

RGB color model

#D5AEC3 color RGB value is (213,174,195).

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

RGB channels and saturation

R 213 of 255 = 84%
G 174 of 255 = 68%
B 195 of 255 = 76%

213
174
195

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

Portions of RGB colors in percentages

R + G + B =
213 + 174 + 195 = 582 (100%)
R 213 of 582 ~ 36.6%
G 174 of 582 ~ 29.9%
B 195 of 582 ~ 33.51%

%36.6
%29.9
%33.51

CMYK color model

#D5AEC3 color CMYK value is (0,18,8,16).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 8.45%
  • key color value is 16.47%
CMYK:
(0,18,8,16)
C0M18Y8K16 
(0%,18%,8%,16%)
(0.00/0.18/0.08/0.16)	

CMYK percentages

%0
%18.31
%8.45
%16.47

Codes

Color #D5AEC3 in popluar color models

D5AEC3
RGB213174195
HSL328°31.71%75.88%
HSB/HSV328°18.31%83.53%
CMYK0.00%18.31%8.45%
16.47%

Color #D5AEC3 in popluar number systems.

HEXD5AEC3
Decimal213174195
Binary110101011010111011000011
Octal325256303

Shades and tints

Shades of #D5AEC3

#D5AEC3
(213,174,195)
#C29FB2
(194,159,178)
#AF90A1
(175,144,161)
#9C8190
(156,129,144)
#89727F
(137,114,127)
#76636E
(118,99,110)
#63545D
(99,84,93)
#50454C
(80,69,76)
#3D363B
(61,54,59)
#2A272A
(42,39,42)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #D5AEC3

#D5AEC3
(213,174,195)
#D8B5C8
(216,181,200)
#DBBCCD
(219,188,205)
#DEC3D2
(222,195,210)
#E1CAD7
(225,202,215)
#E4D1DC
(228,209,220)
#E7D8E1
(231,216,225)
#EADFE6
(234,223,230)
#EDE6EB
(237,230,235)
#F0EDF0
(240,237,240)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5AEC3; }

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

This text font color is #D5AEC3.


Background Color

.myBgColor { background-color: #D5AEC3; }

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

This div background color is #D5AEC3.


Border color

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

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

This div border color is #D5AEC3.


Opacity

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

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

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

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

This text has shadow with #D5AEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AEC3 on black background.


Color preview on white background

This text has color #D5AEC3 on white background.



Black color preview on #D5AEC3 background

This text has black color on #D5AEC3 background.


White color preview on #D5AEC3 background

This text has white color on #D5AEC3 background.