COLOR #D7F8A5

HEX: #D7F8A5
RGB: (215,248,165)

Color info

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

RGB color model

#D7F8A5 color RGB value is (215,248,165).

  • red value is 215;
  • green value is 248;
  • blue value is 165.
RGB:
(215,248,165)
(84%,97%,65%)

RGB channels and saturation

R 215 of 255 = 84%
G 248 of 255 = 97%
B 165 of 255 = 65%

215
248
165

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

Portions of RGB colors in percentages

R + G + B =
215 + 248 + 165 = 628 (100%)
R 215 of 628 ~ 34.24%
G 248 of 628 ~ 39.49%
B 165 of 628 ~ 26.27%

%34.24
%39.49
%26.27

CMYK color model

#D7F8A5 color CMYK value is (13,0,33,3).

  • cyan value is 13.31%
  • magenta value is 0.00%
  • yellow value is 33.47%
  • key color value is 2.75%
CMYK:
(13,0,33,3)
C13M0Y33K3 
(13%,0%,33%,3%)
(0.13/0.00/0.33/0.03)	

CMYK percentages

%13.31
%0
%33.47
%2.75

Codes

Color #D7F8A5 in popluar color models

D7F8A5
RGB215248165
HSL84°85.57%80.98%
HSB/HSV84°33.47%97.25%
CMYK13.31%0.00%33.47%
2.75%

Color #D7F8A5 in popluar number systems.

HEXD7F8A5
Decimal215248165
Binary110101111111100010100101
Octal327370245

Shades and tints

Shades of #D7F8A5

#D7F8A5
(215,248,165)
#C4E296
(196,226,150)
#B1CC87
(177,204,135)
#9EB678
(158,182,120)
#8BA069
(139,160,105)
#788A5A
(120,138,90)
#65744B
(101,116,75)
#525E3C
(82,94,60)
#3F482D
(63,72,45)
#2C321E
(44,50,30)
#191C0F
(25,28,15)
#000000
(0,0,0)

Tints of #D7F8A5

#D7F8A5
(215,248,165)
#DAF8AD
(218,248,173)
#DDF8B5
(221,248,181)
#E0F8BD
(224,248,189)
#E3F8C5
(227,248,197)
#E6F8CD
(230,248,205)
#E9F8D5
(233,248,213)
#ECF8DD
(236,248,221)
#EFF8E5
(239,248,229)
#F2F8ED
(242,248,237)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F8A5 color. Also use rgb(215,248,165) instead hex code.

Text Font Color

.myTextColor { color: #D7F8A5; }

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

This text font color is #D7F8A5.


Background Color

.myBgColor { background-color: #D7F8A5; }

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

This div background color is #D7F8A5.


Border color

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

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

This div border color is #D7F8A5.


Opacity

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

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

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

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

This text has shadow with #D7F8A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F8A5 on black background.


Color preview on white background

This text has color #D7F8A5 on white background.



Black color preview on #D7F8A5 background

This text has black color on #D7F8A5 background.


White color preview on #D7F8A5 background

This text has white color on #D7F8A5 background.