COLOR #D2F6E1

HEX: #D2F6E1
RGB: (210,246,225)

Color info

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

RGB color model

#D2F6E1 color RGB value is (210,246,225).

  • red value is 210;
  • green value is 246;
  • blue value is 225.
RGB:
(210,246,225)
(82%,96%,88%)

RGB channels and saturation

R 210 of 255 = 82%
G 246 of 255 = 96%
B 225 of 255 = 88%

210
246
225

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

Portions of RGB colors in percentages

R + G + B =
210 + 246 + 225 = 681 (100%)
R 210 of 681 ~ 30.84%
G 246 of 681 ~ 36.12%
B 225 of 681 ~ 33.04%

%30.84
%36.12
%33.04

CMYK color model

#D2F6E1 color CMYK value is (15,0,9,4).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 3.53%
CMYK:
(15,0,9,4)
C15M0Y9K4 
(15%,0%,9%,4%)
(0.15/0.00/0.09/0.04)	

CMYK percentages

%14.63
%0
%8.54
%3.53

Codes

Color #D2F6E1 in popluar color models

D2F6E1
RGB210246225
HSL145°66.67%89.41%
HSB/HSV145°14.63%96.47%
CMYK14.63%0.00%8.54%
3.53%

Color #D2F6E1 in popluar number systems.

HEXD2F6E1
Decimal210246225
Binary110100101111011011100001
Octal322366341

Shades and tints

Shades of #D2F6E1

#D2F6E1
(210,246,225)
#BFE0CD
(191,224,205)
#ACCAB9
(172,202,185)
#99B4A5
(153,180,165)
#869E91
(134,158,145)
#73887D
(115,136,125)
#607269
(96,114,105)
#4D5C55
(77,92,85)
#3A4641
(58,70,65)
#27302D
(39,48,45)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #D2F6E1

#D2F6E1
(210,246,225)
#D6F6E3
(214,246,227)
#DAF6E5
(218,246,229)
#DEF6E7
(222,246,231)
#E2F6E9
(226,246,233)
#E6F6EB
(230,246,235)
#EAF6ED
(234,246,237)
#EEF6EF
(238,246,239)
#F2F6F1
(242,246,241)
#F6F6F3
(246,246,243)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F6E1 color. Also use rgb(210,246,225) instead hex code.

Text Font Color

.myTextColor { color: #D2F6E1; }

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

This text font color is #D2F6E1.


Background Color

.myBgColor { background-color: #D2F6E1; }

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

This div background color is #D2F6E1.


Border color

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

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

This div border color is #D2F6E1.


Opacity

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

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

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

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

This text has shadow with #D2F6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F6E1 on black background.


Color preview on white background

This text has color #D2F6E1 on white background.



Black color preview on #D2F6E1 background

This text has black color on #D2F6E1 background.


White color preview on #D2F6E1 background

This text has white color on #D2F6E1 background.