COLOR #D0AEDB

HEX: #D0AEDB
RGB: (208,174,219)

Color info

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

RGB color model

#D0AEDB color RGB value is (208,174,219).

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

RGB channels and saturation

R 208 of 255 = 82%
G 174 of 255 = 68%
B 219 of 255 = 86%

208
174
219

R + G + B ~ 79%. #D0AEDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 174 + 219 = 601 (100%)
R 208 of 601 ~ 34.61%
G 174 of 601 ~ 28.95%
B 219 of 601 ~ 36.44%

%34.61
%28.95
%36.44

CMYK color model

#D0AEDB color CMYK value is (5,21,0,14).

  • cyan value is 5.02%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(5,21,0,14)
C5M21Y0K14 
(5%,21%,0%,14%)
(0.05/0.21/0.00/0.14)	

CMYK percentages

%5.02
%20.55
%0
%14.12

Codes

Color #D0AEDB in popluar color models

D0AEDB
RGB208174219
HSL285°38.46%77.06%
HSB/HSV285°20.55%85.88%
CMYK5.02%20.55%0.00%
14.12%

Color #D0AEDB in popluar number systems.

HEXD0AEDB
Decimal208174219
Binary110100001010111011011011
Octal320256333

Shades and tints

Shades of #D0AEDB

#D0AEDB
(208,174,219)
#BE9FC8
(190,159,200)
#AC90B5
(172,144,181)
#9A81A2
(154,129,162)
#88728F
(136,114,143)
#76637C
(118,99,124)
#645469
(100,84,105)
#524556
(82,69,86)
#403643
(64,54,67)
#2E2730
(46,39,48)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #D0AEDB

#D0AEDB
(208,174,219)
#D4B5DE
(212,181,222)
#D8BCE1
(216,188,225)
#DCC3E4
(220,195,228)
#E0CAE7
(224,202,231)
#E4D1EA
(228,209,234)
#E8D8ED
(232,216,237)
#ECDFF0
(236,223,240)
#F0E6F3
(240,230,243)
#F4EDF6
(244,237,246)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0AEDB; }

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

This text font color is #D0AEDB.


Background Color

.myBgColor { background-color: #D0AEDB; }

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

This div background color is #D0AEDB.


Border color

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

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

This div border color is #D0AEDB.


Opacity

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

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

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

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

This text has shadow with #D0AEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AEDB on black background.


Color preview on white background

This text has color #D0AEDB on white background.



Black color preview on #D0AEDB background

This text has black color on #D0AEDB background.


White color preview on #D0AEDB background

This text has white color on #D0AEDB background.