COLOR #D2F0BD

HEX: #D2F0BD
RGB: (210,240,189)

Color info

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

RGB color model

#D2F0BD color RGB value is (210,240,189).

  • red value is 210;
  • green value is 240;
  • blue value is 189.
RGB:
(210,240,189)
(82%,94%,74%)

RGB channels and saturation

R 210 of 255 = 82%
G 240 of 255 = 94%
B 189 of 255 = 74%

210
240
189

R + G + B ~ 83%. #D2F0BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 240 + 189 = 639 (100%)
R 210 of 639 ~ 32.86%
G 240 of 639 ~ 37.56%
B 189 of 639 ~ 29.58%

%32.86
%37.56
%29.58

CMYK color model

#D2F0BD color CMYK value is (13,0,21,6).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 21.25%
  • key color value is 5.88%
CMYK:
(13,0,21,6)
C13M0Y21K6 
(13%,0%,21%,6%)
(0.13/0.00/0.21/0.06)	

CMYK percentages

%12.5
%0
%21.25
%5.88

Codes

Color #D2F0BD in popluar color models

D2F0BD
RGB210240189
HSL95°62.96%84.12%
HSB/HSV95°21.25%94.12%
CMYK12.50%0.00%21.25%
5.88%

Color #D2F0BD in popluar number systems.

HEXD2F0BD
Decimal210240189
Binary110100101111000010111101
Octal322360275

Shades and tints

Shades of #D2F0BD

#D2F0BD
(210,240,189)
#BFDBAC
(191,219,172)
#ACC69B
(172,198,155)
#99B18A
(153,177,138)
#869C79
(134,156,121)
#738768
(115,135,104)
#607257
(96,114,87)
#4D5D46
(77,93,70)
#3A4835
(58,72,53)
#273324
(39,51,36)
#141E13
(20,30,19)
#000000
(0,0,0)

Tints of #D2F0BD

#D2F0BD
(210,240,189)
#D6F1C3
(214,241,195)
#DAF2C9
(218,242,201)
#DEF3CF
(222,243,207)
#E2F4D5
(226,244,213)
#E6F5DB
(230,245,219)
#EAF6E1
(234,246,225)
#EEF7E7
(238,247,231)
#F2F8ED
(242,248,237)
#F6F9F3
(246,249,243)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F0BD color. Also use rgb(210,240,189) instead hex code.

Text Font Color

.myTextColor { color: #D2F0BD; }

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

This text font color is #D2F0BD.


Background Color

.myBgColor { background-color: #D2F0BD; }

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

This div background color is #D2F0BD.


Border color

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

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

This div border color is #D2F0BD.


Opacity

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

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

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

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

This text has shadow with #D2F0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F0BD on black background.


Color preview on white background

This text has color #D2F0BD on white background.



Black color preview on #D2F0BD background

This text has black color on #D2F0BD background.


White color preview on #D2F0BD background

This text has white color on #D2F0BD background.