COLOR #D7FABB

HEX: #D7FABB
RGB: (215,250,187)

Color info

#D7FABB contains mainly red and green colors. Web safe color of #D7FABB is #CCFFCC (or #CFC).

RGB color model

#D7FABB color RGB value is (215,250,187).

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

RGB channels and saturation

R 215 of 255 = 84%
G 250 of 255 = 98%
B 187 of 255 = 73%

215
250
187

R + G + B ~ 85%. #D7FABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 250 + 187 = 652 (100%)
R 215 of 652 ~ 32.98%
G 250 of 652 ~ 38.34%
B 187 of 652 ~ 28.68%

%32.98
%38.34
%28.68

CMYK color model

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

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 25.20%
  • key color value is 1.96%
CMYK: (14,0,25,2) C14M0Y25K2 (14%,0%,25%,2%) (0.14/0.00/0.25/0.02)

CMYK percentages

%14
%0
%25.2
%1.96

Codes

Color #D7FABB in popluar color models

D7FABB
RGB215250187
HSL93°86.30%85.69%
HSB/HSV93°25.20%98.04%
CMYK14.00%0.00%25.20%
1.96%

Color #D7FABB in popluar number systems.

HEXD7FABB
Decimal215250187
Binary110101111111101010111011
Octal327372273

Shades and tints

Shades of #D7FABB

#D7FABB
(215,250,187)
#C4E4AA
(196,228,170)
#B1CE99
(177,206,153)
#9EB888
(158,184,136)
#8BA277
(139,162,119)
#788C66
(120,140,102)
#657655
(101,118,85)
#526044
(82,96,68)
#3F4A33
(63,74,51)
#2C3422
(44,52,34)
#191E11
(25,30,17)
#000000
(0,0,0)

Tints of #D7FABB

#D7FABB
(215,250,187)
#DAFAC1
(218,250,193)
#DDFAC7
(221,250,199)
#E0FACD
(224,250,205)
#E3FAD3
(227,250,211)
#E6FAD9
(230,250,217)
#E9FADF
(233,250,223)
#ECFAE5
(236,250,229)
#EFFAEB
(239,250,235)
#F2FAF1
(242,250,241)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FABB; }

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

This text font color is #D7FABB.


Background Color

.myBgColor { background-color: #D7FABB; }

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

This div background color is #D7FABB.


Border color

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

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

This div border color is #D7FABB.


Opacity

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

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

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

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

This text has shadow with #D7FABB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D7FABB on black background.


Color preview on white background

This text has color #D7FABB on white background.



Black color preview on #D7FABB background

This text has black color on #D7FABB background.


White color preview on #D7FABB background

This text has white color on #D7FABB background.