COLOR #BAB298

HEX: #BAB298
RGB: (186,178,152)

Color info

#BAB298 contains red, green and blue colors in about the same proportion. Web safe color of #BAB298 is #CC9999 (or #C99).

RGB color model

#BAB298 color RGB value is (186,178,152).

  • red value is 186;
  • green value is 178;
  • blue value is 152.
RGB:
(186,178,152)
(73%,70%,60%)

RGB channels and saturation

R 186 of 255 = 73%
G 178 of 255 = 70%
B 152 of 255 = 60%

186
178
152

R + G + B ~ 68%. #BAB298 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 178 + 152 = 516 (100%)
R 186 of 516 ~ 36.05%
G 178 of 516 ~ 34.5%
B 152 of 516 ~ 29.46%

%36.05
%34.5
%29.46

CMYK color model

#BAB298 color CMYK value is (0,4,18,27).

  • cyan value is 0.00%
  • magenta value is 4.30%
  • yellow value is 18.28%
  • key color value is 27.06%
CMYK:
(0,4,18,27)
C0M4Y18K27 
(0%,4%,18%,27%)
(0.00/0.04/0.18/0.27)	

CMYK percentages

%0
%4.3
%18.28
%27.06

Codes

Color #BAB298 in popluar color models

BAB298
RGB186178152
HSL46°19.77%66.27%
HSB/HSV46°18.28%72.94%
CMYK0.00%4.30%18.28%
27.06%

Color #BAB298 in popluar number systems.

HEXBAB298
Decimal186178152
Binary101110101011001010011000
Octal272262230

Shades and tints

Shades of #BAB298

#BAB298
(186,178,152)
#AAA28B
(170,162,139)
#9A927E
(154,146,126)
#8A8271
(138,130,113)
#7A7264
(122,114,100)
#6A6257
(106,98,87)
#5A524A
(90,82,74)
#4A423D
(74,66,61)
#3A3230
(58,50,48)
#2A2223
(42,34,35)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #BAB298

#BAB298
(186,178,152)
#C0B9A1
(192,185,161)
#C6C0AA
(198,192,170)
#CCC7B3
(204,199,179)
#D2CEBC
(210,206,188)
#D8D5C5
(216,213,197)
#DEDCCE
(222,220,206)
#E4E3D7
(228,227,215)
#EAEAE0
(234,234,224)
#F0F1E9
(240,241,233)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB298 color. Also use rgb(186,178,152) instead hex code.

Text Font Color

.myTextColor { color: #BAB298; }

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

This text font color is #BAB298.


Background Color

.myBgColor { background-color: #BAB298; }

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

This div background color is #BAB298.


Border color

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

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

This div border color is #BAB298.


Opacity

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

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

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

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

This text has shadow with #BAB298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB298 on black background.


Color preview on white background

This text has color #BAB298 on white background.



Black color preview on #BAB298 background

This text has black color on #BAB298 background.


White color preview on #BAB298 background

This text has white color on #BAB298 background.