COLOR #D8F4CB

HEX: #D8F4CB
RGB: (216,244,203)

Color info

#D8F4CB contains red, green and blue colors in about the same proportion. Web safe color of #D8F4CB is #CCFFCC (or #CFC).

RGB color model

#D8F4CB color RGB value is (216,244,203).

  • red value is 216;
  • green value is 244;
  • blue value is 203.
RGB:
(216,244,203)
(85%,96%,80%)

RGB channels and saturation

R 216 of 255 = 85%
G 244 of 255 = 96%
B 203 of 255 = 80%

216
244
203

R + G + B ~ 87%. #D8F4CB is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 244 + 203 = 663 (100%)
R 216 of 663 ~ 32.58%
G 244 of 663 ~ 36.8%
B 203 of 663 ~ 30.62%

%32.58
%36.8
%30.62

CMYK color model

#D8F4CB color CMYK value is (11,0,17,4).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 16.80%
  • key color value is 4.31%
CMYK:
(11,0,17,4)
C11M0Y17K4 
(11%,0%,17%,4%)
(0.11/0.00/0.17/0.04)	

CMYK percentages

%11.48
%0
%16.8
%4.31

Codes

Color #D8F4CB in popluar color models

D8F4CB
RGB216244203
HSL101°65.08%87.65%
HSB/HSV101°16.80%95.69%
CMYK11.48%0.00%16.80%
4.31%

Color #D8F4CB in popluar number systems.

HEXD8F4CB
Decimal216244203
Binary110110001111010011001011
Octal330364313

Shades and tints

Shades of #D8F4CB

#D8F4CB
(216,244,203)
#C5DEB9
(197,222,185)
#B2C8A7
(178,200,167)
#9FB295
(159,178,149)
#8C9C83
(140,156,131)
#798671
(121,134,113)
#66705F
(102,112,95)
#535A4D
(83,90,77)
#40443B
(64,68,59)
#2D2E29
(45,46,41)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #D8F4CB

#D8F4CB
(216,244,203)
#DBF5CF
(219,245,207)
#DEF6D3
(222,246,211)
#E1F7D7
(225,247,215)
#E4F8DB
(228,248,219)
#E7F9DF
(231,249,223)
#EAFAE3
(234,250,227)
#EDFBE7
(237,251,231)
#F0FCEB
(240,252,235)
#F3FDEF
(243,253,239)
#F6FEF3
(246,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F4CB color. Also use rgb(216,244,203) instead hex code.

Text Font Color

.myTextColor { color: #D8F4CB; }

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

This text font color is #D8F4CB.


Background Color

.myBgColor { background-color: #D8F4CB; }

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

This div background color is #D8F4CB.


Border color

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

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

This div border color is #D8F4CB.


Opacity

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

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

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

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

This text has shadow with #D8F4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F4CB on black background.


Color preview on white background

This text has color #D8F4CB on white background.



Black color preview on #D8F4CB background

This text has black color on #D8F4CB background.


White color preview on #D8F4CB background

This text has white color on #D8F4CB background.