COLOR #D8AECF

HEX: #D8AECF
RGB: (216,174,207)

Color info

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

RGB color model

#D8AECF color RGB value is (216,174,207).

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

RGB channels and saturation

R 216 of 255 = 85%
G 174 of 255 = 68%
B 207 of 255 = 81%

216
174
207

R + G + B ~ 78%. #D8AECF is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 174 + 207 = 597 (100%)
R 216 of 597 ~ 36.18%
G 174 of 597 ~ 29.15%
B 207 of 597 ~ 34.67%

%36.18
%29.15
%34.67

CMYK color model

#D8AECF color CMYK value is (0,19,4,15).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 4.17%
  • key color value is 15.29%
CMYK:
(0,19,4,15)
C0M19Y4K15 
(0%,19%,4%,15%)
(0.00/0.19/0.04/0.15)	

CMYK percentages

%0
%19.44
%4.17
%15.29

Codes

Color #D8AECF in popluar color models

D8AECF
RGB216174207
HSL313°35.00%76.47%
HSB/HSV313°19.44%84.71%
CMYK0.00%19.44%4.17%
15.29%

Color #D8AECF in popluar number systems.

HEXD8AECF
Decimal216174207
Binary110110001010111011001111
Octal330256317

Shades and tints

Shades of #D8AECF

#D8AECF
(216,174,207)
#C59FBD
(197,159,189)
#B290AB
(178,144,171)
#9F8199
(159,129,153)
#8C7287
(140,114,135)
#796375
(121,99,117)
#665463
(102,84,99)
#534551
(83,69,81)
#40363F
(64,54,63)
#2D272D
(45,39,45)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #D8AECF

#D8AECF
(216,174,207)
#DBB5D3
(219,181,211)
#DEBCD7
(222,188,215)
#E1C3DB
(225,195,219)
#E4CADF
(228,202,223)
#E7D1E3
(231,209,227)
#EAD8E7
(234,216,231)
#EDDFEB
(237,223,235)
#F0E6EF
(240,230,239)
#F3EDF3
(243,237,243)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AECF; }

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

This text font color is #D8AECF.


Background Color

.myBgColor { background-color: #D8AECF; }

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

This div background color is #D8AECF.


Border color

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

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

This div border color is #D8AECF.


Opacity

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

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

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

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

This text has shadow with #D8AECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AECF on black background.


Color preview on white background

This text has color #D8AECF on white background.



Black color preview on #D8AECF background

This text has black color on #D8AECF background.


White color preview on #D8AECF background

This text has white color on #D8AECF background.