COLOR #BABEE0

HEX: #BABEE0
RGB: (186,190,224)

Color info

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

RGB color model

#BABEE0 color RGB value is (186,190,224).

  • red value is 186;
  • green value is 190;
  • blue value is 224.
RGB:
(186,190,224)
(73%,75%,88%)

RGB channels and saturation

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

186
190
224

R + G + B ~ 79%. #BABEE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 190 + 224 = 600 (100%)
R 186 of 600 ~ 31%
G 190 of 600 ~ 31.67%
B 224 of 600 ~ 37.33%

%31
%31.67
%37.33

CMYK color model

#BABEE0 color CMYK value is (17,15,0,12).

  • cyan value is 16.96%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(17,15,0,12)
C17M15Y0K12 
(17%,15%,0%,12%)
(0.17/0.15/0.00/0.12)	

CMYK percentages

%16.96
%15.18
%0
%12.16

Codes

Color #BABEE0 in popluar color models

BABEE0
RGB186190224
HSL234°38.00%80.39%
HSB/HSV234°16.96%87.84%
CMYK16.96%15.18%0.00%
12.16%

Color #BABEE0 in popluar number systems.

HEXBABEE0
Decimal186190224
Binary101110101011111011100000
Octal272276340

Shades and tints

Shades of #BABEE0

#BABEE0
(186,190,224)
#AAADCC
(170,173,204)
#9A9CB8
(154,156,184)
#8A8BA4
(138,139,164)
#7A7A90
(122,122,144)
#6A697C
(106,105,124)
#5A5868
(90,88,104)
#4A4754
(74,71,84)
#3A3640
(58,54,64)
#2A252C
(42,37,44)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #BABEE0

#BABEE0
(186,190,224)
#C0C3E2
(192,195,226)
#C6C8E4
(198,200,228)
#CCCDE6
(204,205,230)
#D2D2E8
(210,210,232)
#D8D7EA
(216,215,234)
#DEDCEC
(222,220,236)
#E4E1EE
(228,225,238)
#EAE6F0
(234,230,240)
#F0EBF2
(240,235,242)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABEE0; }

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

This text font color is #BABEE0.


Background Color

.myBgColor { background-color: #BABEE0; }

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

This div background color is #BABEE0.


Border color

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

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

This div border color is #BABEE0.


Opacity

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

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

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

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

This text has shadow with #BABEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABEE0 on black background.


Color preview on white background

This text has color #BABEE0 on white background.



Black color preview on #BABEE0 background

This text has black color on #BABEE0 background.


White color preview on #BABEE0 background

This text has white color on #BABEE0 background.