COLOR #BABCCF

HEX: #BABCCF
RGB: (186,188,207)

Color info

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

RGB color model

#BABCCF color RGB value is (186,188,207).

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

RGB channels and saturation

R 186 of 255 = 73%
G 188 of 255 = 74%
B 207 of 255 = 81%

186
188
207

R + G + B ~ 76%. #BABCCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 188 + 207 = 581 (100%)
R 186 of 581 ~ 32.01%
G 188 of 581 ~ 32.36%
B 207 of 581 ~ 35.63%

%32.01
%32.36
%35.63

CMYK color model

#BABCCF color CMYK value is (10,9,0,19).

  • cyan value is 10.14%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(10,9,0,19)
C10M9Y0K19 
(10%,9%,0%,19%)
(0.10/0.09/0.00/0.19)	

CMYK percentages

%10.14
%9.18
%0
%18.82

Codes

Color #BABCCF in popluar color models

BABCCF
RGB186188207
HSL234°17.95%77.06%
HSB/HSV234°10.14%81.18%
CMYK10.14%9.18%0.00%
18.82%

Color #BABCCF in popluar number systems.

HEXBABCCF
Decimal186188207
Binary101110101011110011001111
Octal272274317

Shades and tints

Shades of #BABCCF

#BABCCF
(186,188,207)
#AAABBD
(170,171,189)
#9A9AAB
(154,154,171)
#8A8999
(138,137,153)
#7A7887
(122,120,135)
#6A6775
(106,103,117)
#5A5663
(90,86,99)
#4A4551
(74,69,81)
#3A343F
(58,52,63)
#2A232D
(42,35,45)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #BABCCF

#BABCCF
(186,188,207)
#C0C2D3
(192,194,211)
#C6C8D7
(198,200,215)
#CCCEDB
(204,206,219)
#D2D4DF
(210,212,223)
#D8DAE3
(216,218,227)
#DEE0E7
(222,224,231)
#E4E6EB
(228,230,235)
#EAECEF
(234,236,239)
#F0F2F3
(240,242,243)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABCCF; }

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

This text font color is #BABCCF.


Background Color

.myBgColor { background-color: #BABCCF; }

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

This div background color is #BABCCF.


Border color

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

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

This div border color is #BABCCF.


Opacity

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

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

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

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

This text has shadow with #BABCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABCCF on black background.


Color preview on white background

This text has color #BABCCF on white background.



Black color preview on #BABCCF background

This text has black color on #BABCCF background.


White color preview on #BABCCF background

This text has white color on #BABCCF background.