COLOR #D7FF9E

HEX: #D7FF9E
RGB: (215,255,158)

Color info

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

RGB color model

#D7FF9E color RGB value is (215,255,158).

  • red value is 215;
  • green value is 255;
  • blue value is 158.
RGB:
(215,255,158)
(84%,100%,62%)

RGB channels and saturation

R 215 of 255 = 84%
G 255 of 255 = 100%
B 158 of 255 = 62%

215
255
158

R + G + B ~ 82%. #D7FF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 255 + 158 = 628 (100%)
R 215 of 628 ~ 34.24%
G 255 of 628 ~ 40.61%
B 158 of 628 ~ 25.16%

%34.24
%40.61
%25.16

CMYK color model

#D7FF9E color CMYK value is (16,0,38,0).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 0.00%
CMYK:
(16,0,38,0)
C16M0Y38K0 
(16%,0%,38%,0%)
(0.16/0.00/0.38/0.00)	

CMYK percentages

%15.69
%0
%38.04
%0

Codes

Color #D7FF9E in popluar color models

D7FF9E
RGB215255158
HSL85°100.00%80.98%
HSB/HSV85°38.04%100.00%
CMYK15.69%0.00%38.04%
0.00%

Color #D7FF9E in popluar number systems.

HEXD7FF9E
Decimal215255158
Binary110101111111111110011110
Octal327377236

Shades and tints

Shades of #D7FF9E

#D7FF9E
(215,255,158)
#C4E890
(196,232,144)
#B1D182
(177,209,130)
#9EBA74
(158,186,116)
#8BA366
(139,163,102)
#788C58
(120,140,88)
#65754A
(101,117,74)
#525E3C
(82,94,60)
#3F472E
(63,71,46)
#2C3020
(44,48,32)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #D7FF9E

#D7FF9E
(215,255,158)
#DAFFA6
(218,255,166)
#DDFFAE
(221,255,174)
#E0FFB6
(224,255,182)
#E3FFBE
(227,255,190)
#E6FFC6
(230,255,198)
#E9FFCE
(233,255,206)
#ECFFD6
(236,255,214)
#EFFFDE
(239,255,222)
#F2FFE6
(242,255,230)
#F5FFEE
(245,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7FF9E color. Also use rgb(215,255,158) instead hex code.

Text Font Color

.myTextColor { color: #D7FF9E; }

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

This text font color is #D7FF9E.


Background Color

.myBgColor { background-color: #D7FF9E; }

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

This div background color is #D7FF9E.


Border color

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

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

This div border color is #D7FF9E.


Opacity

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

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

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

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

This text has shadow with #D7FF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FF9E on black background.


Color preview on white background

This text has color #D7FF9E on white background.



Black color preview on #D7FF9E background

This text has black color on #D7FF9E background.


White color preview on #D7FF9E background

This text has white color on #D7FF9E background.