COLOR #D5F0DA

HEX: #D5F0DA
RGB: (213,240,218)

Color info

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

RGB color model

#D5F0DA color RGB value is (213,240,218).

  • red value is 213;
  • green value is 240;
  • blue value is 218.
RGB:
(213,240,218)
(84%,94%,85%)

RGB channels and saturation

R 213 of 255 = 84%
G 240 of 255 = 94%
B 218 of 255 = 85%

213
240
218

R + G + B ~ 88%. #D5F0DA is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 240 + 218 = 671 (100%)
R 213 of 671 ~ 31.74%
G 240 of 671 ~ 35.77%
B 218 of 671 ~ 32.49%

%31.74
%35.77
%32.49

CMYK color model

#D5F0DA color CMYK value is (11,0,9,6).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 5.88%
CMYK:
(11,0,9,6)
C11M0Y9K6 
(11%,0%,9%,6%)
(0.11/0.00/0.09/0.06)	

CMYK percentages

%11.25
%0
%9.17
%5.88

Codes

Color #D5F0DA in popluar color models

D5F0DA
RGB213240218
HSL131°47.37%88.82%
HSB/HSV131°11.25%94.12%
CMYK11.25%0.00%9.17%
5.88%

Color #D5F0DA in popluar number systems.

HEXD5F0DA
Decimal213240218
Binary110101011111000011011010
Octal325360332

Shades and tints

Shades of #D5F0DA

#D5F0DA
(213,240,218)
#C2DBC7
(194,219,199)
#AFC6B4
(175,198,180)
#9CB1A1
(156,177,161)
#899C8E
(137,156,142)
#76877B
(118,135,123)
#637268
(99,114,104)
#505D55
(80,93,85)
#3D4842
(61,72,66)
#2A332F
(42,51,47)
#171E1C
(23,30,28)
#000000
(0,0,0)

Tints of #D5F0DA

#D5F0DA
(213,240,218)
#D8F1DD
(216,241,221)
#DBF2E0
(219,242,224)
#DEF3E3
(222,243,227)
#E1F4E6
(225,244,230)
#E4F5E9
(228,245,233)
#E7F6EC
(231,246,236)
#EAF7EF
(234,247,239)
#EDF8F2
(237,248,242)
#F0F9F5
(240,249,245)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F0DA color. Also use rgb(213,240,218) instead hex code.

Text Font Color

.myTextColor { color: #D5F0DA; }

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

This text font color is #D5F0DA.


Background Color

.myBgColor { background-color: #D5F0DA; }

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

This div background color is #D5F0DA.


Border color

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

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

This div border color is #D5F0DA.


Opacity

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

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

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

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

This text has shadow with #D5F0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F0DA on black background.


Color preview on white background

This text has color #D5F0DA on white background.



Black color preview on #D5F0DA background

This text has black color on #D5F0DA background.


White color preview on #D5F0DA background

This text has white color on #D5F0DA background.