COLOR #D5AEBC

HEX: #D5AEBC
RGB: (213,174,188)

Color info

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

RGB color model

#D5AEBC color RGB value is (213,174,188).

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

RGB channels and saturation

R 213 of 255 = 84%
G 174 of 255 = 68%
B 188 of 255 = 74%

213
174
188

R + G + B ~ 75%. #D5AEBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 174 + 188 = 575 (100%)
R 213 of 575 ~ 37.04%
G 174 of 575 ~ 30.26%
B 188 of 575 ~ 32.7%

%37.04
%30.26
%32.7

CMYK color model

#D5AEBC color CMYK value is (0,18,12,16).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 11.74%
  • key color value is 16.47%
CMYK:
(0,18,12,16)
C0M18Y12K16 
(0%,18%,12%,16%)
(0.00/0.18/0.12/0.16)	

CMYK percentages

%0
%18.31
%11.74
%16.47

Codes

Color #D5AEBC in popluar color models

D5AEBC
RGB213174188
HSL338°31.71%75.88%
HSB/HSV338°18.31%83.53%
CMYK0.00%18.31%11.74%
16.47%

Color #D5AEBC in popluar number systems.

HEXD5AEBC
Decimal213174188
Binary110101011010111010111100
Octal325256274

Shades and tints

Shades of #D5AEBC

#D5AEBC
(213,174,188)
#C29FAB
(194,159,171)
#AF909A
(175,144,154)
#9C8189
(156,129,137)
#897278
(137,114,120)
#766367
(118,99,103)
#635456
(99,84,86)
#504545
(80,69,69)
#3D3634
(61,54,52)
#2A2723
(42,39,35)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #D5AEBC

#D5AEBC
(213,174,188)
#D8B5C2
(216,181,194)
#DBBCC8
(219,188,200)
#DEC3CE
(222,195,206)
#E1CAD4
(225,202,212)
#E4D1DA
(228,209,218)
#E7D8E0
(231,216,224)
#EADFE6
(234,223,230)
#EDE6EC
(237,230,236)
#F0EDF2
(240,237,242)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5AEBC; }

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

This text font color is #D5AEBC.


Background Color

.myBgColor { background-color: #D5AEBC; }

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

This div background color is #D5AEBC.


Border color

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

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

This div border color is #D5AEBC.


Opacity

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

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

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

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

This text has shadow with #D5AEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AEBC on black background.


Color preview on white background

This text has color #D5AEBC on white background.



Black color preview on #D5AEBC background

This text has black color on #D5AEBC background.


White color preview on #D5AEBC background

This text has white color on #D5AEBC background.