COLOR #D5FEDD

HEX: #D5FEDD
RGB: (213,254,221)

Color info

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

RGB color model

#D5FEDD color RGB value is (213,254,221).

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

RGB channels and saturation

R 213 of 255 = 84%
G 254 of 255 = 100%
B 221 of 255 = 87%

213
254
221

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

Portions of RGB colors in percentages

R + G + B =
213 + 254 + 221 = 688 (100%)
R 213 of 688 ~ 30.96%
G 254 of 688 ~ 36.92%
B 221 of 688 ~ 32.12%

%30.96
%36.92
%32.12

CMYK color model

#D5FEDD color CMYK value is (16,0,13,0).

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 0.39%
CMYK:
(16,0,13,0)
C16M0Y13K0 
(16%,0%,13%,0%)
(0.16/0.00/0.13/0.00)	

CMYK percentages

%16.14
%0
%12.99
%0.39

Codes

Color #D5FEDD in popluar color models

D5FEDD
RGB213254221
HSL132°95.35%91.57%
HSB/HSV132°16.14%99.61%
CMYK16.14%0.00%12.99%
0.39%

Color #D5FEDD in popluar number systems.

HEXD5FEDD
Decimal213254221
Binary110101011111111011011101
Octal325376335

Shades and tints

Shades of #D5FEDD

#D5FEDD
(213,254,221)
#C2E7C9
(194,231,201)
#AFD0B5
(175,208,181)
#9CB9A1
(156,185,161)
#89A28D
(137,162,141)
#768B79
(118,139,121)
#637465
(99,116,101)
#505D51
(80,93,81)
#3D463D
(61,70,61)
#2A2F29
(42,47,41)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #D5FEDD

#D5FEDD
(213,254,221)
#D8FEE0
(216,254,224)
#DBFEE3
(219,254,227)
#DEFEE6
(222,254,230)
#E1FEE9
(225,254,233)
#E4FEEC
(228,254,236)
#E7FEEF
(231,254,239)
#EAFEF2
(234,254,242)
#EDFEF5
(237,254,245)
#F0FEF8
(240,254,248)
#F3FEFB
(243,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FEDD; }

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

This text font color is #D5FEDD.


Background Color

.myBgColor { background-color: #D5FEDD; }

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

This div background color is #D5FEDD.


Border color

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

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

This div border color is #D5FEDD.


Opacity

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

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

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

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

This text has shadow with #D5FEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FEDD on black background.


Color preview on white background

This text has color #D5FEDD on white background.



Black color preview on #D5FEDD background

This text has black color on #D5FEDD background.


White color preview on #D5FEDD background

This text has white color on #D5FEDD background.