COLOR #D4F2CB

HEX: #D4F2CB
RGB: (212,242,203)

Color info

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

RGB color model

#D4F2CB color RGB value is (212,242,203).

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

RGB channels and saturation

R 212 of 255 = 83%
G 242 of 255 = 95%
B 203 of 255 = 80%

212
242
203

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

Portions of RGB colors in percentages

R + G + B =
212 + 242 + 203 = 657 (100%)
R 212 of 657 ~ 32.27%
G 242 of 657 ~ 36.83%
B 203 of 657 ~ 30.9%

%32.27
%36.83
%30.9

CMYK color model

#D4F2CB color CMYK value is (12,0,16,5).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 16.12%
  • key color value is 5.10%
CMYK:
(12,0,16,5)
C12M0Y16K5 
(12%,0%,16%,5%)
(0.12/0.00/0.16/0.05)	

CMYK percentages

%12.4
%0
%16.12
%5.1

Codes

Color #D4F2CB in popluar color models

D4F2CB
RGB212242203
HSL106°60.00%87.25%
HSB/HSV106°16.12%94.90%
CMYK12.40%0.00%16.12%
5.10%

Color #D4F2CB in popluar number systems.

HEXD4F2CB
Decimal212242203
Binary110101001111001011001011
Octal324362313

Shades and tints

Shades of #D4F2CB

#D4F2CB
(212,242,203)
#C1DCB9
(193,220,185)
#AEC6A7
(174,198,167)
#9BB095
(155,176,149)
#889A83
(136,154,131)
#758471
(117,132,113)
#626E5F
(98,110,95)
#4F584D
(79,88,77)
#3C423B
(60,66,59)
#292C29
(41,44,41)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #D4F2CB

#D4F2CB
(212,242,203)
#D7F3CF
(215,243,207)
#DAF4D3
(218,244,211)
#DDF5D7
(221,245,215)
#E0F6DB
(224,246,219)
#E3F7DF
(227,247,223)
#E6F8E3
(230,248,227)
#E9F9E7
(233,249,231)
#ECFAEB
(236,250,235)
#EFFBEF
(239,251,239)
#F2FCF3
(242,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F2CB; }

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

This text font color is #D4F2CB.


Background Color

.myBgColor { background-color: #D4F2CB; }

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

This div background color is #D4F2CB.


Border color

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

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

This div border color is #D4F2CB.


Opacity

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

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

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

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

This text has shadow with #D4F2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F2CB on black background.


Color preview on white background

This text has color #D4F2CB on white background.



Black color preview on #D4F2CB background

This text has black color on #D4F2CB background.


White color preview on #D4F2CB background

This text has white color on #D4F2CB background.