COLOR #D0C7EB

HEX: #D0C7EB
RGB: (208,199,235)

Color info

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

RGB color model

#D0C7EB color RGB value is (208,199,235).

  • red value is 208;
  • green value is 199;
  • blue value is 235.
RGB:
(208,199,235)
(82%,78%,92%)

RGB channels and saturation

R 208 of 255 = 82%
G 199 of 255 = 78%
B 235 of 255 = 92%

208
199
235

R + G + B ~ 84%. #D0C7EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 199 + 235 = 642 (100%)
R 208 of 642 ~ 32.4%
G 199 of 642 ~ 31%
B 235 of 642 ~ 36.6%

%32.4
%31
%36.6

CMYK color model

#D0C7EB color CMYK value is (11,15,0,8).

  • cyan value is 11.49%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(11,15,0,8)
C11M15Y0K8 
(11%,15%,0%,8%)
(0.11/0.15/0.00/0.08)	

CMYK percentages

%11.49
%15.32
%0
%7.84

Codes

Color #D0C7EB in popluar color models

D0C7EB
RGB208199235
HSL255°47.37%85.10%
HSB/HSV255°15.32%92.16%
CMYK11.49%15.32%0.00%
7.84%

Color #D0C7EB in popluar number systems.

HEXD0C7EB
Decimal208199235
Binary110100001100011111101011
Octal320307353

Shades and tints

Shades of #D0C7EB

#D0C7EB
(208,199,235)
#BEB5D6
(190,181,214)
#ACA3C1
(172,163,193)
#9A91AC
(154,145,172)
#887F97
(136,127,151)
#766D82
(118,109,130)
#645B6D
(100,91,109)
#524958
(82,73,88)
#403743
(64,55,67)
#2E252E
(46,37,46)
#1C1319
(28,19,25)
#000000
(0,0,0)

Tints of #D0C7EB

#D0C7EB
(208,199,235)
#D4CCEC
(212,204,236)
#D8D1ED
(216,209,237)
#DCD6EE
(220,214,238)
#E0DBEF
(224,219,239)
#E4E0F0
(228,224,240)
#E8E5F1
(232,229,241)
#ECEAF2
(236,234,242)
#F0EFF3
(240,239,243)
#F4F4F4
(244,244,244)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C7EB color. Also use rgb(208,199,235) instead hex code.

Text Font Color

.myTextColor { color: #D0C7EB; }

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

This text font color is #D0C7EB.


Background Color

.myBgColor { background-color: #D0C7EB; }

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

This div background color is #D0C7EB.


Border color

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

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

This div border color is #D0C7EB.


Opacity

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

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

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

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

This text has shadow with #D0C7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C7EB on black background.


Color preview on white background

This text has color #D0C7EB on white background.



Black color preview on #D0C7EB background

This text has black color on #D0C7EB background.


White color preview on #D0C7EB background

This text has white color on #D0C7EB background.