COLOR #BABF9F

HEX: #BABF9F RGB: (186,191,159)

Color info

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

RGB color model

#BABF9F color RGB value is (186,191,159).

RGB: (186,191,159) (73%, 75%, 62%)

RGB channels and saturation

R 186 of 255 = 73%
G 191 of 255 = 75%
B 159 of 255 = 62%

186
191
159

R + G + B ~ 70%. #BABF9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 191 + 159 = 536 (100%)
R 186 of 536 ~ 34.7%
G 191 of 536 ~ 35.63%
B 159 of 536 ~ 29.66'%

%34.7
%35.63
%29.66

CMYK color model

#BABF9F color CMYK value is (3,0,17,25).

  • cyan value is 2.62%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • key color value is 25.10%

CMYK: (3,0,17,25)
C3M0Y17K25 (3%, 0%, 17%, 25%)
(0.03 / 0.00 / 0.17 / 0.25)

CMYK percentages

%2.62
%0
%16.75
%25.1

Codes

Color #BABF9F in popluar color models

BA BF 9F
RGB 186 191 159
HSL 69° 20.00% 68.63%
HSB/HSV 69° 16.75% 74.90%
CMYK 2.62% 0.00% 16.75%
25.10%

Color #BABF9F in popluar number systems.

HEX BA BF 9F
Decimal 186 191 159
Binary 10111010 10111111 10011111
Octal 272 277 237

Shades and tints

Shades of #BABF9F

#BABF9F
(186,191,159)
#AAAE91
(170,174,145)
#9A9D83
(154,157,131)
#8A8C75
(138,140,117)
#7A7B67
(122,123,103)
#6A6A59
(106,106,89)
#5A594B
(90,89,75)
#4A483D
(74,72,61)
#3A372F
(58,55,47)
#2A2621
(42,38,33)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #BABF9F

#BABF9F
(186,191,159)
#C0C4A7
(192,196,167)
#C6C9AF
(198,201,175)
#CCCEB7
(204,206,183)
#D2D3BF
(210,211,191)
#D8D8C7
(216,216,199)
#DEDDCF
(222,221,207)
#E4E2D7
(228,226,215)
#EAE7DF
(234,231,223)
#F0ECE7
(240,236,231)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BABF9F color. Also use rgb(186,191,159) instead hex code.

Text Font Color

.myTextColor { color: #BABF9F; }

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

This text font color is #BABF9F.

Background Color

.myBgColor { background-color: #BABF9F; }

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

This div background color is #BABF9F.

Border color

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

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

This div border color is #BABF9F.

Opacity

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

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

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

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

This text has shadow with #BABF9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABF9F.

Preview

Color preview on black background

This text has color #BABF9F on black background.


Color preview on white background

This text has color #BABF9F on white background.


Black color preview on #BABF9F background

This text has black color on #BABF9F background.


White color preview on #BABF9F background

This text has white color on #BABF9F background.


Related colors

Complementary color

Complementary color for #hex is #454060.


I love getcolorcode.com

Triadic colors

1 #9FBABF and #BF9FBA with #BABF9F are triadic colors.

2 #9FBFBA and #BFBA9F with #BABF9F are triadic colors.