COLOR #BABCAE

HEX: #BABCAE
RGB: (186,188,174)

Color info

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

RGB color model

#BABCAE color RGB value is (186,188,174).

  • red value is 186;
  • green value is 188;
  • blue value is 174.
RGB:
(186,188,174)
(73%,74%,68%)

RGB channels and saturation

R 186 of 255 = 73%
G 188 of 255 = 74%
B 174 of 255 = 68%

186
188
174

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

Portions of RGB colors in percentages

R + G + B =
186 + 188 + 174 = 548 (100%)
R 186 of 548 ~ 33.94%
G 188 of 548 ~ 34.31%
B 174 of 548 ~ 31.75%

%33.94
%34.31
%31.75

CMYK color model

#BABCAE color CMYK value is (1,0,7,26).

  • cyan value is 1.06%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 26.27%
CMYK:
(1,0,7,26)
C1M0Y7K26 
(1%,0%,7%,26%)
(0.01/0.00/0.07/0.26)	

CMYK percentages

%1.06
%0
%7.45
%26.27

Codes

Color #BABCAE in popluar color models

BABCAE
RGB186188174
HSL69°9.46%70.98%
HSB/HSV69°7.45%73.73%
CMYK1.06%0.00%7.45%
26.27%

Color #BABCAE in popluar number systems.

HEXBABCAE
Decimal186188174
Binary101110101011110010101110
Octal272274256

Shades and tints

Shades of #BABCAE

#BABCAE
(186,188,174)
#AAAB9F
(170,171,159)
#9A9A90
(154,154,144)
#8A8981
(138,137,129)
#7A7872
(122,120,114)
#6A6763
(106,103,99)
#5A5654
(90,86,84)
#4A4545
(74,69,69)
#3A3436
(58,52,54)
#2A2327
(42,35,39)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #BABCAE

#BABCAE
(186,188,174)
#C0C2B5
(192,194,181)
#C6C8BC
(198,200,188)
#CCCEC3
(204,206,195)
#D2D4CA
(210,212,202)
#D8DAD1
(216,218,209)
#DEE0D8
(222,224,216)
#E4E6DF
(228,230,223)
#EAECE6
(234,236,230)
#F0F2ED
(240,242,237)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BABCAE color. Also use rgb(186,188,174) instead hex code.

Text Font Color

.myTextColor { color: #BABCAE; }

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

This text font color is #BABCAE.


Background Color

.myBgColor { background-color: #BABCAE; }

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

This div background color is #BABCAE.


Border color

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

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

This div border color is #BABCAE.


Opacity

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

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

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

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

This text has shadow with #BABCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABCAE on black background.


Color preview on white background

This text has color #BABCAE on white background.



Black color preview on #BABCAE background

This text has black color on #BABCAE background.


White color preview on #BABCAE background

This text has white color on #BABCAE background.