COLOR #D4CBE5

HEX: #D4CBE5
RGB: (212,203,229)

Color info

#D4CBE5 contains red, green and blue colors in about the same proportion. Web safe color of #D4CBE5 is #CCCCCC (or #CCC).

RGB color model

#D4CBE5 color RGB value is (212,203,229).

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

RGB channels and saturation

R 212 of 255 = 83%
G 203 of 255 = 80%
B 229 of 255 = 90%

212
203
229

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

Portions of RGB colors in percentages

R + G + B =
212 + 203 + 229 = 644 (100%)
R 212 of 644 ~ 32.92%
G 203 of 644 ~ 31.52%
B 229 of 644 ~ 35.56%

%32.92
%31.52
%35.56

CMYK color model

#D4CBE5 color CMYK value is (7,11,0,10).

  • cyan value is 7.42%
  • magenta value is 11.35%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(7,11,0,10)
C7M11Y0K10 
(7%,11%,0%,10%)
(0.07/0.11/0.00/0.10)	

CMYK percentages

%7.42
%11.35
%0
%10.2

Codes

Color #D4CBE5 in popluar color models

D4CBE5
RGB212203229
HSL261°33.33%84.71%
HSB/HSV261°11.35%89.80%
CMYK7.42%11.35%0.00%
10.20%

Color #D4CBE5 in popluar number systems.

HEXD4CBE5
Decimal212203229
Binary110101001100101111100101
Octal324313345

Shades and tints

Shades of #D4CBE5

#D4CBE5
(212,203,229)
#C1B9D1
(193,185,209)
#AEA7BD
(174,167,189)
#9B95A9
(155,149,169)
#888395
(136,131,149)
#757181
(117,113,129)
#625F6D
(98,95,109)
#4F4D59
(79,77,89)
#3C3B45
(60,59,69)
#292931
(41,41,49)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #D4CBE5

#D4CBE5
(212,203,229)
#D7CFE7
(215,207,231)
#DAD3E9
(218,211,233)
#DDD7EB
(221,215,235)
#E0DBED
(224,219,237)
#E3DFEF
(227,223,239)
#E6E3F1
(230,227,241)
#E9E7F3
(233,231,243)
#ECEBF5
(236,235,245)
#EFEFF7
(239,239,247)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CBE5; }

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

This text font color is #D4CBE5.


Background Color

.myBgColor { background-color: #D4CBE5; }

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

This div background color is #D4CBE5.


Border color

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

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

This div border color is #D4CBE5.


Opacity

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

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

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

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

This text has shadow with #D4CBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CBE5 on black background.


Color preview on white background

This text has color #D4CBE5 on white background.



Black color preview on #D4CBE5 background

This text has black color on #D4CBE5 background.


White color preview on #D4CBE5 background

This text has white color on #D4CBE5 background.