COLOR #D5F9DD

HEX: #D5F9DD
RGB: (213,249,221)

Color info

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

RGB color model

#D5F9DD color RGB value is (213,249,221).

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

RGB channels and saturation

R 213 of 255 = 84%
G 249 of 255 = 98%
B 221 of 255 = 87%

213
249
221

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

Portions of RGB colors in percentages

R + G + B =
213 + 249 + 221 = 683 (100%)
R 213 of 683 ~ 31.19%
G 249 of 683 ~ 36.46%
B 221 of 683 ~ 32.36%

%31.19
%36.46
%32.36

CMYK color model

#D5F9DD color CMYK value is (14,0,11,2).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 2.35%
CMYK:
(14,0,11,2)
C14M0Y11K2 
(14%,0%,11%,2%)
(0.14/0.00/0.11/0.02)	

CMYK percentages

%14.46
%0
%11.24
%2.35

Codes

Color #D5F9DD in popluar color models

D5F9DD
RGB213249221
HSL133°75.00%90.59%
HSB/HSV133°14.46%97.65%
CMYK14.46%0.00%11.24%
2.35%

Color #D5F9DD in popluar number systems.

HEXD5F9DD
Decimal213249221
Binary110101011111100111011101
Octal325371335

Shades and tints

Shades of #D5F9DD

#D5F9DD
(213,249,221)
#C2E3C9
(194,227,201)
#AFCDB5
(175,205,181)
#9CB7A1
(156,183,161)
#89A18D
(137,161,141)
#768B79
(118,139,121)
#637565
(99,117,101)
#505F51
(80,95,81)
#3D493D
(61,73,61)
#2A3329
(42,51,41)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #D5F9DD

#D5F9DD
(213,249,221)
#D8F9E0
(216,249,224)
#DBF9E3
(219,249,227)
#DEF9E6
(222,249,230)
#E1F9E9
(225,249,233)
#E4F9EC
(228,249,236)
#E7F9EF
(231,249,239)
#EAF9F2
(234,249,242)
#EDF9F5
(237,249,245)
#F0F9F8
(240,249,248)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F9DD; }

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

This text font color is #D5F9DD.


Background Color

.myBgColor { background-color: #D5F9DD; }

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

This div background color is #D5F9DD.


Border color

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

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

This div border color is #D5F9DD.


Opacity

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

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

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

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

This text has shadow with #D5F9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F9DD on black background.


Color preview on white background

This text has color #D5F9DD on white background.



Black color preview on #D5F9DD background

This text has black color on #D5F9DD background.


White color preview on #D5F9DD background

This text has white color on #D5F9DD background.