COLOR #D5F7E2

HEX: #D5F7E2
RGB: (213,247,226)

Color info

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

RGB color model

#D5F7E2 color RGB value is (213,247,226).

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

RGB channels and saturation

R 213 of 255 = 84%
G 247 of 255 = 97%
B 226 of 255 = 89%

213
247
226

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

Portions of RGB colors in percentages

R + G + B =
213 + 247 + 226 = 686 (100%)
R 213 of 686 ~ 31.05%
G 247 of 686 ~ 36.01%
B 226 of 686 ~ 32.94%

%31.05
%36.01
%32.94

CMYK color model

#D5F7E2 color CMYK value is (14,0,9,3).

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 8.50%
  • key color value is 3.14%
CMYK:
(14,0,9,3)
C14M0Y9K3 
(14%,0%,9%,3%)
(0.14/0.00/0.09/0.03)	

CMYK percentages

%13.77
%0
%8.5
%3.14

Codes

Color #D5F7E2 in popluar color models

D5F7E2
RGB213247226
HSL143°68.00%90.20%
HSB/HSV143°13.77%96.86%
CMYK13.77%0.00%8.50%
3.14%

Color #D5F7E2 in popluar number systems.

HEXD5F7E2
Decimal213247226
Binary110101011111011111100010
Octal325367342

Shades and tints

Shades of #D5F7E2

#D5F7E2
(213,247,226)
#C2E1CE
(194,225,206)
#AFCBBA
(175,203,186)
#9CB5A6
(156,181,166)
#899F92
(137,159,146)
#76897E
(118,137,126)
#63736A
(99,115,106)
#505D56
(80,93,86)
#3D4742
(61,71,66)
#2A312E
(42,49,46)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #D5F7E2

#D5F7E2
(213,247,226)
#D8F7E4
(216,247,228)
#DBF7E6
(219,247,230)
#DEF7E8
(222,247,232)
#E1F7EA
(225,247,234)
#E4F7EC
(228,247,236)
#E7F7EE
(231,247,238)
#EAF7F0
(234,247,240)
#EDF7F2
(237,247,242)
#F0F7F4
(240,247,244)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F7E2; }

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

This text font color is #D5F7E2.


Background Color

.myBgColor { background-color: #D5F7E2; }

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

This div background color is #D5F7E2.


Border color

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

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

This div border color is #D5F7E2.


Opacity

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

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

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

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

This text has shadow with #D5F7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F7E2 on black background.


Color preview on white background

This text has color #D5F7E2 on white background.



Black color preview on #D5F7E2 background

This text has black color on #D5F7E2 background.


White color preview on #D5F7E2 background

This text has white color on #D5F7E2 background.