COLOR #D4C7EE

HEX: #D4C7EE
RGB: (212,199,238)

Color info

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

RGB color model

#D4C7EE color RGB value is (212,199,238).

  • red value is 212;
  • green value is 199;
  • blue value is 238.
RGB:
(212,199,238)
(83%,78%,93%)

RGB channels and saturation

R 212 of 255 = 83%
G 199 of 255 = 78%
B 238 of 255 = 93%

212
199
238

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

Portions of RGB colors in percentages

R + G + B =
212 + 199 + 238 = 649 (100%)
R 212 of 649 ~ 32.67%
G 199 of 649 ~ 30.66%
B 238 of 649 ~ 36.67%

%32.67
%30.66
%36.67

CMYK color model

#D4C7EE color CMYK value is (11,16,0,7).

  • cyan value is 10.92%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(11,16,0,7)
C11M16Y0K7 
(11%,16%,0%,7%)
(0.11/0.16/0.00/0.07)	

CMYK percentages

%10.92
%16.39
%0
%6.67

Codes

Color #D4C7EE in popluar color models

D4C7EE
RGB212199238
HSL260°53.42%85.69%
HSB/HSV260°16.39%93.33%
CMYK10.92%16.39%0.00%
6.67%

Color #D4C7EE in popluar number systems.

HEXD4C7EE
Decimal212199238
Binary110101001100011111101110
Octal324307356

Shades and tints

Shades of #D4C7EE

#D4C7EE
(212,199,238)
#C1B5D9
(193,181,217)
#AEA3C4
(174,163,196)
#9B91AF
(155,145,175)
#887F9A
(136,127,154)
#756D85
(117,109,133)
#625B70
(98,91,112)
#4F495B
(79,73,91)
#3C3746
(60,55,70)
#292531
(41,37,49)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #D4C7EE

#D4C7EE
(212,199,238)
#D7CCEF
(215,204,239)
#DAD1F0
(218,209,240)
#DDD6F1
(221,214,241)
#E0DBF2
(224,219,242)
#E3E0F3
(227,224,243)
#E6E5F4
(230,229,244)
#E9EAF5
(233,234,245)
#ECEFF6
(236,239,246)
#EFF4F7
(239,244,247)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C7EE color. Also use rgb(212,199,238) instead hex code.

Text Font Color

.myTextColor { color: #D4C7EE; }

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

This text font color is #D4C7EE.


Background Color

.myBgColor { background-color: #D4C7EE; }

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

This div background color is #D4C7EE.


Border color

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

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

This div border color is #D4C7EE.


Opacity

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

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

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

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

This text has shadow with #D4C7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C7EE on black background.


Color preview on white background

This text has color #D4C7EE on white background.



Black color preview on #D4C7EE background

This text has black color on #D4C7EE background.


White color preview on #D4C7EE background

This text has white color on #D4C7EE background.