COLOR #D4C9E3

HEX: #D4C9E3
RGB: (212,201,227)

Color info

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

RGB color model

#D4C9E3 color RGB value is (212,201,227).

  • red value is 212;
  • green value is 201;
  • blue value is 227.
RGB:
(212,201,227)
(83%,79%,89%)

RGB channels and saturation

R 212 of 255 = 83%
G 201 of 255 = 79%
B 227 of 255 = 89%

212
201
227

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

Portions of RGB colors in percentages

R + G + B =
212 + 201 + 227 = 640 (100%)
R 212 of 640 ~ 33.13%
G 201 of 640 ~ 31.41%
B 227 of 640 ~ 35.47%

%33.13
%31.41
%35.47

CMYK color model

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

  • cyan value is 6.61%
  • magenta value is 11.45%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(7,11,0,11)
C7M11Y0K11 
(7%,11%,0%,11%)
(0.07/0.11/0.00/0.11)	

CMYK percentages

%6.61
%11.45
%0
%10.98

Codes

Color #D4C9E3 in popluar color models

D4C9E3
RGB212201227
HSL265°31.71%83.92%
HSB/HSV265°11.45%89.02%
CMYK6.61%11.45%0.00%
10.98%

Color #D4C9E3 in popluar number systems.

HEXD4C9E3
Decimal212201227
Binary110101001100100111100011
Octal324311343

Shades and tints

Shades of #D4C9E3

#D4C9E3
(212,201,227)
#C1B7CF
(193,183,207)
#AEA5BB
(174,165,187)
#9B93A7
(155,147,167)
#888193
(136,129,147)
#756F7F
(117,111,127)
#625D6B
(98,93,107)
#4F4B57
(79,75,87)
#3C3943
(60,57,67)
#29272F
(41,39,47)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #D4C9E3

#D4C9E3
(212,201,227)
#D7CDE5
(215,205,229)
#DAD1E7
(218,209,231)
#DDD5E9
(221,213,233)
#E0D9EB
(224,217,235)
#E3DDED
(227,221,237)
#E6E1EF
(230,225,239)
#E9E5F1
(233,229,241)
#ECE9F3
(236,233,243)
#EFEDF5
(239,237,245)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C9E3 color. Also use rgb(212,201,227) instead hex code.

Text Font Color

.myTextColor { color: #D4C9E3; }

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

This text font color is #D4C9E3.


Background Color

.myBgColor { background-color: #D4C9E3; }

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

This div background color is #D4C9E3.


Border color

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

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

This div border color is #D4C9E3.


Opacity

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

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

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

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

This text has shadow with #D4C9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C9E3 on black background.


Color preview on white background

This text has color #D4C9E3 on white background.



Black color preview on #D4C9E3 background

This text has black color on #D4C9E3 background.


White color preview on #D4C9E3 background

This text has white color on #D4C9E3 background.