COLOR #D2F2BE

HEX: #D2F2BE
RGB: (210,242,190)

Color info

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

RGB color model

#D2F2BE color RGB value is (210,242,190).

  • red value is 210;
  • green value is 242;
  • blue value is 190.
RGB:
(210,242,190)
(82%,95%,75%)

RGB channels and saturation

R 210 of 255 = 82%
G 242 of 255 = 95%
B 190 of 255 = 75%

210
242
190

R + G + B ~ 84%. #D2F2BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 242 + 190 = 642 (100%)
R 210 of 642 ~ 32.71%
G 242 of 642 ~ 37.69%
B 190 of 642 ~ 29.6%

%32.71
%37.69
%29.6

CMYK color model

#D2F2BE color CMYK value is (13,0,21,5).

  • cyan value is 13.22%
  • magenta value is 0.00%
  • yellow value is 21.49%
  • key color value is 5.10%
CMYK:
(13,0,21,5)
C13M0Y21K5 
(13%,0%,21%,5%)
(0.13/0.00/0.21/0.05)	

CMYK percentages

%13.22
%0
%21.49
%5.1

Codes

Color #D2F2BE in popluar color models

D2F2BE
RGB210242190
HSL97°66.67%84.71%
HSB/HSV97°21.49%94.90%
CMYK13.22%0.00%21.49%
5.10%

Color #D2F2BE in popluar number systems.

HEXD2F2BE
Decimal210242190
Binary110100101111001010111110
Octal322362276

Shades and tints

Shades of #D2F2BE

#D2F2BE
(210,242,190)
#BFDCAD
(191,220,173)
#ACC69C
(172,198,156)
#99B08B
(153,176,139)
#869A7A
(134,154,122)
#738469
(115,132,105)
#606E58
(96,110,88)
#4D5847
(77,88,71)
#3A4236
(58,66,54)
#272C25
(39,44,37)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #D2F2BE

#D2F2BE
(210,242,190)
#D6F3C3
(214,243,195)
#DAF4C8
(218,244,200)
#DEF5CD
(222,245,205)
#E2F6D2
(226,246,210)
#E6F7D7
(230,247,215)
#EAF8DC
(234,248,220)
#EEF9E1
(238,249,225)
#F2FAE6
(242,250,230)
#F6FBEB
(246,251,235)
#FAFCF0
(250,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F2BE color. Also use rgb(210,242,190) instead hex code.

Text Font Color

.myTextColor { color: #D2F2BE; }

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

This text font color is #D2F2BE.


Background Color

.myBgColor { background-color: #D2F2BE; }

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

This div background color is #D2F2BE.


Border color

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

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

This div border color is #D2F2BE.


Opacity

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

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

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

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

This text has shadow with #D2F2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F2BE on black background.


Color preview on white background

This text has color #D2F2BE on white background.



Black color preview on #D2F2BE background

This text has black color on #D2F2BE background.


White color preview on #D2F2BE background

This text has white color on #D2F2BE background.