COLOR #D1C7EB

HEX: #D1C7EB
RGB: (209,199,235)

Color info

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

RGB color model

#D1C7EB color RGB value is (209,199,235).

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

RGB channels and saturation

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

209
199
235

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

Portions of RGB colors in percentages

R + G + B =
209 + 199 + 235 = 643 (100%)
R 209 of 643 ~ 32.5%
G 199 of 643 ~ 30.95%
B 235 of 643 ~ 36.55%

%32.5
%30.95
%36.55

CMYK color model

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

  • cyan value is 11.06%
  • 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.06
%15.32
%0
%7.84

Codes

Color #D1C7EB in popluar color models

D1C7EB
RGB209199235
HSL257°47.37%85.10%
HSB/HSV257°15.32%92.16%
CMYK11.06%15.32%0.00%
7.84%

Color #D1C7EB in popluar number systems.

HEXD1C7EB
Decimal209199235
Binary110100011100011111101011
Octal321307353

Shades and tints

Shades of #D1C7EB

#D1C7EB
(209,199,235)
#BEB5D6
(190,181,214)
#ABA3C1
(171,163,193)
#9891AC
(152,145,172)
#857F97
(133,127,151)
#726D82
(114,109,130)
#5F5B6D
(95,91,109)
#4C4958
(76,73,88)
#393743
(57,55,67)
#26252E
(38,37,46)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #D1C7EB

#D1C7EB
(209,199,235)
#D5CCEC
(213,204,236)
#D9D1ED
(217,209,237)
#DDD6EE
(221,214,238)
#E1DBEF
(225,219,239)
#E5E0F0
(229,224,240)
#E9E5F1
(233,229,241)
#EDEAF2
(237,234,242)
#F1EFF3
(241,239,243)
#F5F4F4
(245,244,244)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C7EB; }

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

This text font color is #D1C7EB.


Background Color

.myBgColor { background-color: #D1C7EB; }

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

This div background color is #D1C7EB.


Border color

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

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

This div border color is #D1C7EB.


Opacity

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

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

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

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

This text has shadow with #D1C7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C7EB on black background.


Color preview on white background

This text has color #D1C7EB on white background.



Black color preview on #D1C7EB background

This text has black color on #D1C7EB background.


White color preview on #D1C7EB background

This text has white color on #D1C7EB background.