COLOR #D4F1E1

HEX: #D4F1E1
RGB: (212,241,225)

Color info

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

RGB color model

#D4F1E1 color RGB value is (212,241,225).

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

RGB channels and saturation

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

212
241
225

R + G + B ~ 89%. #D4F1E1 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 241 + 225 = 678 (100%)
R 212 of 678 ~ 31.27%
G 241 of 678 ~ 35.55%
B 225 of 678 ~ 33.19%

%31.27
%35.55
%33.19

CMYK color model

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

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

CMYK percentages

%12.03
%0
%6.64
%5.49

Codes

Color #D4F1E1 in popluar color models

D4F1E1
RGB212241225
HSL147°50.88%88.82%
HSB/HSV147°12.03%94.51%
CMYK12.03%0.00%6.64%
5.49%

Color #D4F1E1 in popluar number systems.

HEXD4F1E1
Decimal212241225
Binary110101001111000111100001
Octal324361341

Shades and tints

Shades of #D4F1E1

#D4F1E1
(212,241,225)
#C1DCCD
(193,220,205)
#AEC7B9
(174,199,185)
#9BB2A5
(155,178,165)
#889D91
(136,157,145)
#75887D
(117,136,125)
#627369
(98,115,105)
#4F5E55
(79,94,85)
#3C4941
(60,73,65)
#29342D
(41,52,45)
#161F19
(22,31,25)
#000000
(0,0,0)

Tints of #D4F1E1

#D4F1E1
(212,241,225)
#D7F2E3
(215,242,227)
#DAF3E5
(218,243,229)
#DDF4E7
(221,244,231)
#E0F5E9
(224,245,233)
#E3F6EB
(227,246,235)
#E6F7ED
(230,247,237)
#E9F8EF
(233,248,239)
#ECF9F1
(236,249,241)
#EFFAF3
(239,250,243)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F1E1; }

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

This text font color is #D4F1E1.


Background Color

.myBgColor { background-color: #D4F1E1; }

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

This div background color is #D4F1E1.


Border color

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

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

This div border color is #D4F1E1.


Opacity

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

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

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

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

This text has shadow with #D4F1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F1E1 on black background.


Color preview on white background

This text has color #D4F1E1 on white background.



Black color preview on #D4F1E1 background

This text has black color on #D4F1E1 background.


White color preview on #D4F1E1 background

This text has white color on #D4F1E1 background.