COLOR #D7FB80

HEX: #D7FB80
RGB: (215,251,128)

Color info

#D7FB80 contains mainly red and green colors. Web safe color of #D7FB80 is #CCFF66 (or #CF6).

RGB color model

#D7FB80 color RGB value is (215,251,128).

  • red value is 215;
  • green value is 251;
  • blue value is 128.
RGB:
(215,251,128)
(84%,98%,50%)

RGB channels and saturation

R 215 of 255 = 84%
G 251 of 255 = 98%
B 128 of 255 = 50%

215
251
128

R + G + B ~ 77%. #D7FB80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 251 + 128 = 594 (100%)
R 215 of 594 ~ 36.2%
G 251 of 594 ~ 42.26%
B 128 of 594 ~ 21.55%

%36.2
%42.26
%21.55

CMYK color model

#D7FB80 color CMYK value is (14,0,49,2).

  • cyan value is 14.34%
  • magenta value is 0.00%
  • yellow value is 49.00%
  • key color value is 1.57%
CMYK:
(14,0,49,2)
C14M0Y49K2 
(14%,0%,49%,2%)
(0.14/0.00/0.49/0.02)	

CMYK percentages

%14.34
%0
%49
%1.57

Codes

Color #D7FB80 in popluar color models

D7FB80
RGB215251128
HSL78°93.89%74.31%
HSB/HSV78°49.00%98.43%
CMYK14.34%0.00%49.00%
1.57%

Color #D7FB80 in popluar number systems.

HEXD7FB80
Decimal215251128
Binary110101111111101110000000
Octal327373200

Shades and tints

Shades of #D7FB80

#D7FB80
(215,251,128)
#C4E575
(196,229,117)
#B1CF6A
(177,207,106)
#9EB95F
(158,185,95)
#8BA354
(139,163,84)
#788D49
(120,141,73)
#65773E
(101,119,62)
#526133
(82,97,51)
#3F4B28
(63,75,40)
#2C351D
(44,53,29)
#191F12
(25,31,18)
#000000
(0,0,0)

Tints of #D7FB80

#D7FB80
(215,251,128)
#DAFB8B
(218,251,139)
#DDFB96
(221,251,150)
#E0FBA1
(224,251,161)
#E3FBAC
(227,251,172)
#E6FBB7
(230,251,183)
#E9FBC2
(233,251,194)
#ECFBCD
(236,251,205)
#EFFBD8
(239,251,216)
#F2FBE3
(242,251,227)
#F5FBEE
(245,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7FB80 color. Also use rgb(215,251,128) instead hex code.

Text Font Color

.myTextColor { color: #D7FB80; }

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

This text font color is #D7FB80.


Background Color

.myBgColor { background-color: #D7FB80; }

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

This div background color is #D7FB80.


Border color

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

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

This div border color is #D7FB80.


Opacity

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

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

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

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

This text has shadow with #D7FB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FB80 on black background.


Color preview on white background

This text has color #D7FB80 on white background.



Black color preview on #D7FB80 background

This text has black color on #D7FB80 background.


White color preview on #D7FB80 background

This text has white color on #D7FB80 background.