COLOR #D7F3B1

HEX: #D7F3B1 RGB: (215,243,177)

Color info

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

RGB color model

#D7F3B1 color RGB value is (215,243,177).

RGB: (215,243,177) (84%, 95%, 69%)

RGB channels and saturation

R 215 of 255 = 84%
G 243 of 255 = 95%
B 177 of 255 = 69%

215
243
177

R + G + B ~ 83%. #D7F3B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 243 + 177 = 635 (100%)
R 215 of 635 ~ 33.86%
G 243 of 635 ~ 38.27%
B 177 of 635 ~ 27.87'%

%33.86
%38.27
%27.87

CMYK color model

#D7F3B1 color CMYK value is (12,0,27,5).

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 4.71%

CMYK: (12,0,27,5)
C12M0Y27K5 (12%, 0%, 27%, 5%)
(0.12 / 0.00 / 0.27 / 0.05)

CMYK percentages

%11.52
%0
%27.16
%4.71

Codes

Color #D7F3B1 in popluar color models

D7 F3 B1
RGB 215 243 177
HSL 85° 73.33% 82.35%
HSB/HSV 85° 27.16% 95.29%
CMYK 11.52% 0.00% 27.16%
4.71%

Color #D7F3B1 in popluar number systems.

HEX D7 F3 B1
Decimal 215 243 177
Binary 11010111 11110011 10110001
Octal 327 363 261

Shades and tints

Shades of #D7F3B1

#D7F3B1
(215,243,177)
#C4DDA1
(196,221,161)
#B1C791
(177,199,145)
#9EB181
(158,177,129)
#8B9B71
(139,155,113)
#788561
(120,133,97)
#656F51
(101,111,81)
#525941
(82,89,65)
#3F4331
(63,67,49)
#2C2D21
(44,45,33)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #D7F3B1

#D7F3B1
(215,243,177)
#DAF4B8
(218,244,184)
#DDF5BF
(221,245,191)
#E0F6C6
(224,246,198)
#E3F7CD
(227,247,205)
#E6F8D4
(230,248,212)
#E9F9DB
(233,249,219)
#ECFAE2
(236,250,226)
#EFFBE9
(239,251,233)
#F2FCF0
(242,252,240)
#F5FDF7
(245,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F3B1; }

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

This text font color is #D7F3B1.

Background Color

.myBgColor { background-color: #D7F3B1; }

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

This div background color is #D7F3B1.

Border color

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

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

This div border color is #D7F3B1.

Opacity

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

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

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

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

This text has shadow with #D7F3B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7F3B1.

Preview

Color preview on black background

This text has color #D7F3B1 on black background.


Color preview on white background

This text has color #D7F3B1 on white background.


Black color preview on #D7F3B1 background

This text has black color on #D7F3B1 background.


White color preview on #D7F3B1 background

This text has white color on #D7F3B1 background.


Related colors

Complementary color

Complementary color for #hex is #280C4E.


I love getcolorcode.com

Triadic colors

1 #B1D7F3 and #F3B1D7 with #D7F3B1 are triadic colors.

2 #B1F3D7 and #F3D7B1 with #D7F3B1 are triadic colors.