COLOR #D4C7DB

HEX: #D4C7DB
RGB: (212,199,219)

Color info

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

RGB color model

#D4C7DB color RGB value is (212,199,219).

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

RGB channels and saturation

R 212 of 255 = 83%
G 199 of 255 = 78%
B 219 of 255 = 86%

212
199
219

R + G + B ~ 82%. #D4C7DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 199 + 219 = 630 (100%)
R 212 of 630 ~ 33.65%
G 199 of 630 ~ 31.59%
B 219 of 630 ~ 34.76%

%33.65
%31.59
%34.76

CMYK color model

#D4C7DB color CMYK value is (3,9,0,14).

  • cyan value is 3.20%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(3,9,0,14)
C3M9Y0K14 
(3%,9%,0%,14%)
(0.03/0.09/0.00/0.14)	

CMYK percentages

%3.2
%9.13
%0
%14.12

Codes

Color #D4C7DB in popluar color models

D4C7DB
RGB212199219
HSL279°21.74%81.96%
HSB/HSV279°9.13%85.88%
CMYK3.20%9.13%0.00%
14.12%

Color #D4C7DB in popluar number systems.

HEXD4C7DB
Decimal212199219
Binary110101001100011111011011
Octal324307333

Shades and tints

Shades of #D4C7DB

#D4C7DB
(212,199,219)
#C1B5C8
(193,181,200)
#AEA3B5
(174,163,181)
#9B91A2
(155,145,162)
#887F8F
(136,127,143)
#756D7C
(117,109,124)
#625B69
(98,91,105)
#4F4956
(79,73,86)
#3C3743
(60,55,67)
#292530
(41,37,48)
#16131D
(22,19,29)
#000000
(0,0,0)

Tints of #D4C7DB

#D4C7DB
(212,199,219)
#D7CCDE
(215,204,222)
#DAD1E1
(218,209,225)
#DDD6E4
(221,214,228)
#E0DBE7
(224,219,231)
#E3E0EA
(227,224,234)
#E6E5ED
(230,229,237)
#E9EAF0
(233,234,240)
#ECEFF3
(236,239,243)
#EFF4F6
(239,244,246)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C7DB; }

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

This text font color is #D4C7DB.


Background Color

.myBgColor { background-color: #D4C7DB; }

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

This div background color is #D4C7DB.


Border color

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

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

This div border color is #D4C7DB.


Opacity

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

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

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

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

This text has shadow with #D4C7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C7DB on black background.


Color preview on white background

This text has color #D4C7DB on white background.



Black color preview on #D4C7DB background

This text has black color on #D4C7DB background.


White color preview on #D4C7DB background

This text has white color on #D4C7DB background.