COLOR #BABBC9

HEX: #BABBC9 RGB: (186,187,201)

Color info

#BABBC9 contains red, green and blue colors in about the same proportion. Web safe color of #BABBC9 is #CCCCCC (or #CCC).

RGB color model

#BABBC9 color RGB value is (186,187,201).

RGB: (186,187,201) (73%, 73%, 79%)

RGB channels and saturation

R 186 of 255 = 73%
G 187 of 255 = 73%
B 201 of 255 = 79%

186
187
201

R + G + B ~ 75%. #BABBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 187 + 201 = 574 (100%)
R 186 of 574 ~ 32.4%
G 187 of 574 ~ 32.58%
B 201 of 574 ~ 35.02'%

%32.4
%32.58
%35.02

CMYK color model

#BABBC9 color CMYK value is (7,7,0,21).

  • cyan value is 7.46%
  • magenta value is 6.97%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (7,7,0,21)
C7M7Y0K21 (7%, 7%, 0%, 21%)
(0.07 / 0.07 / 0.00 / 0.21)

CMYK percentages

%7.46
%6.97
%0
%21.18

Codes

Color #BABBC9 in popluar color models

BA BB C9
RGB 186 187 201
HSL 236° 12.20% 75.88%
HSB/HSV 236° 7.46% 78.82%
CMYK 7.46% 6.97% 0.00%
21.18%

Color #BABBC9 in popluar number systems.

HEX BA BB C9
Decimal 186 187 201
Binary 10111010 10111011 11001001
Octal 272 273 311

Shades and tints

Shades of #BABBC9

#BABBC9
(186,187,201)
#AAAAB7
(170,170,183)
#9A99A5
(154,153,165)
#8A8893
(138,136,147)
#7A7781
(122,119,129)
#6A666F
(106,102,111)
#5A555D
(90,85,93)
#4A444B
(74,68,75)
#3A3339
(58,51,57)
#2A2227
(42,34,39)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #BABBC9

#BABBC9
(186,187,201)
#C0C1CD
(192,193,205)
#C6C7D1
(198,199,209)
#CCCDD5
(204,205,213)
#D2D3D9
(210,211,217)
#D8D9DD
(216,217,221)
#DEDFE1
(222,223,225)
#E4E5E5
(228,229,229)
#EAEBE9
(234,235,233)
#F0F1ED
(240,241,237)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BABBC9 color. Also use rgb(186,187,201) instead hex code.

Text Font Color

.myTextColor { color: #BABBC9; }

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

This text font color is #BABBC9.

Background Color

.myBgColor { background-color: #BABBC9; }

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

This div background color is #BABBC9.

Border color

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

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

This div border color is #BABBC9.

Opacity

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

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

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

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

This text has shadow with #BABBC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABBC9.

Preview

Color preview on black background

This text has color #BABBC9 on black background.


Color preview on white background

This text has color #BABBC9 on white background.


Black color preview on #BABBC9 background

This text has black color on #BABBC9 background.


White color preview on #BABBC9 background

This text has white color on #BABBC9 background.


Related colors

Complementary color

Complementary color for #hex is #454436.


I love getcolorcode.com

Triadic colors

1 #C9BABB and #BBC9BA with #BABBC9 are triadic colors.

2 #C9BBBA and #BBBAC9 with #BABBC9 are triadic colors.