COLOR #D4CBE7

HEX: #D4CBE7
RGB: (212,203,231)

Color info

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

RGB color model

#D4CBE7 color RGB value is (212,203,231).

  • red value is 212;
  • green value is 203;
  • blue value is 231.
RGB:
(212,203,231)
(83%,80%,91%)

RGB channels and saturation

R 212 of 255 = 83%
G 203 of 255 = 80%
B 231 of 255 = 91%

212
203
231

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

Portions of RGB colors in percentages

R + G + B =
212 + 203 + 231 = 646 (100%)
R 212 of 646 ~ 32.82%
G 203 of 646 ~ 31.42%
B 231 of 646 ~ 35.76%

%32.82
%31.42
%35.76

CMYK color model

#D4CBE7 color CMYK value is (8,12,0,9).

  • cyan value is 8.23%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(8,12,0,9)
C8M12Y0K9 
(8%,12%,0%,9%)
(0.08/0.12/0.00/0.09)	

CMYK percentages

%8.23
%12.12
%0
%9.41

Codes

Color #D4CBE7 in popluar color models

D4CBE7
RGB212203231
HSL259°36.84%85.10%
HSB/HSV259°12.12%90.59%
CMYK8.23%12.12%0.00%
9.41%

Color #D4CBE7 in popluar number systems.

HEXD4CBE7
Decimal212203231
Binary110101001100101111100111
Octal324313347

Shades and tints

Shades of #D4CBE7

#D4CBE7
(212,203,231)
#C1B9D2
(193,185,210)
#AEA7BD
(174,167,189)
#9B95A8
(155,149,168)
#888393
(136,131,147)
#75717E
(117,113,126)
#625F69
(98,95,105)
#4F4D54
(79,77,84)
#3C3B3F
(60,59,63)
#29292A
(41,41,42)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #D4CBE7

#D4CBE7
(212,203,231)
#D7CFE9
(215,207,233)
#DAD3EB
(218,211,235)
#DDD7ED
(221,215,237)
#E0DBEF
(224,219,239)
#E3DFF1
(227,223,241)
#E6E3F3
(230,227,243)
#E9E7F5
(233,231,245)
#ECEBF7
(236,235,247)
#EFEFF9
(239,239,249)
#F2F3FB
(242,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CBE7 color. Also use rgb(212,203,231) instead hex code.

Text Font Color

.myTextColor { color: #D4CBE7; }

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

This text font color is #D4CBE7.


Background Color

.myBgColor { background-color: #D4CBE7; }

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

This div background color is #D4CBE7.


Border color

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

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

This div border color is #D4CBE7.


Opacity

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

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

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

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

This text has shadow with #D4CBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CBE7 on black background.


Color preview on white background

This text has color #D4CBE7 on white background.



Black color preview on #D4CBE7 background

This text has black color on #D4CBE7 background.


White color preview on #D4CBE7 background

This text has white color on #D4CBE7 background.