COLOR #D5AEBD

HEX: #D5AEBD
RGB: (213,174,189)

Color info

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

RGB color model

#D5AEBD color RGB value is (213,174,189).

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

RGB channels and saturation

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

213
174
189

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

Portions of RGB colors in percentages

R + G + B =
213 + 174 + 189 = 576 (100%)
R 213 of 576 ~ 36.98%
G 174 of 576 ~ 30.21%
B 189 of 576 ~ 32.81%

%36.98
%30.21
%32.81

CMYK color model

#D5AEBD color CMYK value is (0,18,11,16).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 11.27%
  • key color value is 16.47%
CMYK:
(0,18,11,16)
C0M18Y11K16 
(0%,18%,11%,16%)
(0.00/0.18/0.11/0.16)	

CMYK percentages

%0
%18.31
%11.27
%16.47

Codes

Color #D5AEBD in popluar color models

D5AEBD
RGB213174189
HSL337°31.71%75.88%
HSB/HSV337°18.31%83.53%
CMYK0.00%18.31%11.27%
16.47%

Color #D5AEBD in popluar number systems.

HEXD5AEBD
Decimal213174189
Binary110101011010111010111101
Octal325256275

Shades and tints

Shades of #D5AEBD

#D5AEBD
(213,174,189)
#C29FAC
(194,159,172)
#AF909B
(175,144,155)
#9C818A
(156,129,138)
#897279
(137,114,121)
#766368
(118,99,104)
#635457
(99,84,87)
#504546
(80,69,70)
#3D3635
(61,54,53)
#2A2724
(42,39,36)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #D5AEBD

#D5AEBD
(213,174,189)
#D8B5C3
(216,181,195)
#DBBCC9
(219,188,201)
#DEC3CF
(222,195,207)
#E1CAD5
(225,202,213)
#E4D1DB
(228,209,219)
#E7D8E1
(231,216,225)
#EADFE7
(234,223,231)
#EDE6ED
(237,230,237)
#F0EDF3
(240,237,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5AEBD; }

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

This text font color is #D5AEBD.


Background Color

.myBgColor { background-color: #D5AEBD; }

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

This div background color is #D5AEBD.


Border color

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

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

This div border color is #D5AEBD.


Opacity

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

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

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

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

This text has shadow with #D5AEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AEBD on black background.


Color preview on white background

This text has color #D5AEBD on white background.



Black color preview on #D5AEBD background

This text has black color on #D5AEBD background.


White color preview on #D5AEBD background

This text has white color on #D5AEBD background.