COLOR #D5F3E1

HEX: #D5F3E1
RGB: (213,243,225)

Color info

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

RGB color model

#D5F3E1 color RGB value is (213,243,225).

  • red value is 213;
  • green value is 243;
  • blue value is 225.
RGB:
(213,243,225)
(84%,95%,88%)

RGB channels and saturation

R 213 of 255 = 84%
G 243 of 255 = 95%
B 225 of 255 = 88%

213
243
225

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

Portions of RGB colors in percentages

R + G + B =
213 + 243 + 225 = 681 (100%)
R 213 of 681 ~ 31.28%
G 243 of 681 ~ 35.68%
B 225 of 681 ~ 33.04%

%31.28
%35.68
%33.04

CMYK color model

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

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

CMYK percentages

%12.35
%0
%7.41
%4.71

Codes

Color #D5F3E1 in popluar color models

D5F3E1
RGB213243225
HSL144°55.56%89.41%
HSB/HSV144°12.35%95.29%
CMYK12.35%0.00%7.41%
4.71%

Color #D5F3E1 in popluar number systems.

HEXD5F3E1
Decimal213243225
Binary110101011111001111100001
Octal325363341

Shades and tints

Shades of #D5F3E1

#D5F3E1
(213,243,225)
#C2DDCD
(194,221,205)
#AFC7B9
(175,199,185)
#9CB1A5
(156,177,165)
#899B91
(137,155,145)
#76857D
(118,133,125)
#636F69
(99,111,105)
#505955
(80,89,85)
#3D4341
(61,67,65)
#2A2D2D
(42,45,45)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #D5F3E1

#D5F3E1
(213,243,225)
#D8F4E3
(216,244,227)
#DBF5E5
(219,245,229)
#DEF6E7
(222,246,231)
#E1F7E9
(225,247,233)
#E4F8EB
(228,248,235)
#E7F9ED
(231,249,237)
#EAFAEF
(234,250,239)
#EDFBF1
(237,251,241)
#F0FCF3
(240,252,243)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F3E1 color. Also use rgb(213,243,225) instead hex code.

Text Font Color

.myTextColor { color: #D5F3E1; }

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

This text font color is #D5F3E1.


Background Color

.myBgColor { background-color: #D5F3E1; }

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

This div background color is #D5F3E1.


Border color

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

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

This div border color is #D5F3E1.


Opacity

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

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

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

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

This text has shadow with #D5F3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F3E1 on black background.


Color preview on white background

This text has color #D5F3E1 on white background.



Black color preview on #D5F3E1 background

This text has black color on #D5F3E1 background.


White color preview on #D5F3E1 background

This text has white color on #D5F3E1 background.