COLOR #D2FF97

HEX: #D2FF97
RGB: (210,255,151)

Color info

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

RGB color model

#D2FF97 color RGB value is (210,255,151).

  • red value is 210;
  • green value is 255;
  • blue value is 151.
RGB:
(210,255,151)
(82%,100%,59%)

RGB channels and saturation

R 210 of 255 = 82%
G 255 of 255 = 100%
B 151 of 255 = 59%

210
255
151

R + G + B ~ 80%. #D2FF97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 255 + 151 = 616 (100%)
R 210 of 616 ~ 34.09%
G 255 of 616 ~ 41.4%
B 151 of 616 ~ 24.51%

%34.09
%41.4
%24.51

CMYK color model

#D2FF97 color CMYK value is (18,0,41,0).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 40.78%
  • key color value is 0.00%
CMYK:
(18,0,41,0)
C18M0Y41K0 
(18%,0%,41%,0%)
(0.18/0.00/0.41/0.00)	

CMYK percentages

%17.65
%0
%40.78
%0

Codes

Color #D2FF97 in popluar color models

D2FF97
RGB210255151
HSL86°100.00%79.61%
HSB/HSV86°40.78%100.00%
CMYK17.65%0.00%40.78%
0.00%

Color #D2FF97 in popluar number systems.

HEXD2FF97
Decimal210255151
Binary110100101111111110010111
Octal322377227

Shades and tints

Shades of #D2FF97

#D2FF97
(210,255,151)
#BFE88A
(191,232,138)
#ACD17D
(172,209,125)
#99BA70
(153,186,112)
#86A363
(134,163,99)
#738C56
(115,140,86)
#607549
(96,117,73)
#4D5E3C
(77,94,60)
#3A472F
(58,71,47)
#273022
(39,48,34)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #D2FF97

#D2FF97
(210,255,151)
#D6FFA0
(214,255,160)
#DAFFA9
(218,255,169)
#DEFFB2
(222,255,178)
#E2FFBB
(226,255,187)
#E6FFC4
(230,255,196)
#EAFFCD
(234,255,205)
#EEFFD6
(238,255,214)
#F2FFDF
(242,255,223)
#F6FFE8
(246,255,232)
#FAFFF1
(250,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2FF97 color. Also use rgb(210,255,151) instead hex code.

Text Font Color

.myTextColor { color: #D2FF97; }

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

This text font color is #D2FF97.


Background Color

.myBgColor { background-color: #D2FF97; }

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

This div background color is #D2FF97.


Border color

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

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

This div border color is #D2FF97.


Opacity

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

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

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

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

This text has shadow with #D2FF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2FF97 on black background.


Color preview on white background

This text has color #D2FF97 on white background.



Black color preview on #D2FF97 background

This text has black color on #D2FF97 background.


White color preview on #D2FF97 background

This text has white color on #D2FF97 background.