COLOR #D0ADCC

HEX: #D0ADCC
RGB: (208,173,204)

Color info

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

RGB color model

#D0ADCC color RGB value is (208,173,204).

  • red value is 208;
  • green value is 173;
  • blue value is 204.
RGB:
(208,173,204)
(82%,68%,80%)

RGB channels and saturation

R 208 of 255 = 82%
G 173 of 255 = 68%
B 204 of 255 = 80%

208
173
204

R + G + B ~ 77%. #D0ADCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 173 + 204 = 585 (100%)
R 208 of 585 ~ 35.56%
G 173 of 585 ~ 29.57%
B 204 of 585 ~ 34.87%

%35.56
%29.57
%34.87

CMYK color model

#D0ADCC color CMYK value is (0,17,2,18).

  • cyan value is 0.00%
  • magenta value is 16.83%
  • yellow value is 1.92%
  • key color value is 18.43%
CMYK:
(0,17,2,18)
C0M17Y2K18 
(0%,17%,2%,18%)
(0.00/0.17/0.02/0.18)	

CMYK percentages

%0
%16.83
%1.92
%18.43

Codes

Color #D0ADCC in popluar color models

D0ADCC
RGB208173204
HSL307°27.13%74.71%
HSB/HSV307°16.83%81.57%
CMYK0.00%16.83%1.92%
18.43%

Color #D0ADCC in popluar number systems.

HEXD0ADCC
Decimal208173204
Binary110100001010110111001100
Octal320255314

Shades and tints

Shades of #D0ADCC

#D0ADCC
(208,173,204)
#BE9EBA
(190,158,186)
#AC8FA8
(172,143,168)
#9A8096
(154,128,150)
#887184
(136,113,132)
#766272
(118,98,114)
#645360
(100,83,96)
#52444E
(82,68,78)
#40353C
(64,53,60)
#2E262A
(46,38,42)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #D0ADCC

#D0ADCC
(208,173,204)
#D4B4D0
(212,180,208)
#D8BBD4
(216,187,212)
#DCC2D8
(220,194,216)
#E0C9DC
(224,201,220)
#E4D0E0
(228,208,224)
#E8D7E4
(232,215,228)
#ECDEE8
(236,222,232)
#F0E5EC
(240,229,236)
#F4ECF0
(244,236,240)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ADCC; }

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

This text font color is #D0ADCC.


Background Color

.myBgColor { background-color: #D0ADCC; }

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

This div background color is #D0ADCC.


Border color

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

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

This div border color is #D0ADCC.


Opacity

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

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

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

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

This text has shadow with #D0ADCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0ADCC on black background.


Color preview on white background

This text has color #D0ADCC on white background.



Black color preview on #D0ADCC background

This text has black color on #D0ADCC background.


White color preview on #D0ADCC background

This text has white color on #D0ADCC background.