COLOR #D4F3C2

HEX: #D4F3C2
RGB: (212,243,194)

Color info

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

RGB color model

#D4F3C2 color RGB value is (212,243,194).

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

RGB channels and saturation

R 212 of 255 = 83%
G 243 of 255 = 95%
B 194 of 255 = 76%

212
243
194

R + G + B ~ 85%. #D4F3C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 243 + 194 = 649 (100%)
R 212 of 649 ~ 32.67%
G 243 of 649 ~ 37.44%
B 194 of 649 ~ 29.89%

%32.67
%37.44
%29.89

CMYK color model

#D4F3C2 color CMYK value is (13,0,20,5).

  • cyan value is 12.76%
  • magenta value is 0.00%
  • yellow value is 20.16%
  • key color value is 4.71%
CMYK:
(13,0,20,5)
C13M0Y20K5 
(13%,0%,20%,5%)
(0.13/0.00/0.20/0.05)	

CMYK percentages

%12.76
%0
%20.16
%4.71

Codes

Color #D4F3C2 in popluar color models

D4F3C2
RGB212243194
HSL98°67.12%85.69%
HSB/HSV98°20.16%95.29%
CMYK12.76%0.00%20.16%
4.71%

Color #D4F3C2 in popluar number systems.

HEXD4F3C2
Decimal212243194
Binary110101001111001111000010
Octal324363302

Shades and tints

Shades of #D4F3C2

#D4F3C2
(212,243,194)
#C1DDB1
(193,221,177)
#AEC7A0
(174,199,160)
#9BB18F
(155,177,143)
#889B7E
(136,155,126)
#75856D
(117,133,109)
#626F5C
(98,111,92)
#4F594B
(79,89,75)
#3C433A
(60,67,58)
#292D29
(41,45,41)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #D4F3C2

#D4F3C2
(212,243,194)
#D7F4C7
(215,244,199)
#DAF5CC
(218,245,204)
#DDF6D1
(221,246,209)
#E0F7D6
(224,247,214)
#E3F8DB
(227,248,219)
#E6F9E0
(230,249,224)
#E9FAE5
(233,250,229)
#ECFBEA
(236,251,234)
#EFFCEF
(239,252,239)
#F2FDF4
(242,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F3C2; }

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

This text font color is #D4F3C2.


Background Color

.myBgColor { background-color: #D4F3C2; }

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

This div background color is #D4F3C2.


Border color

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

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

This div border color is #D4F3C2.


Opacity

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

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

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

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

This text has shadow with #D4F3C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F3C2 on black background.


Color preview on white background

This text has color #D4F3C2 on white background.



Black color preview on #D4F3C2 background

This text has black color on #D4F3C2 background.


White color preview on #D4F3C2 background

This text has white color on #D4F3C2 background.