COLOR #D7FF9B

HEX: #D7FF9B
RGB: (215,255,155)

Color info

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

RGB color model

#D7FF9B color RGB value is (215,255,155).

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

RGB channels and saturation

R 215 of 255 = 84%
G 255 of 255 = 100%
B 155 of 255 = 61%

215
255
155

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

Portions of RGB colors in percentages

R + G + B =
215 + 255 + 155 = 625 (100%)
R 215 of 625 ~ 34.4%
G 255 of 625 ~ 40.8%
B 155 of 625 ~ 24.8%

%34.4
%40.8
%24.8

CMYK color model

#D7FF9B color CMYK value is (16,0,39,0).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 0.00%
CMYK:
(16,0,39,0)
C16M0Y39K0 
(16%,0%,39%,0%)
(0.16/0.00/0.39/0.00)	

CMYK percentages

%15.69
%0
%39.22
%0

Codes

Color #D7FF9B in popluar color models

D7FF9B
RGB215255155
HSL84°100.00%80.39%
HSB/HSV84°39.22%100.00%
CMYK15.69%0.00%39.22%
0.00%

Color #D7FF9B in popluar number systems.

HEXD7FF9B
Decimal215255155
Binary110101111111111110011011
Octal327377233

Shades and tints

Shades of #D7FF9B

#D7FF9B
(215,255,155)
#C4E88D
(196,232,141)
#B1D17F
(177,209,127)
#9EBA71
(158,186,113)
#8BA363
(139,163,99)
#788C55
(120,140,85)
#657547
(101,117,71)
#525E39
(82,94,57)
#3F472B
(63,71,43)
#2C301D
(44,48,29)
#19190F
(25,25,15)
#000000
(0,0,0)

Tints of #D7FF9B

#D7FF9B
(215,255,155)
#DAFFA4
(218,255,164)
#DDFFAD
(221,255,173)
#E0FFB6
(224,255,182)
#E3FFBF
(227,255,191)
#E6FFC8
(230,255,200)
#E9FFD1
(233,255,209)
#ECFFDA
(236,255,218)
#EFFFE3
(239,255,227)
#F2FFEC
(242,255,236)
#F5FFF5
(245,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FF9B; }

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

This text font color is #D7FF9B.


Background Color

.myBgColor { background-color: #D7FF9B; }

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

This div background color is #D7FF9B.


Border color

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

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

This div border color is #D7FF9B.


Opacity

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

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

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

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

This text has shadow with #D7FF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FF9B on black background.


Color preview on white background

This text has color #D7FF9B on white background.



Black color preview on #D7FF9B background

This text has black color on #D7FF9B background.


White color preview on #D7FF9B background

This text has white color on #D7FF9B background.