COLOR #BABEBA

HEX: #BABEBA RGB: (186,190,186)

Color info

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

RGB color model

#BABEBA color RGB value is (186,190,186).

RGB: (186,190,186) (73%, 75%, 73%)

RGB channels and saturation

R 186 of 255 = 73%
G 190 of 255 = 75%
B 186 of 255 = 73%

186
190
186

R + G + B ~ 74%. #BABEBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 190 + 186 = 562 (100%)
R 186 of 562 ~ 33.1%
G 190 of 562 ~ 33.81%
B 186 of 562 ~ 33.1'%

%33.1
%33.81
%33.1

CMYK color model

#BABEBA color CMYK value is (2,0,2,25).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 25.49%
CMYK: (2,0,2,25) C2M0Y2K25 (2%,0%,2%,25%) (0.02/0.00/0.02/0.25) 

CMYK percentages

%2.11
%0
%2.11
%25.49

Codes

Color #BABEBA in popluar color models

BA BE BA
RGB 186 190 186
HSL 120° 2.99% 73.73%
HSB/HSV 120° 2.11% 74.51%
CMYK 2.11% 0.00% 2.11%
25.49%

Color #BABEBA in popluar number systems.

HEX BA BE BA
Decimal 186 190 186
Binary 10111010 10111110 10111010
Octal 272 276 272

Shades and tints

Shades of #BABEBA

#BABEBA
(186,190,186)
#AAADAA
(170,173,170)
#9A9C9A
(154,156,154)
#8A8B8A
(138,139,138)
#7A7A7A
(122,122,122)
#6A696A
(106,105,106)
#5A585A
(90,88,90)
#4A474A
(74,71,74)
#3A363A
(58,54,58)
#2A252A
(42,37,42)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #BABEBA

#BABEBA
(186,190,186)
#C0C3C0
(192,195,192)
#C6C8C6
(198,200,198)
#CCCDCC
(204,205,204)
#D2D2D2
(210,210,210)
#D8D7D8
(216,215,216)
#DEDCDE
(222,220,222)
#E4E1E4
(228,225,228)
#EAE6EA
(234,230,234)
#F0EBF0
(240,235,240)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABEBA; }

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

This text font color is #BABEBA.

Background Color

.myBgColor { background-color: #BABEBA; }

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

This div background color is #BABEBA.

Border color

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

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

This div border color is #BABEBA.

Opacity

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

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

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

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

This text has shadow with #BABEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABEBA.

Preview

Color preview on black background

This text has color #BABEBA on black background.


Color preview on white background

This text has color #BABEBA on white background.


Black color preview on #BABEBA background

This text has black color on #BABEBA background.


White color preview on #BABEBA background

This text has white color on #BABEBA background.


Related colors

Complementary color

Complementary color for #hex is #454145.


I love getcolorcode.com

Triadic colors

1 #BABABE and #BEBABA with #BABEBA are triadic colors.

2 #BABEBA and #BEBABA with #BABEBA are triadic colors.