COLOR #D2FB89

HEX: #D2FB89
RGB: (210,251,137)

Color info

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

RGB color model

#D2FB89 color RGB value is (210,251,137).

  • red value is 210;
  • green value is 251;
  • blue value is 137.
RGB:
(210,251,137)
(82%,98%,54%)

RGB channels and saturation

R 210 of 255 = 82%
G 251 of 255 = 98%
B 137 of 255 = 54%

210
251
137

R + G + B ~ 78%. #D2FB89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 251 + 137 = 598 (100%)
R 210 of 598 ~ 35.12%
G 251 of 598 ~ 41.97%
B 137 of 598 ~ 22.91%

%35.12
%41.97
%22.91

CMYK color model

#D2FB89 color CMYK value is (16,0,45,2).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 45.42%
  • key color value is 1.57%
CMYK:
(16,0,45,2)
C16M0Y45K2 
(16%,0%,45%,2%)
(0.16/0.00/0.45/0.02)	

CMYK percentages

%16.33
%0
%45.42
%1.57

Codes

Color #D2FB89 in popluar color models

D2FB89
RGB210251137
HSL82°93.44%76.08%
HSB/HSV82°45.42%98.43%
CMYK16.33%0.00%45.42%
1.57%

Color #D2FB89 in popluar number systems.

HEXD2FB89
Decimal210251137
Binary110100101111101110001001
Octal322373211

Shades and tints

Shades of #D2FB89

#D2FB89
(210,251,137)
#BFE57D
(191,229,125)
#ACCF71
(172,207,113)
#99B965
(153,185,101)
#86A359
(134,163,89)
#738D4D
(115,141,77)
#607741
(96,119,65)
#4D6135
(77,97,53)
#3A4B29
(58,75,41)
#27351D
(39,53,29)
#141F11
(20,31,17)
#000000
(0,0,0)

Tints of #D2FB89

#D2FB89
(210,251,137)
#D6FB93
(214,251,147)
#DAFB9D
(218,251,157)
#DEFBA7
(222,251,167)
#E2FBB1
(226,251,177)
#E6FBBB
(230,251,187)
#EAFBC5
(234,251,197)
#EEFBCF
(238,251,207)
#F2FBD9
(242,251,217)
#F6FBE3
(246,251,227)
#FAFBED
(250,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2FB89 color. Also use rgb(210,251,137) instead hex code.

Text Font Color

.myTextColor { color: #D2FB89; }

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

This text font color is #D2FB89.


Background Color

.myBgColor { background-color: #D2FB89; }

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

This div background color is #D2FB89.


Border color

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

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

This div border color is #D2FB89.


Opacity

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

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

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

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

This text has shadow with #D2FB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2FB89 on black background.


Color preview on white background

This text has color #D2FB89 on white background.



Black color preview on #D2FB89 background

This text has black color on #D2FB89 background.


White color preview on #D2FB89 background

This text has white color on #D2FB89 background.