COLOR #D7FA7B

HEX: #D7FA7B
RGB: (215,250,123)

Color info

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

RGB color model

#D7FA7B color RGB value is (215,250,123).

  • red value is 215;
  • green value is 250;
  • blue value is 123.
RGB:
(215,250,123)
(84%,98%,48%)

RGB channels and saturation

R 215 of 255 = 84%
G 250 of 255 = 98%
B 123 of 255 = 48%

215
250
123

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

Portions of RGB colors in percentages

R + G + B =
215 + 250 + 123 = 588 (100%)
R 215 of 588 ~ 36.56%
G 250 of 588 ~ 42.52%
B 123 of 588 ~ 20.92%

%36.56
%42.52
%20.92

CMYK color model

#D7FA7B color CMYK value is (14,0,51,2).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 50.80%
  • key color value is 1.96%
CMYK:
(14,0,51,2)
C14M0Y51K2 
(14%,0%,51%,2%)
(0.14/0.00/0.51/0.02)	

CMYK percentages

%14
%0
%50.8
%1.96

Codes

Color #D7FA7B in popluar color models

D7FA7B
RGB215250123
HSL77°92.70%73.14%
HSB/HSV77°50.80%98.04%
CMYK14.00%0.00%50.80%
1.96%

Color #D7FA7B in popluar number systems.

HEXD7FA7B
Decimal215250123
Binary11010111111110101111011
Octal327372173

Shades and tints

Shades of #D7FA7B

#D7FA7B
(215,250,123)
#C4E470
(196,228,112)
#B1CE65
(177,206,101)
#9EB85A
(158,184,90)
#8BA24F
(139,162,79)
#788C44
(120,140,68)
#657639
(101,118,57)
#52602E
(82,96,46)
#3F4A23
(63,74,35)
#2C3418
(44,52,24)
#191E0D
(25,30,13)
#000000
(0,0,0)

Tints of #D7FA7B

#D7FA7B
(215,250,123)
#DAFA87
(218,250,135)
#DDFA93
(221,250,147)
#E0FA9F
(224,250,159)
#E3FAAB
(227,250,171)
#E6FAB7
(230,250,183)
#E9FAC3
(233,250,195)
#ECFACF
(236,250,207)
#EFFADB
(239,250,219)
#F2FAE7
(242,250,231)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7FA7B color. Also use rgb(215,250,123) instead hex code.

Text Font Color

.myTextColor { color: #D7FA7B; }

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

This text font color is #D7FA7B.


Background Color

.myBgColor { background-color: #D7FA7B; }

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

This div background color is #D7FA7B.


Border color

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

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

This div border color is #D7FA7B.


Opacity

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

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

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

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

This text has shadow with #D7FA7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FA7B on black background.


Color preview on white background

This text has color #D7FA7B on white background.



Black color preview on #D7FA7B background

This text has black color on #D7FA7B background.


White color preview on #D7FA7B background

This text has white color on #D7FA7B background.