COLOR #D2FDDC

HEX: #D2FDDC
RGB: (210,253,220)

Color info

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

RGB color model

#D2FDDC color RGB value is (210,253,220).

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

RGB channels and saturation

R 210 of 255 = 82%
G 253 of 255 = 99%
B 220 of 255 = 86%

210
253
220

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

Portions of RGB colors in percentages

R + G + B =
210 + 253 + 220 = 683 (100%)
R 210 of 683 ~ 30.75%
G 253 of 683 ~ 37.04%
B 220 of 683 ~ 32.21%

%30.75
%37.04
%32.21

CMYK color model

#D2FDDC color CMYK value is (17,0,13,1).

  • cyan value is 17.00%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 0.78%
CMYK:
(17,0,13,1)
C17M0Y13K1 
(17%,0%,13%,1%)
(0.17/0.00/0.13/0.01)	

CMYK percentages

%17
%0
%13.04
%0.78

Codes

Color #D2FDDC in popluar color models

D2FDDC
RGB210253220
HSL134°91.49%90.78%
HSB/HSV134°17.00%99.22%
CMYK17.00%0.00%13.04%
0.78%

Color #D2FDDC in popluar number systems.

HEXD2FDDC
Decimal210253220
Binary110100101111110111011100
Octal322375334

Shades and tints

Shades of #D2FDDC

#D2FDDC
(210,253,220)
#BFE6C8
(191,230,200)
#ACCFB4
(172,207,180)
#99B8A0
(153,184,160)
#86A18C
(134,161,140)
#738A78
(115,138,120)
#607364
(96,115,100)
#4D5C50
(77,92,80)
#3A453C
(58,69,60)
#272E28
(39,46,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #D2FDDC

#D2FDDC
(210,253,220)
#D6FDDF
(214,253,223)
#DAFDE2
(218,253,226)
#DEFDE5
(222,253,229)
#E2FDE8
(226,253,232)
#E6FDEB
(230,253,235)
#EAFDEE
(234,253,238)
#EEFDF1
(238,253,241)
#F2FDF4
(242,253,244)
#F6FDF7
(246,253,247)
#FAFDFA
(250,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2FDDC; }

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

This text font color is #D2FDDC.


Background Color

.myBgColor { background-color: #D2FDDC; }

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

This div background color is #D2FDDC.


Border color

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

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

This div border color is #D2FDDC.


Opacity

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

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

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

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

This text has shadow with #D2FDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2FDDC on black background.


Color preview on white background

This text has color #D2FDDC on white background.



Black color preview on #D2FDDC background

This text has black color on #D2FDDC background.


White color preview on #D2FDDC background

This text has white color on #D2FDDC background.