COLOR #BACCC9

HEX: #BACCC9 RGB: (186,204,201)

Color info

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

RGB color model

#BACCC9 color RGB value is (186,204,201).

RGB: (186,204,201) (73%, 80%, 79%)

RGB channels and saturation

R 186 of 255 = 73%
G 204 of 255 = 80%
B 201 of 255 = 79%

186
204
201

R + G + B ~ 77%. #BACCC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 204 + 201 = 591 (100%)
R 186 of 591 ~ 31.47%
G 204 of 591 ~ 34.52%
B 201 of 591 ~ 34.01'%

%31.47
%34.52
%34.01

CMYK color model

#BACCC9 color CMYK value is (9,0,1,20).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 1.47%
  • key color value is 20.00%
CMYK: (9,0,1,20) C9M0Y1K20 (9%,0%,1%,20%) (0.09/0.00/0.01/0.20) 

CMYK percentages

%8.82
%0
%1.47
%20

Codes

Color #BACCC9 in popluar color models

BA CC C9
RGB 186 204 201
HSL 170° 15.00% 76.47%
HSB/HSV 170° 8.82% 80.00%
CMYK 8.82% 0.00% 1.47%
20.00%

Color #BACCC9 in popluar number systems.

HEX BA CC C9
Decimal 186 204 201
Binary 10111010 11001100 11001001
Octal 272 314 311

Shades and tints

Shades of #BACCC9

#BACCC9
(186,204,201)
#AABAB7
(170,186,183)
#9AA8A5
(154,168,165)
#8A9693
(138,150,147)
#7A8481
(122,132,129)
#6A726F
(106,114,111)
#5A605D
(90,96,93)
#4A4E4B
(74,78,75)
#3A3C39
(58,60,57)
#2A2A27
(42,42,39)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #BACCC9

#BACCC9
(186,204,201)
#C0D0CD
(192,208,205)
#C6D4D1
(198,212,209)
#CCD8D5
(204,216,213)
#D2DCD9
(210,220,217)
#D8E0DD
(216,224,221)
#DEE4E1
(222,228,225)
#E4E8E5
(228,232,229)
#EAECE9
(234,236,233)
#F0F0ED
(240,240,237)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BACCC9; }

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

This text font color is #BACCC9.

Background Color

.myBgColor { background-color: #BACCC9; }

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

This div background color is #BACCC9.

Border color

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

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

This div border color is #BACCC9.

Opacity

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

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

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

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

This text has shadow with #BACCC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BACCC9.

Preview

Color preview on black background

This text has color #BACCC9 on black background.


Color preview on white background

This text has color #BACCC9 on white background.


Black color preview on #BACCC9 background

This text has black color on #BACCC9 background.


White color preview on #BACCC9 background

This text has white color on #BACCC9 background.


Related colors

Complementary color

Complementary color for #hex is #453336.


I love getcolorcode.com

Triadic colors

1 #C9BACC and #CCC9BA with #BACCC9 are triadic colors.

2 #C9CCBA and #CCBAC9 with #BACCC9 are triadic colors.