COLOR #D4F3E3

HEX: #D4F3E3
RGB: (212,243,227)

Color info

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

RGB color model

#D4F3E3 color RGB value is (212,243,227).

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

RGB channels and saturation

R 212 of 255 = 83%
G 243 of 255 = 95%
B 227 of 255 = 89%

212
243
227

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

Portions of RGB colors in percentages

R + G + B =
212 + 243 + 227 = 682 (100%)
R 212 of 682 ~ 31.09%
G 243 of 682 ~ 35.63%
B 227 of 682 ~ 33.28%

%31.09
%35.63
%33.28

CMYK color model

#D4F3E3 color CMYK value is (13,0,7,5).

  • cyan value is 12.76%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 4.71%
CMYK:
(13,0,7,5)
C13M0Y7K5 
(13%,0%,7%,5%)
(0.13/0.00/0.07/0.05)	

CMYK percentages

%12.76
%0
%6.58
%4.71

Codes

Color #D4F3E3 in popluar color models

D4F3E3
RGB212243227
HSL149°56.36%89.22%
HSB/HSV149°12.76%95.29%
CMYK12.76%0.00%6.58%
4.71%

Color #D4F3E3 in popluar number systems.

HEXD4F3E3
Decimal212243227
Binary110101001111001111100011
Octal324363343

Shades and tints

Shades of #D4F3E3

#D4F3E3
(212,243,227)
#C1DDCF
(193,221,207)
#AEC7BB
(174,199,187)
#9BB1A7
(155,177,167)
#889B93
(136,155,147)
#75857F
(117,133,127)
#626F6B
(98,111,107)
#4F5957
(79,89,87)
#3C4343
(60,67,67)
#292D2F
(41,45,47)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #D4F3E3

#D4F3E3
(212,243,227)
#D7F4E5
(215,244,229)
#DAF5E7
(218,245,231)
#DDF6E9
(221,246,233)
#E0F7EB
(224,247,235)
#E3F8ED
(227,248,237)
#E6F9EF
(230,249,239)
#E9FAF1
(233,250,241)
#ECFBF3
(236,251,243)
#EFFCF5
(239,252,245)
#F2FDF7
(242,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F3E3; }

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

This text font color is #D4F3E3.


Background Color

.myBgColor { background-color: #D4F3E3; }

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

This div background color is #D4F3E3.


Border color

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

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

This div border color is #D4F3E3.


Opacity

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

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

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

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

This text has shadow with #D4F3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F3E3 on black background.


Color preview on white background

This text has color #D4F3E3 on white background.



Black color preview on #D4F3E3 background

This text has black color on #D4F3E3 background.


White color preview on #D4F3E3 background

This text has white color on #D4F3E3 background.