COLOR #D7FCB1

HEX: #D7FCB1 RGB: (215,252,177)

Color info

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

RGB color model

#D7FCB1 color RGB value is (215,252,177).

RGB: (215,252,177) (84%, 99%, 69%)

RGB channels and saturation

R 215 of 255 = 84%
G 252 of 255 = 99%
B 177 of 255 = 69%

215
252
177

R + G + B ~ 84%. #D7FCB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 252 + 177 = 644 (100%)
R 215 of 644 ~ 33.39%
G 252 of 644 ~ 39.13%
B 177 of 644 ~ 27.48'%

%33.39
%39.13
%27.48

CMYK color model

#D7FCB1 color CMYK value is (15,0,30,1).

  • cyan value is 14.68%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 1.18%

CMYK: (15,0,30,1)
C15M0Y30K1 (15%, 0%, 30%, 1%)
(0.15 / 0.00 / 0.30 / 0.01)

CMYK percentages

%14.68
%0
%29.76
%1.18

Codes

Color #D7FCB1 in popluar color models

D7 FC B1
RGB 215 252 177
HSL 90° 92.59% 84.12%
HSB/HSV 90° 29.76% 98.82%
CMYK 14.68% 0.00% 29.76%
1.18%

Color #D7FCB1 in popluar number systems.

HEX D7 FC B1
Decimal 215 252 177
Binary 11010111 11111100 10110001
Octal 327 374 261

Shades and tints

Shades of #D7FCB1

#D7FCB1
(215,252,177)
#C4E6A1
(196,230,161)
#B1D091
(177,208,145)
#9EBA81
(158,186,129)
#8BA471
(139,164,113)
#788E61
(120,142,97)
#657851
(101,120,81)
#526241
(82,98,65)
#3F4C31
(63,76,49)
#2C3621
(44,54,33)
#192011
(25,32,17)
#000000
(0,0,0)

Tints of #D7FCB1

#D7FCB1
(215,252,177)
#DAFCB8
(218,252,184)
#DDFCBF
(221,252,191)
#E0FCC6
(224,252,198)
#E3FCCD
(227,252,205)
#E6FCD4
(230,252,212)
#E9FCDB
(233,252,219)
#ECFCE2
(236,252,226)
#EFFCE9
(239,252,233)
#F2FCF0
(242,252,240)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FCB1; }

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

This text font color is #D7FCB1.

Background Color

.myBgColor { background-color: #D7FCB1; }

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

This div background color is #D7FCB1.

Border color

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

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

This div border color is #D7FCB1.

Opacity

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

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

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

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

This text has shadow with #D7FCB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7FCB1.

Preview

Color preview on black background

This text has color #D7FCB1 on black background.


Color preview on white background

This text has color #D7FCB1 on white background.


Black color preview on #D7FCB1 background

This text has black color on #D7FCB1 background.


White color preview on #D7FCB1 background

This text has white color on #D7FCB1 background.


Related colors

Complementary color

Complementary color for #hex is #28034E.


I love getcolorcode.com

Triadic colors

1 #B1D7FC and #FCB1D7 with #D7FCB1 are triadic colors.

2 #B1FCD7 and #FCD7B1 with #D7FCB1 are triadic colors.