COLOR #D5FED3

HEX: #D5FED3
RGB: (213,254,211)

Color info

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

RGB color model

#D5FED3 color RGB value is (213,254,211).

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

RGB channels and saturation

R 213 of 255 = 84%
G 254 of 255 = 100%
B 211 of 255 = 83%

213
254
211

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

Portions of RGB colors in percentages

R + G + B =
213 + 254 + 211 = 678 (100%)
R 213 of 678 ~ 31.42%
G 254 of 678 ~ 37.46%
B 211 of 678 ~ 31.12%

%31.42
%37.46
%31.12

CMYK color model

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

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • 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
%16.93
%0.39

Codes

Color #D5FED3 in popluar color models

D5FED3
RGB213254211
HSL117°95.56%91.18%
HSB/HSV117°16.93%99.61%
CMYK16.14%0.00%16.93%
0.39%

Color #D5FED3 in popluar number systems.

HEXD5FED3
Decimal213254211
Binary110101011111111011010011
Octal325376323

Shades and tints

Shades of #D5FED3

#D5FED3
(213,254,211)
#C2E7C0
(194,231,192)
#AFD0AD
(175,208,173)
#9CB99A
(156,185,154)
#89A287
(137,162,135)
#768B74
(118,139,116)
#637461
(99,116,97)
#505D4E
(80,93,78)
#3D463B
(61,70,59)
#2A2F28
(42,47,40)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #D5FED3

#D5FED3
(213,254,211)
#D8FED7
(216,254,215)
#DBFEDB
(219,254,219)
#DEFEDF
(222,254,223)
#E1FEE3
(225,254,227)
#E4FEE7
(228,254,231)
#E7FEEB
(231,254,235)
#EAFEEF
(234,254,239)
#EDFEF3
(237,254,243)
#F0FEF7
(240,254,247)
#F3FEFB
(243,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FED3; }

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

This text font color is #D5FED3.


Background Color

.myBgColor { background-color: #D5FED3; }

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

This div background color is #D5FED3.


Border color

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

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

This div border color is #D5FED3.


Opacity

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

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

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

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

This text has shadow with #D5FED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FED3 on black background.


Color preview on white background

This text has color #D5FED3 on white background.



Black color preview on #D5FED3 background

This text has black color on #D5FED3 background.


White color preview on #D5FED3 background

This text has white color on #D5FED3 background.