COLOR #D4F1D4

HEX: #D4F1D4
RGB: (212,241,212)

Color info

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

RGB color model

#D4F1D4 color RGB value is (212,241,212).

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

RGB channels and saturation

R 212 of 255 = 83%
G 241 of 255 = 95%
B 212 of 255 = 83%

212
241
212

R + G + B ~ 87%. #D4F1D4 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 241 + 212 = 665 (100%)
R 212 of 665 ~ 31.88%
G 241 of 665 ~ 36.24%
B 212 of 665 ~ 31.88%

%31.88
%36.24
%31.88

CMYK color model

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

  • cyan value is 12.03%
  • magenta value is 0.00%
  • yellow value is 12.03%
  • key color value is 5.49%
CMYK:
(12,0,12,5)
C12M0Y12K5 
(12%,0%,12%,5%)
(0.12/0.00/0.12/0.05)	

CMYK percentages

%12.03
%0
%12.03
%5.49

Codes

Color #D4F1D4 in popluar color models

D4F1D4
RGB212241212
HSL120°50.88%88.82%
HSB/HSV120°12.03%94.51%
CMYK12.03%0.00%12.03%
5.49%

Color #D4F1D4 in popluar number systems.

HEXD4F1D4
Decimal212241212
Binary110101001111000111010100
Octal324361324

Shades and tints

Shades of #D4F1D4

#D4F1D4
(212,241,212)
#C1DCC1
(193,220,193)
#AEC7AE
(174,199,174)
#9BB29B
(155,178,155)
#889D88
(136,157,136)
#758875
(117,136,117)
#627362
(98,115,98)
#4F5E4F
(79,94,79)
#3C493C
(60,73,60)
#293429
(41,52,41)
#161F16
(22,31,22)
#000000
(0,0,0)

Tints of #D4F1D4

#D4F1D4
(212,241,212)
#D7F2D7
(215,242,215)
#DAF3DA
(218,243,218)
#DDF4DD
(221,244,221)
#E0F5E0
(224,245,224)
#E3F6E3
(227,246,227)
#E6F7E6
(230,247,230)
#E9F8E9
(233,248,233)
#ECF9EC
(236,249,236)
#EFFAEF
(239,250,239)
#F2FBF2
(242,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F1D4; }

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

This text font color is #D4F1D4.


Background Color

.myBgColor { background-color: #D4F1D4; }

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

This div background color is #D4F1D4.


Border color

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

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

This div border color is #D4F1D4.


Opacity

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

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

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

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

This text has shadow with #D4F1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F1D4 on black background.


Color preview on white background

This text has color #D4F1D4 on white background.



Black color preview on #D4F1D4 background

This text has black color on #D4F1D4 background.


White color preview on #D4F1D4 background

This text has white color on #D4F1D4 background.