COLOR #D2F7BE

HEX: #D2F7BE
RGB: (210,247,190)

Color info

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

RGB color model

#D2F7BE color RGB value is (210,247,190).

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

RGB channels and saturation

R 210 of 255 = 82%
G 247 of 255 = 97%
B 190 of 255 = 75%

210
247
190

R + G + B ~ 85%. #D2F7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 247 + 190 = 647 (100%)
R 210 of 647 ~ 32.46%
G 247 of 647 ~ 38.18%
B 190 of 647 ~ 29.37%

%32.46
%38.18
%29.37

CMYK color model

#D2F7BE color CMYK value is (15,0,23,3).

  • cyan value is 14.98%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 3.14%
CMYK:
(15,0,23,3)
C15M0Y23K3 
(15%,0%,23%,3%)
(0.15/0.00/0.23/0.03)	

CMYK percentages

%14.98
%0
%23.08
%3.14

Codes

Color #D2F7BE in popluar color models

D2F7BE
RGB210247190
HSL99°78.08%85.69%
HSB/HSV99°23.08%96.86%
CMYK14.98%0.00%23.08%
3.14%

Color #D2F7BE in popluar number systems.

HEXD2F7BE
Decimal210247190
Binary110100101111011110111110
Octal322367276

Shades and tints

Shades of #D2F7BE

#D2F7BE
(210,247,190)
#BFE1AD
(191,225,173)
#ACCB9C
(172,203,156)
#99B58B
(153,181,139)
#869F7A
(134,159,122)
#738969
(115,137,105)
#607358
(96,115,88)
#4D5D47
(77,93,71)
#3A4736
(58,71,54)
#273125
(39,49,37)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #D2F7BE

#D2F7BE
(210,247,190)
#D6F7C3
(214,247,195)
#DAF7C8
(218,247,200)
#DEF7CD
(222,247,205)
#E2F7D2
(226,247,210)
#E6F7D7
(230,247,215)
#EAF7DC
(234,247,220)
#EEF7E1
(238,247,225)
#F2F7E6
(242,247,230)
#F6F7EB
(246,247,235)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F7BE; }

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

This text font color is #D2F7BE.


Background Color

.myBgColor { background-color: #D2F7BE; }

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

This div background color is #D2F7BE.


Border color

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

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

This div border color is #D2F7BE.


Opacity

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

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

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

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

This text has shadow with #D2F7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F7BE on black background.


Color preview on white background

This text has color #D2F7BE on white background.



Black color preview on #D2F7BE background

This text has black color on #D2F7BE background.


White color preview on #D2F7BE background

This text has white color on #D2F7BE background.