COLOR #D4F3BC

HEX: #D4F3BC
RGB: (212,243,188)

Color info

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

RGB color model

#D4F3BC color RGB value is (212,243,188).

  • red value is 212;
  • green value is 243;
  • blue value is 188.
RGB:
(212,243,188)
(83%,95%,74%)

RGB channels and saturation

R 212 of 255 = 83%
G 243 of 255 = 95%
B 188 of 255 = 74%

212
243
188

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

Portions of RGB colors in percentages

R + G + B =
212 + 243 + 188 = 643 (100%)
R 212 of 643 ~ 32.97%
G 243 of 643 ~ 37.79%
B 188 of 643 ~ 29.24%

%32.97
%37.79
%29.24

CMYK color model

#D4F3BC color CMYK value is (13,0,23,5).

  • cyan value is 12.76%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • key color value is 4.71%
CMYK:
(13,0,23,5)
C13M0Y23K5 
(13%,0%,23%,5%)
(0.13/0.00/0.23/0.05)	

CMYK percentages

%12.76
%0
%22.63
%4.71

Codes

Color #D4F3BC in popluar color models

D4F3BC
RGB212243188
HSL94°69.62%84.51%
HSB/HSV94°22.63%95.29%
CMYK12.76%0.00%22.63%
4.71%

Color #D4F3BC in popluar number systems.

HEXD4F3BC
Decimal212243188
Binary110101001111001110111100
Octal324363274

Shades and tints

Shades of #D4F3BC

#D4F3BC
(212,243,188)
#C1DDAB
(193,221,171)
#AEC79A
(174,199,154)
#9BB189
(155,177,137)
#889B78
(136,155,120)
#758567
(117,133,103)
#626F56
(98,111,86)
#4F5945
(79,89,69)
#3C4334
(60,67,52)
#292D23
(41,45,35)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #D4F3BC

#D4F3BC
(212,243,188)
#D7F4C2
(215,244,194)
#DAF5C8
(218,245,200)
#DDF6CE
(221,246,206)
#E0F7D4
(224,247,212)
#E3F8DA
(227,248,218)
#E6F9E0
(230,249,224)
#E9FAE6
(233,250,230)
#ECFBEC
(236,251,236)
#EFFCF2
(239,252,242)
#F2FDF8
(242,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F3BC color. Also use rgb(212,243,188) instead hex code.

Text Font Color

.myTextColor { color: #D4F3BC; }

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

This text font color is #D4F3BC.


Background Color

.myBgColor { background-color: #D4F3BC; }

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

This div background color is #D4F3BC.


Border color

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

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

This div border color is #D4F3BC.


Opacity

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

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

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

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

This text has shadow with #D4F3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F3BC on black background.


Color preview on white background

This text has color #D4F3BC on white background.



Black color preview on #D4F3BC background

This text has black color on #D4F3BC background.


White color preview on #D4F3BC background

This text has white color on #D4F3BC background.