COLOR #D4F5CB

HEX: #D4F5CB
RGB: (212,245,203)

Color info

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

RGB color model

#D4F5CB color RGB value is (212,245,203).

  • red value is 212;
  • green value is 245;
  • blue value is 203.
RGB:
(212,245,203)
(83%,96%,80%)

RGB channels and saturation

R 212 of 255 = 83%
G 245 of 255 = 96%
B 203 of 255 = 80%

212
245
203

R + G + B ~ 86%. #D4F5CB is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 245 + 203 = 660 (100%)
R 212 of 660 ~ 32.12%
G 245 of 660 ~ 37.12%
B 203 of 660 ~ 30.76%

%32.12
%37.12
%30.76

CMYK color model

#D4F5CB color CMYK value is (13,0,17,4).

  • cyan value is 13.47%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 3.92%
CMYK:
(13,0,17,4)
C13M0Y17K4 
(13%,0%,17%,4%)
(0.13/0.00/0.17/0.04)	

CMYK percentages

%13.47
%0
%17.14
%3.92

Codes

Color #D4F5CB in popluar color models

D4F5CB
RGB212245203
HSL107°67.74%87.84%
HSB/HSV107°17.14%96.08%
CMYK13.47%0.00%17.14%
3.92%

Color #D4F5CB in popluar number systems.

HEXD4F5CB
Decimal212245203
Binary110101001111010111001011
Octal324365313

Shades and tints

Shades of #D4F5CB

#D4F5CB
(212,245,203)
#C1DFB9
(193,223,185)
#AEC9A7
(174,201,167)
#9BB395
(155,179,149)
#889D83
(136,157,131)
#758771
(117,135,113)
#62715F
(98,113,95)
#4F5B4D
(79,91,77)
#3C453B
(60,69,59)
#292F29
(41,47,41)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #D4F5CB

#D4F5CB
(212,245,203)
#D7F5CF
(215,245,207)
#DAF5D3
(218,245,211)
#DDF5D7
(221,245,215)
#E0F5DB
(224,245,219)
#E3F5DF
(227,245,223)
#E6F5E3
(230,245,227)
#E9F5E7
(233,245,231)
#ECF5EB
(236,245,235)
#EFF5EF
(239,245,239)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F5CB color. Also use rgb(212,245,203) instead hex code.

Text Font Color

.myTextColor { color: #D4F5CB; }

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

This text font color is #D4F5CB.


Background Color

.myBgColor { background-color: #D4F5CB; }

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

This div background color is #D4F5CB.


Border color

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

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

This div border color is #D4F5CB.


Opacity

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

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

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

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

This text has shadow with #D4F5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F5CB on black background.


Color preview on white background

This text has color #D4F5CB on white background.



Black color preview on #D4F5CB background

This text has black color on #D4F5CB background.


White color preview on #D4F5CB background

This text has white color on #D4F5CB background.