COLOR #D2FBD7

HEX: #D2FBD7
RGB: (210,251,215)

Color info

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

RGB color model

#D2FBD7 color RGB value is (210,251,215).

  • red value is 210;
  • green value is 251;
  • blue value is 215.
RGB:
(210,251,215)
(82%,98%,84%)

RGB channels and saturation

R 210 of 255 = 82%
G 251 of 255 = 98%
B 215 of 255 = 84%

210
251
215

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

Portions of RGB colors in percentages

R + G + B =
210 + 251 + 215 = 676 (100%)
R 210 of 676 ~ 31.07%
G 251 of 676 ~ 37.13%
B 215 of 676 ~ 31.8%

%31.07
%37.13
%31.8

CMYK color model

#D2FBD7 color CMYK value is (16,0,14,2).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 14.34%
  • key color value is 1.57%
CMYK:
(16,0,14,2)
C16M0Y14K2 
(16%,0%,14%,2%)
(0.16/0.00/0.14/0.02)	

CMYK percentages

%16.33
%0
%14.34
%1.57

Codes

Color #D2FBD7 in popluar color models

D2FBD7
RGB210251215
HSL127°83.67%90.39%
HSB/HSV127°16.33%98.43%
CMYK16.33%0.00%14.34%
1.57%

Color #D2FBD7 in popluar number systems.

HEXD2FBD7
Decimal210251215
Binary110100101111101111010111
Octal322373327

Shades and tints

Shades of #D2FBD7

#D2FBD7
(210,251,215)
#BFE5C4
(191,229,196)
#ACCFB1
(172,207,177)
#99B99E
(153,185,158)
#86A38B
(134,163,139)
#738D78
(115,141,120)
#607765
(96,119,101)
#4D6152
(77,97,82)
#3A4B3F
(58,75,63)
#27352C
(39,53,44)
#141F19
(20,31,25)
#000000
(0,0,0)

Tints of #D2FBD7

#D2FBD7
(210,251,215)
#D6FBDA
(214,251,218)
#DAFBDD
(218,251,221)
#DEFBE0
(222,251,224)
#E2FBE3
(226,251,227)
#E6FBE6
(230,251,230)
#EAFBE9
(234,251,233)
#EEFBEC
(238,251,236)
#F2FBEF
(242,251,239)
#F6FBF2
(246,251,242)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2FBD7 color. Also use rgb(210,251,215) instead hex code.

Text Font Color

.myTextColor { color: #D2FBD7; }

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

This text font color is #D2FBD7.


Background Color

.myBgColor { background-color: #D2FBD7; }

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

This div background color is #D2FBD7.


Border color

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

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

This div border color is #D2FBD7.


Opacity

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

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

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

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

This text has shadow with #D2FBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2FBD7 on black background.


Color preview on white background

This text has color #D2FBD7 on white background.



Black color preview on #D2FBD7 background

This text has black color on #D2FBD7 background.


White color preview on #D2FBD7 background

This text has white color on #D2FBD7 background.