COLOR #D7FBA7

HEX: #D7FBA7
RGB: (215,251,167)

Color info

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

RGB color model

#D7FBA7 color RGB value is (215,251,167).

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

RGB channels and saturation

R 215 of 255 = 84%
G 251 of 255 = 98%
B 167 of 255 = 65%

215
251
167

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

Portions of RGB colors in percentages

R + G + B =
215 + 251 + 167 = 633 (100%)
R 215 of 633 ~ 33.97%
G 251 of 633 ~ 39.65%
B 167 of 633 ~ 26.38%

%33.97
%39.65
%26.38

CMYK color model

#D7FBA7 color CMYK value is (14,0,33,2).

  • cyan value is 14.34%
  • magenta value is 0.00%
  • yellow value is 33.47%
  • key color value is 1.57%
CMYK:
(14,0,33,2)
C14M0Y33K2 
(14%,0%,33%,2%)
(0.14/0.00/0.33/0.02)	

CMYK percentages

%14.34
%0
%33.47
%1.57

Codes

Color #D7FBA7 in popluar color models

D7FBA7
RGB215251167
HSL86°91.30%81.96%
HSB/HSV86°33.47%98.43%
CMYK14.34%0.00%33.47%
1.57%

Color #D7FBA7 in popluar number systems.

HEXD7FBA7
Decimal215251167
Binary110101111111101110100111
Octal327373247

Shades and tints

Shades of #D7FBA7

#D7FBA7
(215,251,167)
#C4E598
(196,229,152)
#B1CF89
(177,207,137)
#9EB97A
(158,185,122)
#8BA36B
(139,163,107)
#788D5C
(120,141,92)
#65774D
(101,119,77)
#52613E
(82,97,62)
#3F4B2F
(63,75,47)
#2C3520
(44,53,32)
#191F11
(25,31,17)
#000000
(0,0,0)

Tints of #D7FBA7

#D7FBA7
(215,251,167)
#DAFBAF
(218,251,175)
#DDFBB7
(221,251,183)
#E0FBBF
(224,251,191)
#E3FBC7
(227,251,199)
#E6FBCF
(230,251,207)
#E9FBD7
(233,251,215)
#ECFBDF
(236,251,223)
#EFFBE7
(239,251,231)
#F2FBEF
(242,251,239)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FBA7; }

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

This text font color is #D7FBA7.


Background Color

.myBgColor { background-color: #D7FBA7; }

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

This div background color is #D7FBA7.


Border color

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

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

This div border color is #D7FBA7.


Opacity

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

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

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

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

This text has shadow with #D7FBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FBA7 on black background.


Color preview on white background

This text has color #D7FBA7 on white background.



Black color preview on #D7FBA7 background

This text has black color on #D7FBA7 background.


White color preview on #D7FBA7 background

This text has white color on #D7FBA7 background.