COLOR #D2EFAB

HEX: #D2EFAB
RGB: (210,239,171)

Color info

#D2EFAB contains mainly red and green colors. Web safe color of #D2EFAB is #CCFF99 (or #CF9).

RGB color model

#D2EFAB color RGB value is (210,239,171).

  • red value is 210;
  • green value is 239;
  • blue value is 171.
RGB:
(210,239,171)
(82%,94%,67%)

RGB channels and saturation

R 210 of 255 = 82%
G 239 of 255 = 94%
B 171 of 255 = 67%

210
239
171

R + G + B ~ 81%. #D2EFAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 239 + 171 = 620 (100%)
R 210 of 620 ~ 33.87%
G 239 of 620 ~ 38.55%
B 171 of 620 ~ 27.58%

%33.87
%38.55
%27.58

CMYK color model

#D2EFAB color CMYK value is (12,0,28,6).

  • cyan value is 12.13%
  • magenta value is 0.00%
  • yellow value is 28.45%
  • key color value is 6.27%
CMYK:
(12,0,28,6)
C12M0Y28K6 
(12%,0%,28%,6%)
(0.12/0.00/0.28/0.06)	

CMYK percentages

%12.13
%0
%28.45
%6.27

Codes

Color #D2EFAB in popluar color models

D2EFAB
RGB210239171
HSL86°68.00%80.39%
HSB/HSV86°28.45%93.73%
CMYK12.13%0.00%28.45%
6.27%

Color #D2EFAB in popluar number systems.

HEXD2EFAB
Decimal210239171
Binary110100101110111110101011
Octal322357253

Shades and tints

Shades of #D2EFAB

#D2EFAB
(210,239,171)
#BFDA9C
(191,218,156)
#ACC58D
(172,197,141)
#99B07E
(153,176,126)
#869B6F
(134,155,111)
#738660
(115,134,96)
#607151
(96,113,81)
#4D5C42
(77,92,66)
#3A4733
(58,71,51)
#273224
(39,50,36)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #D2EFAB

#D2EFAB
(210,239,171)
#D6F0B2
(214,240,178)
#DAF1B9
(218,241,185)
#DEF2C0
(222,242,192)
#E2F3C7
(226,243,199)
#E6F4CE
(230,244,206)
#EAF5D5
(234,245,213)
#EEF6DC
(238,246,220)
#F2F7E3
(242,247,227)
#F6F8EA
(246,248,234)
#FAF9F1
(250,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2EFAB color. Also use rgb(210,239,171) instead hex code.

Text Font Color

.myTextColor { color: #D2EFAB; }

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

This text font color is #D2EFAB.


Background Color

.myBgColor { background-color: #D2EFAB; }

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

This div background color is #D2EFAB.


Border color

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

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

This div border color is #D2EFAB.


Opacity

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

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

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

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

This text has shadow with #D2EFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EFAB on black background.


Color preview on white background

This text has color #D2EFAB on white background.



Black color preview on #D2EFAB background

This text has black color on #D2EFAB background.


White color preview on #D2EFAB background

This text has white color on #D2EFAB background.