COLOR #D7FBD7

HEX: #D7FBD7
RGB: (215,251,215)

Color info

#D7FBD7 contains red, green and blue colors in about the same proportion. Web safe color of #D7FBD7 is #CCFFCC (or #CFC).

RGB color model

#D7FBD7 color RGB value is (215,251,215).

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

RGB channels and saturation

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

215
251
215

R + G + B ~ 89%. #D7FBD7 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 251 + 215 = 681 (100%)
R 215 of 681 ~ 31.57%
G 251 of 681 ~ 36.86%
B 215 of 681 ~ 31.57%

%31.57
%36.86
%31.57

CMYK color model

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

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

CMYK percentages

%14.34
%0
%14.34
%1.57

Codes

Color #D7FBD7 in popluar color models

D7FBD7
RGB215251215
HSL120°81.82%91.37%
HSB/HSV120°14.34%98.43%
CMYK14.34%0.00%14.34%
1.57%

Color #D7FBD7 in popluar number systems.

HEXD7FBD7
Decimal215251215
Binary110101111111101111010111
Octal327373327

Shades and tints

Shades of #D7FBD7

#D7FBD7
(215,251,215)
#C4E5C4
(196,229,196)
#B1CFB1
(177,207,177)
#9EB99E
(158,185,158)
#8BA38B
(139,163,139)
#788D78
(120,141,120)
#657765
(101,119,101)
#526152
(82,97,82)
#3F4B3F
(63,75,63)
#2C352C
(44,53,44)
#191F19
(25,31,25)
#000000
(0,0,0)

Tints of #D7FBD7

#D7FBD7
(215,251,215)
#DAFBDA
(218,251,218)
#DDFBDD
(221,251,221)
#E0FBE0
(224,251,224)
#E3FBE3
(227,251,227)
#E6FBE6
(230,251,230)
#E9FBE9
(233,251,233)
#ECFBEC
(236,251,236)
#EFFBEF
(239,251,239)
#F2FBF2
(242,251,242)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FBD7; }

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

This text font color is #D7FBD7.


Background Color

.myBgColor { background-color: #D7FBD7; }

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

This div background color is #D7FBD7.


Border color

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

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

This div border color is #D7FBD7.


Opacity

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

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

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

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

This text has shadow with #D7FBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FBD7 on black background.


Color preview on white background

This text has color #D7FBD7 on white background.



Black color preview on #D7FBD7 background

This text has black color on #D7FBD7 background.


White color preview on #D7FBD7 background

This text has white color on #D7FBD7 background.