COLOR #D5F1E2

HEX: #D5F1E2
RGB: (213,241,226)

Color info

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

RGB color model

#D5F1E2 color RGB value is (213,241,226).

  • red value is 213;
  • green value is 241;
  • blue value is 226.
RGB:
(213,241,226)
(84%,95%,89%)

RGB channels and saturation

R 213 of 255 = 84%
G 241 of 255 = 95%
B 226 of 255 = 89%

213
241
226

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

Portions of RGB colors in percentages

R + G + B =
213 + 241 + 226 = 680 (100%)
R 213 of 680 ~ 31.32%
G 241 of 680 ~ 35.44%
B 226 of 680 ~ 33.24%

%31.32
%35.44
%33.24

CMYK color model

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

  • cyan value is 11.62%
  • magenta value is 0.00%
  • yellow value is 6.22%
  • key color value is 5.49%
CMYK:
(12,0,6,5)
C12M0Y6K5 
(12%,0%,6%,5%)
(0.12/0.00/0.06/0.05)	

CMYK percentages

%11.62
%0
%6.22
%5.49

Codes

Color #D5F1E2 in popluar color models

D5F1E2
RGB213241226
HSL148°50.00%89.02%
HSB/HSV148°11.62%94.51%
CMYK11.62%0.00%6.22%
5.49%

Color #D5F1E2 in popluar number systems.

HEXD5F1E2
Decimal213241226
Binary110101011111000111100010
Octal325361342

Shades and tints

Shades of #D5F1E2

#D5F1E2
(213,241,226)
#C2DCCE
(194,220,206)
#AFC7BA
(175,199,186)
#9CB2A6
(156,178,166)
#899D92
(137,157,146)
#76887E
(118,136,126)
#63736A
(99,115,106)
#505E56
(80,94,86)
#3D4942
(61,73,66)
#2A342E
(42,52,46)
#171F1A
(23,31,26)
#000000
(0,0,0)

Tints of #D5F1E2

#D5F1E2
(213,241,226)
#D8F2E4
(216,242,228)
#DBF3E6
(219,243,230)
#DEF4E8
(222,244,232)
#E1F5EA
(225,245,234)
#E4F6EC
(228,246,236)
#E7F7EE
(231,247,238)
#EAF8F0
(234,248,240)
#EDF9F2
(237,249,242)
#F0FAF4
(240,250,244)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F1E2; }

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

This text font color is #D5F1E2.


Background Color

.myBgColor { background-color: #D5F1E2; }

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

This div background color is #D5F1E2.


Border color

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

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

This div border color is #D5F1E2.


Opacity

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

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

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

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

This text has shadow with #D5F1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F1E2 on black background.


Color preview on white background

This text has color #D5F1E2 on white background.



Black color preview on #D5F1E2 background

This text has black color on #D5F1E2 background.


White color preview on #D5F1E2 background

This text has white color on #D5F1E2 background.