COLOR #D0ADE6

HEX: #D0ADE6 RGB: (208,173,230)

Color info

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

RGB color model

#D0ADE6 color RGB value is (208,173,230).

RGB: (208,173,230) (82%, 68%, 90%)

RGB channels and saturation

R 208 of 255 = 82%
G 173 of 255 = 68%
B 230 of 255 = 90%

208
173
230

R + G + B ~ 80%. #D0ADE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 173 + 230 = 611 (100%)
R 208 of 611 ~ 34.04%
G 173 of 611 ~ 28.31%
B 230 of 611 ~ 37.64'%

%34.04
%28.31
%37.64

CMYK color model

#D0ADE6 color CMYK value is (10,25,0,10).

  • cyan value is 9.57%
  • magenta value is 24.78%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (10,25,0,10)
C10M25Y0K10 (10%, 25%, 0%, 10%)
(0.10 / 0.25 / 0.00 / 0.10)

CMYK percentages

%9.57
%24.78
%0
%9.8

Codes

Color #D0ADE6 in popluar color models

D0 AD E6
RGB 208 173 230
HSL 277° 53.27% 79.02%
HSB/HSV 277° 24.78% 90.20%
CMYK 9.57% 24.78% 0.00%
9.80%

Color #D0ADE6 in popluar number systems.

HEX D0 AD E6
Decimal 208 173 230
Binary 11010000 10101101 11100110
Octal 320 255 346

Shades and tints

Shades of #D0ADE6

#D0ADE6
(208,173,230)
#BE9ED2
(190,158,210)
#AC8FBE
(172,143,190)
#9A80AA
(154,128,170)
#887196
(136,113,150)
#766282
(118,98,130)
#64536E
(100,83,110)
#52445A
(82,68,90)
#403546
(64,53,70)
#2E2632
(46,38,50)
#1C171E
(28,23,30)
#000000
(0,0,0)

Tints of #D0ADE6

#D0ADE6
(208,173,230)
#D4B4E8
(212,180,232)
#D8BBEA
(216,187,234)
#DCC2EC
(220,194,236)
#E0C9EE
(224,201,238)
#E4D0F0
(228,208,240)
#E8D7F2
(232,215,242)
#ECDEF4
(236,222,244)
#F0E5F6
(240,229,246)
#F4ECF8
(244,236,248)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0ADE6 color. Also use rgb(208,173,230) instead hex code.

Text Font Color

.myTextColor { color: #D0ADE6; }

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

This text font color is #D0ADE6.

Background Color

.myBgColor { background-color: #D0ADE6; }

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

This div background color is #D0ADE6.

Border color

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

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

This div border color is #D0ADE6.

Opacity

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

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

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

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

This text has shadow with #D0ADE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0ADE6.

Preview

Color preview on black background

This text has color #D0ADE6 on black background.


Color preview on white background

This text has color #D0ADE6 on white background.


Black color preview on #D0ADE6 background

This text has black color on #D0ADE6 background.


White color preview on #D0ADE6 background

This text has white color on #D0ADE6 background.


Related colors

Complementary color

Complementary color for #hex is #2F5219.


I love getcolorcode.com

Triadic colors

1 #E6D0AD and #ADE6D0 with #D0ADE6 are triadic colors.

2 #E6ADD0 and #ADD0E6 with #D0ADE6 are triadic colors.