COLOR #D8E3C1

HEX: #D8E3C1
RGB: (216,227,193)

Color info

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

RGB color model

#D8E3C1 color RGB value is (216,227,193).

  • red value is 216;
  • green value is 227;
  • blue value is 193.
RGB:
(216,227,193)
(85%,89%,76%)

RGB channels and saturation

R 216 of 255 = 85%
G 227 of 255 = 89%
B 193 of 255 = 76%

216
227
193

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

Portions of RGB colors in percentages

R + G + B =
216 + 227 + 193 = 636 (100%)
R 216 of 636 ~ 33.96%
G 227 of 636 ~ 35.69%
B 193 of 636 ~ 30.35%

%33.96
%35.69
%30.35

CMYK color model

#D8E3C1 color CMYK value is (5,0,15,11).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 14.98%
  • key color value is 10.98%
CMYK:
(5,0,15,11)
C5M0Y15K11 
(5%,0%,15%,11%)
(0.05/0.00/0.15/0.11)	

CMYK percentages

%4.85
%0
%14.98
%10.98

Codes

Color #D8E3C1 in popluar color models

D8E3C1
RGB216227193
HSL79°37.78%82.35%
HSB/HSV79°14.98%89.02%
CMYK4.85%0.00%14.98%
10.98%

Color #D8E3C1 in popluar number systems.

HEXD8E3C1
Decimal216227193
Binary110110001110001111000001
Octal330343301

Shades and tints

Shades of #D8E3C1

#D8E3C1
(216,227,193)
#C5CFB0
(197,207,176)
#B2BB9F
(178,187,159)
#9FA78E
(159,167,142)
#8C937D
(140,147,125)
#797F6C
(121,127,108)
#666B5B
(102,107,91)
#53574A
(83,87,74)
#404339
(64,67,57)
#2D2F28
(45,47,40)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #D8E3C1

#D8E3C1
(216,227,193)
#DBE5C6
(219,229,198)
#DEE7CB
(222,231,203)
#E1E9D0
(225,233,208)
#E4EBD5
(228,235,213)
#E7EDDA
(231,237,218)
#EAEFDF
(234,239,223)
#EDF1E4
(237,241,228)
#F0F3E9
(240,243,233)
#F3F5EE
(243,245,238)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E3C1 color. Also use rgb(216,227,193) instead hex code.

Text Font Color

.myTextColor { color: #D8E3C1; }

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

This text font color is #D8E3C1.


Background Color

.myBgColor { background-color: #D8E3C1; }

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

This div background color is #D8E3C1.


Border color

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

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

This div border color is #D8E3C1.


Opacity

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

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

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

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

This text has shadow with #D8E3C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E3C1 on black background.


Color preview on white background

This text has color #D8E3C1 on white background.



Black color preview on #D8E3C1 background

This text has black color on #D8E3C1 background.


White color preview on #D8E3C1 background

This text has white color on #D8E3C1 background.