COLOR #D4F4BB

HEX: #D4F4BB
RGB: (212,244,187)

Color info

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

RGB color model

#D4F4BB color RGB value is (212,244,187).

  • red value is 212;
  • green value is 244;
  • blue value is 187.
RGB:
(212,244,187)
(83%,96%,73%)

RGB channels and saturation

R 212 of 255 = 83%
G 244 of 255 = 96%
B 187 of 255 = 73%

212
244
187

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

Portions of RGB colors in percentages

R + G + B =
212 + 244 + 187 = 643 (100%)
R 212 of 643 ~ 32.97%
G 244 of 643 ~ 37.95%
B 187 of 643 ~ 29.08%

%32.97
%37.95
%29.08

CMYK color model

#D4F4BB color CMYK value is (13,0,23,4).

  • cyan value is 13.11%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 4.31%
CMYK:
(13,0,23,4)
C13M0Y23K4 
(13%,0%,23%,4%)
(0.13/0.00/0.23/0.04)	

CMYK percentages

%13.11
%0
%23.36
%4.31

Codes

Color #D4F4BB in popluar color models

D4F4BB
RGB212244187
HSL94°72.15%84.51%
HSB/HSV94°23.36%95.69%
CMYK13.11%0.00%23.36%
4.31%

Color #D4F4BB in popluar number systems.

HEXD4F4BB
Decimal212244187
Binary110101001111010010111011
Octal324364273

Shades and tints

Shades of #D4F4BB

#D4F4BB
(212,244,187)
#C1DEAA
(193,222,170)
#AEC899
(174,200,153)
#9BB288
(155,178,136)
#889C77
(136,156,119)
#758666
(117,134,102)
#627055
(98,112,85)
#4F5A44
(79,90,68)
#3C4433
(60,68,51)
#292E22
(41,46,34)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #D4F4BB

#D4F4BB
(212,244,187)
#D7F5C1
(215,245,193)
#DAF6C7
(218,246,199)
#DDF7CD
(221,247,205)
#E0F8D3
(224,248,211)
#E3F9D9
(227,249,217)
#E6FADF
(230,250,223)
#E9FBE5
(233,251,229)
#ECFCEB
(236,252,235)
#EFFDF1
(239,253,241)
#F2FEF7
(242,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F4BB color. Also use rgb(212,244,187) instead hex code.

Text Font Color

.myTextColor { color: #D4F4BB; }

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

This text font color is #D4F4BB.


Background Color

.myBgColor { background-color: #D4F4BB; }

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

This div background color is #D4F4BB.


Border color

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

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

This div border color is #D4F4BB.


Opacity

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

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

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

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

This text has shadow with #D4F4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F4BB on black background.


Color preview on white background

This text has color #D4F4BB on white background.



Black color preview on #D4F4BB background

This text has black color on #D4F4BB background.


White color preview on #D4F4BB background

This text has white color on #D4F4BB background.