COLOR #D8E2C6

HEX: #D8E2C6
RGB: (216,226,198)

Color info

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

RGB color model

#D8E2C6 color RGB value is (216,226,198).

  • red value is 216;
  • green value is 226;
  • blue value is 198.
RGB:
(216,226,198)
(85%,89%,78%)

RGB channels and saturation

R 216 of 255 = 85%
G 226 of 255 = 89%
B 198 of 255 = 78%

216
226
198

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

Portions of RGB colors in percentages

R + G + B =
216 + 226 + 198 = 640 (100%)
R 216 of 640 ~ 33.75%
G 226 of 640 ~ 35.31%
B 198 of 640 ~ 30.94%

%33.75
%35.31
%30.94

CMYK color model

#D8E2C6 color CMYK value is (4,0,12,11).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 11.37%
CMYK:
(4,0,12,11)
C4M0Y12K11 
(4%,0%,12%,11%)
(0.04/0.00/0.12/0.11)	

CMYK percentages

%4.42
%0
%12.39
%11.37

Codes

Color #D8E2C6 in popluar color models

D8E2C6
RGB216226198
HSL81°32.56%83.14%
HSB/HSV81°12.39%88.63%
CMYK4.42%0.00%12.39%
11.37%

Color #D8E2C6 in popluar number systems.

HEXD8E2C6
Decimal216226198
Binary110110001110001011000110
Octal330342306

Shades and tints

Shades of #D8E2C6

#D8E2C6
(216,226,198)
#C5CEB4
(197,206,180)
#B2BAA2
(178,186,162)
#9FA690
(159,166,144)
#8C927E
(140,146,126)
#797E6C
(121,126,108)
#666A5A
(102,106,90)
#535648
(83,86,72)
#404236
(64,66,54)
#2D2E24
(45,46,36)
#1A1A12
(26,26,18)
#000000
(0,0,0)

Tints of #D8E2C6

#D8E2C6
(216,226,198)
#DBE4CB
(219,228,203)
#DEE6D0
(222,230,208)
#E1E8D5
(225,232,213)
#E4EADA
(228,234,218)
#E7ECDF
(231,236,223)
#EAEEE4
(234,238,228)
#EDF0E9
(237,240,233)
#F0F2EE
(240,242,238)
#F3F4F3
(243,244,243)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E2C6 color. Also use rgb(216,226,198) instead hex code.

Text Font Color

.myTextColor { color: #D8E2C6; }

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

This text font color is #D8E2C6.


Background Color

.myBgColor { background-color: #D8E2C6; }

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

This div background color is #D8E2C6.


Border color

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

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

This div border color is #D8E2C6.


Opacity

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

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

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

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

This text has shadow with #D8E2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E2C6 on black background.


Color preview on white background

This text has color #D8E2C6 on white background.



Black color preview on #D8E2C6 background

This text has black color on #D8E2C6 background.


White color preview on #D8E2C6 background

This text has white color on #D8E2C6 background.