COLOR #D4CBE6

HEX: #D4CBE6
RGB: (212,203,230)

Color info

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

RGB color model

#D4CBE6 color RGB value is (212,203,230).

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

RGB channels and saturation

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

212
203
230

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

Portions of RGB colors in percentages

R + G + B =
212 + 203 + 230 = 645 (100%)
R 212 of 645 ~ 32.87%
G 203 of 645 ~ 31.47%
B 230 of 645 ~ 35.66%

%32.87
%31.47
%35.66

CMYK color model

#D4CBE6 color CMYK value is (8,12,0,10).

  • cyan value is 7.83%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(8,12,0,10)
C8M12Y0K10 
(8%,12%,0%,10%)
(0.08/0.12/0.00/0.10)	

CMYK percentages

%7.83
%11.74
%0
%9.8

Codes

Color #D4CBE6 in popluar color models

D4CBE6
RGB212203230
HSL260°35.06%84.90%
HSB/HSV260°11.74%90.20%
CMYK7.83%11.74%0.00%
9.80%

Color #D4CBE6 in popluar number systems.

HEXD4CBE6
Decimal212203230
Binary110101001100101111100110
Octal324313346

Shades and tints

Shades of #D4CBE6

#D4CBE6
(212,203,230)
#C1B9D2
(193,185,210)
#AEA7BE
(174,167,190)
#9B95AA
(155,149,170)
#888396
(136,131,150)
#757182
(117,113,130)
#625F6E
(98,95,110)
#4F4D5A
(79,77,90)
#3C3B46
(60,59,70)
#292932
(41,41,50)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #D4CBE6

#D4CBE6
(212,203,230)
#D7CFE8
(215,207,232)
#DAD3EA
(218,211,234)
#DDD7EC
(221,215,236)
#E0DBEE
(224,219,238)
#E3DFF0
(227,223,240)
#E6E3F2
(230,227,242)
#E9E7F4
(233,231,244)
#ECEBF6
(236,235,246)
#EFEFF8
(239,239,248)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CBE6; }

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

This text font color is #D4CBE6.


Background Color

.myBgColor { background-color: #D4CBE6; }

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

This div background color is #D4CBE6.


Border color

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

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

This div border color is #D4CBE6.


Opacity

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

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

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

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

This text has shadow with #D4CBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CBE6 on black background.


Color preview on white background

This text has color #D4CBE6 on white background.



Black color preview on #D4CBE6 background

This text has black color on #D4CBE6 background.


White color preview on #D4CBE6 background

This text has white color on #D4CBE6 background.