COLOR #D2F8BB

HEX: #D2F8BB
RGB: (210,248,187)

Color info

#D2F8BB contains mainly red and green colors. Web safe color of #D2F8BB is #CCFFCC (or #CFC).

RGB color model

#D2F8BB color RGB value is (210,248,187).

  • red value is 210;
  • green value is 248;
  • blue value is 187.
RGB: (210,248,187) (82%,97%,73%)

RGB channels and saturation

R 210 of 255 = 82%
G 248 of 255 = 97%
B 187 of 255 = 73%

210
248
187

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

Portions of RGB colors in percentages

R + G + B =
210 + 248 + 187 = 645 (100%)
R 210 of 645 ~ 32.56%
G 248 of 645 ~ 38.45%
B 187 of 645 ~ 28.99%

%32.56
%38.45
%28.99

CMYK color model

#D2F8BB color CMYK value is (15,0,25,3).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 24.60%
  • key color value is 2.75%
CMYK: (15,0,25,3) C15M0Y25K3 (15%,0%,25%,3%) (0.15/0.00/0.25/0.03)

CMYK percentages

%15.32
%0
%24.6
%2.75

Codes

Color #D2F8BB in popluar color models

D2F8BB
RGB210248187
HSL97°81.33%85.29%
HSB/HSV97°24.60%97.25%
CMYK15.32%0.00%24.60%
2.75%

Color #D2F8BB in popluar number systems.

HEXD2F8BB
Decimal210248187
Binary110100101111100010111011
Octal322370273

Shades and tints

Shades of #D2F8BB

#D2F8BB
(210,248,187)
#BFE2AA
(191,226,170)
#ACCC99
(172,204,153)
#99B688
(153,182,136)
#86A077
(134,160,119)
#738A66
(115,138,102)
#607455
(96,116,85)
#4D5E44
(77,94,68)
#3A4833
(58,72,51)
#273222
(39,50,34)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #D2F8BB

#D2F8BB
(210,248,187)
#D6F8C1
(214,248,193)
#DAF8C7
(218,248,199)
#DEF8CD
(222,248,205)
#E2F8D3
(226,248,211)
#E6F8D9
(230,248,217)
#EAF8DF
(234,248,223)
#EEF8E5
(238,248,229)
#F2F8EB
(242,248,235)
#F6F8F1
(246,248,241)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F8BB color. Also use rgb(210,248,187) instead hex code.

Text Font Color

.myTextColor { color: #D2F8BB; }

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

This text font color is #D2F8BB.


Background Color

.myBgColor { background-color: #D2F8BB; }

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

This div background color is #D2F8BB.


Border color

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

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

This div border color is #D2F8BB.


Opacity

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

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

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

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

This text has shadow with #D2F8BB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D2F8BB on black background.


Color preview on white background

This text has color #D2F8BB on white background.



Black color preview on #D2F8BB background

This text has black color on #D2F8BB background.


White color preview on #D2F8BB background

This text has white color on #D2F8BB background.