COLOR #D8AEB9

HEX: #D8AEB9
RGB: (216,174,185)

Color info

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

RGB color model

#D8AEB9 color RGB value is (216,174,185).

  • red value is 216;
  • green value is 174;
  • blue value is 185.
RGB:
(216,174,185)
(85%,68%,73%)

RGB channels and saturation

R 216 of 255 = 85%
G 174 of 255 = 68%
B 185 of 255 = 73%

216
174
185

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

Portions of RGB colors in percentages

R + G + B =
216 + 174 + 185 = 575 (100%)
R 216 of 575 ~ 37.57%
G 174 of 575 ~ 30.26%
B 185 of 575 ~ 32.17%

%37.57
%30.26
%32.17

CMYK color model

#D8AEB9 color CMYK value is (0,19,14,15).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 14.35%
  • key color value is 15.29%
CMYK:
(0,19,14,15)
C0M19Y14K15 
(0%,19%,14%,15%)
(0.00/0.19/0.14/0.15)	

CMYK percentages

%0
%19.44
%14.35
%15.29

Codes

Color #D8AEB9 in popluar color models

D8AEB9
RGB216174185
HSL344°35.00%76.47%
HSB/HSV344°19.44%84.71%
CMYK0.00%19.44%14.35%
15.29%

Color #D8AEB9 in popluar number systems.

HEXD8AEB9
Decimal216174185
Binary110110001010111010111001
Octal330256271

Shades and tints

Shades of #D8AEB9

#D8AEB9
(216,174,185)
#C59FA9
(197,159,169)
#B29099
(178,144,153)
#9F8189
(159,129,137)
#8C7279
(140,114,121)
#796369
(121,99,105)
#665459
(102,84,89)
#534549
(83,69,73)
#403639
(64,54,57)
#2D2729
(45,39,41)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #D8AEB9

#D8AEB9
(216,174,185)
#DBB5BF
(219,181,191)
#DEBCC5
(222,188,197)
#E1C3CB
(225,195,203)
#E4CAD1
(228,202,209)
#E7D1D7
(231,209,215)
#EAD8DD
(234,216,221)
#EDDFE3
(237,223,227)
#F0E6E9
(240,230,233)
#F3EDEF
(243,237,239)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8AEB9 color. Also use rgb(216,174,185) instead hex code.

Text Font Color

.myTextColor { color: #D8AEB9; }

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

This text font color is #D8AEB9.


Background Color

.myBgColor { background-color: #D8AEB9; }

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

This div background color is #D8AEB9.


Border color

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

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

This div border color is #D8AEB9.


Opacity

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

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

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

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

This text has shadow with #D8AEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AEB9 on black background.


Color preview on white background

This text has color #D8AEB9 on white background.



Black color preview on #D8AEB9 background

This text has black color on #D8AEB9 background.


White color preview on #D8AEB9 background

This text has white color on #D8AEB9 background.