COLOR #D5FDDC

HEX: #D5FDDC
RGB: (213,253,220)

Color info

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

RGB color model

#D5FDDC color RGB value is (213,253,220).

  • red value is 213;
  • green value is 253;
  • blue value is 220.
RGB:
(213,253,220)
(84%,99%,86%)

RGB channels and saturation

R 213 of 255 = 84%
G 253 of 255 = 99%
B 220 of 255 = 86%

213
253
220

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

Portions of RGB colors in percentages

R + G + B =
213 + 253 + 220 = 686 (100%)
R 213 of 686 ~ 31.05%
G 253 of 686 ~ 36.88%
B 220 of 686 ~ 32.07%

%31.05
%36.88
%32.07

CMYK color model

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

  • cyan value is 15.81%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 0.78%
CMYK:
(16,0,13,1)
C16M0Y13K1 
(16%,0%,13%,1%)
(0.16/0.00/0.13/0.01)	

CMYK percentages

%15.81
%0
%13.04
%0.78

Codes

Color #D5FDDC in popluar color models

D5FDDC
RGB213253220
HSL131°90.91%91.37%
HSB/HSV131°15.81%99.22%
CMYK15.81%0.00%13.04%
0.78%

Color #D5FDDC in popluar number systems.

HEXD5FDDC
Decimal213253220
Binary110101011111110111011100
Octal325375334

Shades and tints

Shades of #D5FDDC

#D5FDDC
(213,253,220)
#C2E6C8
(194,230,200)
#AFCFB4
(175,207,180)
#9CB8A0
(156,184,160)
#89A18C
(137,161,140)
#768A78
(118,138,120)
#637364
(99,115,100)
#505C50
(80,92,80)
#3D453C
(61,69,60)
#2A2E28
(42,46,40)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #D5FDDC

#D5FDDC
(213,253,220)
#D8FDDF
(216,253,223)
#DBFDE2
(219,253,226)
#DEFDE5
(222,253,229)
#E1FDE8
(225,253,232)
#E4FDEB
(228,253,235)
#E7FDEE
(231,253,238)
#EAFDF1
(234,253,241)
#EDFDF4
(237,253,244)
#F0FDF7
(240,253,247)
#F3FDFA
(243,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FDDC color. Also use rgb(213,253,220) instead hex code.

Text Font Color

.myTextColor { color: #D5FDDC; }

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

This text font color is #D5FDDC.


Background Color

.myBgColor { background-color: #D5FDDC; }

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

This div background color is #D5FDDC.


Border color

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

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

This div border color is #D5FDDC.


Opacity

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

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

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

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

This text has shadow with #D5FDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FDDC on black background.


Color preview on white background

This text has color #D5FDDC on white background.



Black color preview on #D5FDDC background

This text has black color on #D5FDDC background.


White color preview on #D5FDDC background

This text has white color on #D5FDDC background.