COLOR #D5F4E4

HEX: #D5F4E4
RGB: (213,244,228)

Color info

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

RGB color model

#D5F4E4 color RGB value is (213,244,228).

  • red value is 213;
  • green value is 244;
  • blue value is 228.
RGB:
(213,244,228)
(84%,96%,89%)

RGB channels and saturation

R 213 of 255 = 84%
G 244 of 255 = 96%
B 228 of 255 = 89%

213
244
228

R + G + B ~ 90%. #D5F4E4 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 244 + 228 = 685 (100%)
R 213 of 685 ~ 31.09%
G 244 of 685 ~ 35.62%
B 228 of 685 ~ 33.28%

%31.09
%35.62
%33.28

CMYK color model

#D5F4E4 color CMYK value is (13,0,7,4).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • key color value is 4.31%
CMYK:
(13,0,7,4)
C13M0Y7K4 
(13%,0%,7%,4%)
(0.13/0.00/0.07/0.04)	

CMYK percentages

%12.7
%0
%6.56
%4.31

Codes

Color #D5F4E4 in popluar color models

D5F4E4
RGB213244228
HSL149°58.49%89.61%
HSB/HSV149°12.70%95.69%
CMYK12.70%0.00%6.56%
4.31%

Color #D5F4E4 in popluar number systems.

HEXD5F4E4
Decimal213244228
Binary110101011111010011100100
Octal325364344

Shades and tints

Shades of #D5F4E4

#D5F4E4
(213,244,228)
#C2DED0
(194,222,208)
#AFC8BC
(175,200,188)
#9CB2A8
(156,178,168)
#899C94
(137,156,148)
#768680
(118,134,128)
#63706C
(99,112,108)
#505A58
(80,90,88)
#3D4444
(61,68,68)
#2A2E30
(42,46,48)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #D5F4E4

#D5F4E4
(213,244,228)
#D8F5E6
(216,245,230)
#DBF6E8
(219,246,232)
#DEF7EA
(222,247,234)
#E1F8EC
(225,248,236)
#E4F9EE
(228,249,238)
#E7FAF0
(231,250,240)
#EAFBF2
(234,251,242)
#EDFCF4
(237,252,244)
#F0FDF6
(240,253,246)
#F3FEF8
(243,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F4E4 color. Also use rgb(213,244,228) instead hex code.

Text Font Color

.myTextColor { color: #D5F4E4; }

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

This text font color is #D5F4E4.


Background Color

.myBgColor { background-color: #D5F4E4; }

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

This div background color is #D5F4E4.


Border color

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

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

This div border color is #D5F4E4.


Opacity

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

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

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

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

This text has shadow with #D5F4E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F4E4 on black background.


Color preview on white background

This text has color #D5F4E4 on white background.



Black color preview on #D5F4E4 background

This text has black color on #D5F4E4 background.


White color preview on #D5F4E4 background

This text has white color on #D5F4E4 background.