COLOR #D5FED2

HEX: #D5FED2
RGB: (213,254,210)

Color info

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

RGB color model

#D5FED2 color RGB value is (213,254,210).

  • red value is 213;
  • green value is 254;
  • blue value is 210.
RGB:
(213,254,210)
(84%,100%,82%)

RGB channels and saturation

R 213 of 255 = 84%
G 254 of 255 = 100%
B 210 of 255 = 82%

213
254
210

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

Portions of RGB colors in percentages

R + G + B =
213 + 254 + 210 = 677 (100%)
R 213 of 677 ~ 31.46%
G 254 of 677 ~ 37.52%
B 210 of 677 ~ 31.02%

%31.46
%37.52
%31.02

CMYK color model

#D5FED2 color CMYK value is (16,0,17,0).

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 0.39%
CMYK:
(16,0,17,0)
C16M0Y17K0 
(16%,0%,17%,0%)
(0.16/0.00/0.17/0.00)	

CMYK percentages

%16.14
%0
%17.32
%0.39

Codes

Color #D5FED2 in popluar color models

D5FED2
RGB213254210
HSL116°95.65%90.98%
HSB/HSV116°17.32%99.61%
CMYK16.14%0.00%17.32%
0.39%

Color #D5FED2 in popluar number systems.

HEXD5FED2
Decimal213254210
Binary110101011111111011010010
Octal325376322

Shades and tints

Shades of #D5FED2

#D5FED2
(213,254,210)
#C2E7BF
(194,231,191)
#AFD0AC
(175,208,172)
#9CB999
(156,185,153)
#89A286
(137,162,134)
#768B73
(118,139,115)
#637460
(99,116,96)
#505D4D
(80,93,77)
#3D463A
(61,70,58)
#2A2F27
(42,47,39)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #D5FED2

#D5FED2
(213,254,210)
#D8FED6
(216,254,214)
#DBFEDA
(219,254,218)
#DEFEDE
(222,254,222)
#E1FEE2
(225,254,226)
#E4FEE6
(228,254,230)
#E7FEEA
(231,254,234)
#EAFEEE
(234,254,238)
#EDFEF2
(237,254,242)
#F0FEF6
(240,254,246)
#F3FEFA
(243,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FED2 color. Also use rgb(213,254,210) instead hex code.

Text Font Color

.myTextColor { color: #D5FED2; }

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

This text font color is #D5FED2.


Background Color

.myBgColor { background-color: #D5FED2; }

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

This div background color is #D5FED2.


Border color

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

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

This div border color is #D5FED2.


Opacity

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

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

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

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

This text has shadow with #D5FED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FED2 on black background.


Color preview on white background

This text has color #D5FED2 on white background.



Black color preview on #D5FED2 background

This text has black color on #D5FED2 background.


White color preview on #D5FED2 background

This text has white color on #D5FED2 background.