COLOR #BABD7A

HEX: #BABD7A
RGB: (186,189,122)

Color info

#BABD7A contains mainly red and green colors. Web safe color of #BABD7A is #CCCC66 (or #CC6).

RGB color model

#BABD7A color RGB value is (186,189,122).

  • red value is 186;
  • green value is 189;
  • blue value is 122.
RGB:
(186,189,122)
(73%,74%,48%)

RGB channels and saturation

R 186 of 255 = 73%
G 189 of 255 = 74%
B 122 of 255 = 48%

186
189
122

R + G + B ~ 65%. #BABD7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 189 + 122 = 497 (100%)
R 186 of 497 ~ 37.42%
G 189 of 497 ~ 38.03%
B 122 of 497 ~ 24.55%

%37.42
%38.03
%24.55

CMYK color model

#BABD7A color CMYK value is (2,0,35,26).

  • cyan value is 1.59%
  • magenta value is 0.00%
  • yellow value is 35.45%
  • key color value is 25.88%
CMYK:
(2,0,35,26)
C2M0Y35K26 
(2%,0%,35%,26%)
(0.02/0.00/0.35/0.26)	

CMYK percentages

%1.59
%0
%35.45
%25.88

Codes

Color #BABD7A in popluar color models

BABD7A
RGB186189122
HSL63°33.67%60.98%
HSB/HSV63°35.45%74.12%
CMYK1.59%0.00%35.45%
25.88%

Color #BABD7A in popluar number systems.

HEXBABD7A
Decimal186189122
Binary10111010101111011111010
Octal272275172

Shades and tints

Shades of #BABD7A

#BABD7A
(186,189,122)
#AAAC6F
(170,172,111)
#9A9B64
(154,155,100)
#8A8A59
(138,138,89)
#7A794E
(122,121,78)
#6A6843
(106,104,67)
#5A5738
(90,87,56)
#4A462D
(74,70,45)
#3A3522
(58,53,34)
#2A2417
(42,36,23)
#1A130C
(26,19,12)
#000000
(0,0,0)

Tints of #BABD7A

#BABD7A
(186,189,122)
#C0C386
(192,195,134)
#C6C992
(198,201,146)
#CCCF9E
(204,207,158)
#D2D5AA
(210,213,170)
#D8DBB6
(216,219,182)
#DEE1C2
(222,225,194)
#E4E7CE
(228,231,206)
#EAEDDA
(234,237,218)
#F0F3E6
(240,243,230)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BABD7A color. Also use rgb(186,189,122) instead hex code.

Text Font Color

.myTextColor { color: #BABD7A; }

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

This text font color is #BABD7A.


Background Color

.myBgColor { background-color: #BABD7A; }

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

This div background color is #BABD7A.


Border color

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

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

This div border color is #BABD7A.


Opacity

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

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

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

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

This text has shadow with #BABD7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABD7A on black background.


Color preview on white background

This text has color #BABD7A on white background.



Black color preview on #BABD7A background

This text has black color on #BABD7A background.


White color preview on #BABD7A background

This text has white color on #BABD7A background.