COLOR #D0AED7

HEX: #D0AED7
RGB: (208,174,215)

Color info

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

RGB color model

#D0AED7 color RGB value is (208,174,215).

  • red value is 208;
  • green value is 174;
  • blue value is 215.
RGB:
(208,174,215)
(82%,68%,84%)

RGB channels and saturation

R 208 of 255 = 82%
G 174 of 255 = 68%
B 215 of 255 = 84%

208
174
215

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

Portions of RGB colors in percentages

R + G + B =
208 + 174 + 215 = 597 (100%)
R 208 of 597 ~ 34.84%
G 174 of 597 ~ 29.15%
B 215 of 597 ~ 36.01%

%34.84
%29.15
%36.01

CMYK color model

#D0AED7 color CMYK value is (3,19,0,16).

  • cyan value is 3.26%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(3,19,0,16)
C3M19Y0K16 
(3%,19%,0%,16%)
(0.03/0.19/0.00/0.16)	

CMYK percentages

%3.26
%19.07
%0
%15.69

Codes

Color #D0AED7 in popluar color models

D0AED7
RGB208174215
HSL290°33.88%76.27%
HSB/HSV290°19.07%84.31%
CMYK3.26%19.07%0.00%
15.69%

Color #D0AED7 in popluar number systems.

HEXD0AED7
Decimal208174215
Binary110100001010111011010111
Octal320256327

Shades and tints

Shades of #D0AED7

#D0AED7
(208,174,215)
#BE9FC4
(190,159,196)
#AC90B1
(172,144,177)
#9A819E
(154,129,158)
#88728B
(136,114,139)
#766378
(118,99,120)
#645465
(100,84,101)
#524552
(82,69,82)
#40363F
(64,54,63)
#2E272C
(46,39,44)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #D0AED7

#D0AED7
(208,174,215)
#D4B5DA
(212,181,218)
#D8BCDD
(216,188,221)
#DCC3E0
(220,195,224)
#E0CAE3
(224,202,227)
#E4D1E6
(228,209,230)
#E8D8E9
(232,216,233)
#ECDFEC
(236,223,236)
#F0E6EF
(240,230,239)
#F4EDF2
(244,237,242)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0AED7 color. Also use rgb(208,174,215) instead hex code.

Text Font Color

.myTextColor { color: #D0AED7; }

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

This text font color is #D0AED7.


Background Color

.myBgColor { background-color: #D0AED7; }

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

This div background color is #D0AED7.


Border color

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

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

This div border color is #D0AED7.


Opacity

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

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

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

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

This text has shadow with #D0AED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AED7 on black background.


Color preview on white background

This text has color #D0AED7 on white background.



Black color preview on #D0AED7 background

This text has black color on #D0AED7 background.


White color preview on #D0AED7 background

This text has white color on #D0AED7 background.