COLOR #D0C9EF

HEX: #D0C9EF RGB: (208,201,239)

Color info

#D0C9EF contains red, green and blue colors in about the same proportion. Web safe color of #D0C9EF is #CCCCFF (or #CCF).

RGB color model

#D0C9EF color RGB value is (208,201,239).

RGB: (208,201,239) (82%, 79%, 94%)

RGB channels and saturation

R 208 of 255 = 82%
G 201 of 255 = 79%
B 239 of 255 = 94%

208
201
239

R + G + B ~ 85%. #D0C9EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 201 + 239 = 648 (100%)
R 208 of 648 ~ 32.1%
G 201 of 648 ~ 31.02%
B 239 of 648 ~ 36.88'%

%32.1
%31.02
%36.88

CMYK color model

#D0C9EF color CMYK value is (13,16,0,6).

  • cyan value is 12.97%
  • magenta value is 15.90%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (13,16,0,6)
C13M16Y0K6 (13%, 16%, 0%, 6%)
(0.13 / 0.16 / 0.00 / 0.06)

CMYK percentages

%12.97
%15.9
%0
%6.27

Codes

Color #D0C9EF in popluar color models

D0 C9 EF
RGB 208 201 239
HSL 251° 54.29% 86.27%
HSB/HSV 251° 15.90% 93.73%
CMYK 12.97% 15.90% 0.00%
6.27%

Color #D0C9EF in popluar number systems.

HEX D0 C9 EF
Decimal 208 201 239
Binary 11010000 11001001 11101111
Octal 320 311 357

Shades and tints

Shades of #D0C9EF

#D0C9EF
(208,201,239)
#BEB7DA
(190,183,218)
#ACA5C5
(172,165,197)
#9A93B0
(154,147,176)
#88819B
(136,129,155)
#766F86
(118,111,134)
#645D71
(100,93,113)
#524B5C
(82,75,92)
#403947
(64,57,71)
#2E2732
(46,39,50)
#1C151D
(28,21,29)
#000000
(0,0,0)

Tints of #D0C9EF

#D0C9EF
(208,201,239)
#D4CDF0
(212,205,240)
#D8D1F1
(216,209,241)
#DCD5F2
(220,213,242)
#E0D9F3
(224,217,243)
#E4DDF4
(228,221,244)
#E8E1F5
(232,225,245)
#ECE5F6
(236,229,246)
#F0E9F7
(240,233,247)
#F4EDF8
(244,237,248)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C9EF color. Also use rgb(208,201,239) instead hex code.

Text Font Color

.myTextColor { color: #D0C9EF; }

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

This text font color is #D0C9EF.

Background Color

.myBgColor { background-color: #D0C9EF; }

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

This div background color is #D0C9EF.

Border color

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

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

This div border color is #D0C9EF.

Opacity

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

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

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

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

This text has shadow with #D0C9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0C9EF.

Preview

Color preview on black background

This text has color #D0C9EF on black background.


Color preview on white background

This text has color #D0C9EF on white background.


Black color preview on #D0C9EF background

This text has black color on #D0C9EF background.


White color preview on #D0C9EF background

This text has white color on #D0C9EF background.


Related colors

Complementary color

Complementary color for #hex is #2F3610.


I love getcolorcode.com

Triadic colors

1 #EFD0C9 and #C9EFD0 with #D0C9EF are triadic colors.

2 #EFC9D0 and #C9D0EF with #D0C9EF are triadic colors.