COLOR #D5F5DD

HEX: #D5F5DD
RGB: (213,245,221)

Color info

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

RGB color model

#D5F5DD color RGB value is (213,245,221).

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

RGB channels and saturation

R 213 of 255 = 84%
G 245 of 255 = 96%
B 221 of 255 = 87%

213
245
221

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

Portions of RGB colors in percentages

R + G + B =
213 + 245 + 221 = 679 (100%)
R 213 of 679 ~ 31.37%
G 245 of 679 ~ 36.08%
B 221 of 679 ~ 32.55%

%31.37
%36.08
%32.55

CMYK color model

#D5F5DD color CMYK value is (13,0,10,4).

  • cyan value is 13.06%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK:
(13,0,10,4)
C13M0Y10K4 
(13%,0%,10%,4%)
(0.13/0.00/0.10/0.04)	

CMYK percentages

%13.06
%0
%9.8
%3.92

Codes

Color #D5F5DD in popluar color models

D5F5DD
RGB213245221
HSL135°61.54%89.80%
HSB/HSV135°13.06%96.08%
CMYK13.06%0.00%9.80%
3.92%

Color #D5F5DD in popluar number systems.

HEXD5F5DD
Decimal213245221
Binary110101011111010111011101
Octal325365335

Shades and tints

Shades of #D5F5DD

#D5F5DD
(213,245,221)
#C2DFC9
(194,223,201)
#AFC9B5
(175,201,181)
#9CB3A1
(156,179,161)
#899D8D
(137,157,141)
#768779
(118,135,121)
#637165
(99,113,101)
#505B51
(80,91,81)
#3D453D
(61,69,61)
#2A2F29
(42,47,41)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #D5F5DD

#D5F5DD
(213,245,221)
#D8F5E0
(216,245,224)
#DBF5E3
(219,245,227)
#DEF5E6
(222,245,230)
#E1F5E9
(225,245,233)
#E4F5EC
(228,245,236)
#E7F5EF
(231,245,239)
#EAF5F2
(234,245,242)
#EDF5F5
(237,245,245)
#F0F5F8
(240,245,248)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F5DD; }

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

This text font color is #D5F5DD.


Background Color

.myBgColor { background-color: #D5F5DD; }

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

This div background color is #D5F5DD.


Border color

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

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

This div border color is #D5F5DD.


Opacity

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

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

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

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

This text has shadow with #D5F5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F5DD on black background.


Color preview on white background

This text has color #D5F5DD on white background.



Black color preview on #D5F5DD background

This text has black color on #D5F5DD background.


White color preview on #D5F5DD background

This text has white color on #D5F5DD background.