COLOR #B5D79F

HEX: #B5D79F RGB: (181,215,159)

Color info

#B5D79F contains red, green and blue colors in about the same proportion. Web safe color of #B5D79F is #CCCC99 (or #CC9).

RGB color model

#B5D79F color RGB value is (181,215,159).

RGB: (181,215,159) (71%, 84%, 62%)

RGB channels and saturation

R 181 of 255 = 71%
G 215 of 255 = 84%
B 159 of 255 = 62%

181
215
159

R + G + B ~ 72%. #B5D79F is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 215 + 159 = 555 (100%)
R 181 of 555 ~ 32.61%
G 215 of 555 ~ 38.74%
B 159 of 555 ~ 28.65'%

%32.61
%38.74
%28.65

CMYK color model

#B5D79F color CMYK value is (16,0,26,16).

  • cyan value is 15.81%
  • magenta value is 0.00%
  • yellow value is 26.05%
  • key color value is 15.69%

CMYK: (16,0,26,16)
C16M0Y26K16 (16%, 0%, 26%, 16%)
(0.16 / 0.00 / 0.26 / 0.16)

CMYK percentages

%15.81
%0
%26.05
%15.69

Codes

Color #B5D79F in popluar color models

B5 D7 9F
RGB 181 215 159
HSL 96° 41.18% 73.33%
HSB/HSV 96° 26.05% 84.31%
CMYK 15.81% 0.00% 26.05%
15.69%

Color #B5D79F in popluar number systems.

HEX B5 D7 9F
Decimal 181 215 159
Binary 10110101 11010111 10011111
Octal 265 327 237

Shades and tints

Shades of #B5D79F

#B5D79F
(181,215,159)
#A5C491
(165,196,145)
#95B183
(149,177,131)
#859E75
(133,158,117)
#758B67
(117,139,103)
#657859
(101,120,89)
#55654B
(85,101,75)
#45523D
(69,82,61)
#353F2F
(53,63,47)
#252C21
(37,44,33)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #B5D79F

#B5D79F
(181,215,159)
#BBDAA7
(187,218,167)
#C1DDAF
(193,221,175)
#C7E0B7
(199,224,183)
#CDE3BF
(205,227,191)
#D3E6C7
(211,230,199)
#D9E9CF
(217,233,207)
#DFECD7
(223,236,215)
#E5EFDF
(229,239,223)
#EBF2E7
(235,242,231)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D79F; }

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

This text font color is #B5D79F.

Background Color

.myBgColor { background-color: #B5D79F; }

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

This div background color is #B5D79F.

Border color

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

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

This div border color is #B5D79F.

Opacity

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

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

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

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

This text has shadow with #B5D79F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5D79F.

Preview

Color preview on black background

This text has color #B5D79F on black background.


Color preview on white background

This text has color #B5D79F on white background.


Black color preview on #B5D79F background

This text has black color on #B5D79F background.


White color preview on #B5D79F background

This text has white color on #B5D79F background.


Related colors

Complementary color

Complementary color for #hex is #4A2860.


I love getcolorcode.com

Triadic colors

1 #9FB5D7 and #D79FB5 with #B5D79F are triadic colors.

2 #9FD7B5 and #D7B59F with #B5D79F are triadic colors.