COLOR #D2F9E2

HEX: #D2F9E2
RGB: (210,249,226)

Color info

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

RGB color model

#D2F9E2 color RGB value is (210,249,226).

  • red value is 210;
  • green value is 249;
  • blue value is 226.
RGB:
(210,249,226)
(82%,98%,89%)

RGB channels and saturation

R 210 of 255 = 82%
G 249 of 255 = 98%
B 226 of 255 = 89%

210
249
226

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

Portions of RGB colors in percentages

R + G + B =
210 + 249 + 226 = 685 (100%)
R 210 of 685 ~ 30.66%
G 249 of 685 ~ 36.35%
B 226 of 685 ~ 32.99%

%30.66
%36.35
%32.99

CMYK color model

#D2F9E2 color CMYK value is (16,0,9,2).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 2.35%
CMYK:
(16,0,9,2)
C16M0Y9K2 
(16%,0%,9%,2%)
(0.16/0.00/0.09/0.02)	

CMYK percentages

%15.66
%0
%9.24
%2.35

Codes

Color #D2F9E2 in popluar color models

D2F9E2
RGB210249226
HSL145°76.47%90.00%
HSB/HSV145°15.66%97.65%
CMYK15.66%0.00%9.24%
2.35%

Color #D2F9E2 in popluar number systems.

HEXD2F9E2
Decimal210249226
Binary110100101111100111100010
Octal322371342

Shades and tints

Shades of #D2F9E2

#D2F9E2
(210,249,226)
#BFE3CE
(191,227,206)
#ACCDBA
(172,205,186)
#99B7A6
(153,183,166)
#86A192
(134,161,146)
#738B7E
(115,139,126)
#60756A
(96,117,106)
#4D5F56
(77,95,86)
#3A4942
(58,73,66)
#27332E
(39,51,46)
#141D1A
(20,29,26)
#000000
(0,0,0)

Tints of #D2F9E2

#D2F9E2
(210,249,226)
#D6F9E4
(214,249,228)
#DAF9E6
(218,249,230)
#DEF9E8
(222,249,232)
#E2F9EA
(226,249,234)
#E6F9EC
(230,249,236)
#EAF9EE
(234,249,238)
#EEF9F0
(238,249,240)
#F2F9F2
(242,249,242)
#F6F9F4
(246,249,244)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F9E2 color. Also use rgb(210,249,226) instead hex code.

Text Font Color

.myTextColor { color: #D2F9E2; }

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

This text font color is #D2F9E2.


Background Color

.myBgColor { background-color: #D2F9E2; }

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

This div background color is #D2F9E2.


Border color

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

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

This div border color is #D2F9E2.


Opacity

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

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

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

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

This text has shadow with #D2F9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F9E2 on black background.


Color preview on white background

This text has color #D2F9E2 on white background.



Black color preview on #D2F9E2 background

This text has black color on #D2F9E2 background.


White color preview on #D2F9E2 background

This text has white color on #D2F9E2 background.