COLOR #D8AEB2

HEX: #D8AEB2
RGB: (216,174,178)

Color info

#D8AEB2 contains red, green and blue colors in about the same proportion. Web safe color of #D8AEB2 is #CC9999 (or #C99).

RGB color model

#D8AEB2 color RGB value is (216,174,178).

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

RGB channels and saturation

R 216 of 255 = 85%
G 174 of 255 = 68%
B 178 of 255 = 70%

216
174
178

R + G + B ~ 74%. #D8AEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 174 + 178 = 568 (100%)
R 216 of 568 ~ 38.03%
G 174 of 568 ~ 30.63%
B 178 of 568 ~ 31.34%

%38.03
%30.63
%31.34

CMYK color model

#D8AEB2 color CMYK value is (0,19,18,15).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 17.59%
  • key color value is 15.29%
CMYK:
(0,19,18,15)
C0M19Y18K15 
(0%,19%,18%,15%)
(0.00/0.19/0.18/0.15)	

CMYK percentages

%0
%19.44
%17.59
%15.29

Codes

Color #D8AEB2 in popluar color models

D8AEB2
RGB216174178
HSL354°35.00%76.47%
HSB/HSV354°19.44%84.71%
CMYK0.00%19.44%17.59%
15.29%

Color #D8AEB2 in popluar number systems.

HEXD8AEB2
Decimal216174178
Binary110110001010111010110010
Octal330256262

Shades and tints

Shades of #D8AEB2

#D8AEB2
(216,174,178)
#C59FA2
(197,159,162)
#B29092
(178,144,146)
#9F8182
(159,129,130)
#8C7272
(140,114,114)
#796362
(121,99,98)
#665452
(102,84,82)
#534542
(83,69,66)
#403632
(64,54,50)
#2D2722
(45,39,34)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #D8AEB2

#D8AEB2
(216,174,178)
#DBB5B9
(219,181,185)
#DEBCC0
(222,188,192)
#E1C3C7
(225,195,199)
#E4CACE
(228,202,206)
#E7D1D5
(231,209,213)
#EAD8DC
(234,216,220)
#EDDFE3
(237,223,227)
#F0E6EA
(240,230,234)
#F3EDF1
(243,237,241)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AEB2; }

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

This text font color is #D8AEB2.


Background Color

.myBgColor { background-color: #D8AEB2; }

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

This div background color is #D8AEB2.


Border color

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

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

This div border color is #D8AEB2.


Opacity

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

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

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

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

This text has shadow with #D8AEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AEB2 on black background.


Color preview on white background

This text has color #D8AEB2 on white background.



Black color preview on #D8AEB2 background

This text has black color on #D8AEB2 background.


White color preview on #D8AEB2 background

This text has white color on #D8AEB2 background.