COLOR #D3E0C6

HEX: #D3E0C6
RGB: (211,224,198)

Color info

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

RGB color model

#D3E0C6 color RGB value is (211,224,198).

  • red value is 211;
  • green value is 224;
  • blue value is 198.
RGB:
(211,224,198)
(83%,88%,78%)

RGB channels and saturation

R 211 of 255 = 83%
G 224 of 255 = 88%
B 198 of 255 = 78%

211
224
198

R + G + B ~ 83%. #D3E0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 224 + 198 = 633 (100%)
R 211 of 633 ~ 33.33%
G 224 of 633 ~ 35.39%
B 198 of 633 ~ 31.28%

%33.33
%35.39
%31.28

CMYK color model

#D3E0C6 color CMYK value is (6,0,12,12).

  • cyan value is 5.80%
  • magenta value is 0.00%
  • yellow value is 11.61%
  • key color value is 12.16%
CMYK:
(6,0,12,12)
C6M0Y12K12 
(6%,0%,12%,12%)
(0.06/0.00/0.12/0.12)	

CMYK percentages

%5.8
%0
%11.61
%12.16

Codes

Color #D3E0C6 in popluar color models

D3E0C6
RGB211224198
HSL90°29.55%82.75%
HSB/HSV90°11.61%87.84%
CMYK5.80%0.00%11.61%
12.16%

Color #D3E0C6 in popluar number systems.

HEXD3E0C6
Decimal211224198
Binary110100111110000011000110
Octal323340306

Shades and tints

Shades of #D3E0C6

#D3E0C6
(211,224,198)
#C0CCB4
(192,204,180)
#ADB8A2
(173,184,162)
#9AA490
(154,164,144)
#87907E
(135,144,126)
#747C6C
(116,124,108)
#61685A
(97,104,90)
#4E5448
(78,84,72)
#3B4036
(59,64,54)
#282C24
(40,44,36)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #D3E0C6

#D3E0C6
(211,224,198)
#D7E2CB
(215,226,203)
#DBE4D0
(219,228,208)
#DFE6D5
(223,230,213)
#E3E8DA
(227,232,218)
#E7EADF
(231,234,223)
#EBECE4
(235,236,228)
#EFEEE9
(239,238,233)
#F3F0EE
(243,240,238)
#F7F2F3
(247,242,243)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E0C6 color. Also use rgb(211,224,198) instead hex code.

Text Font Color

.myTextColor { color: #D3E0C6; }

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

This text font color is #D3E0C6.


Background Color

.myBgColor { background-color: #D3E0C6; }

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

This div background color is #D3E0C6.


Border color

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

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

This div border color is #D3E0C6.


Opacity

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

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

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

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

This text has shadow with #D3E0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E0C6 on black background.


Color preview on white background

This text has color #D3E0C6 on white background.



Black color preview on #D3E0C6 background

This text has black color on #D3E0C6 background.


White color preview on #D3E0C6 background

This text has white color on #D3E0C6 background.