COLOR #99BACC

HEX: #99BACC RGB: (153,186,204)

Color info

#99BACC contains red, green and blue colors in about the same proportion. Web safe color of #99BACC is #99CCCC (or #9CC).

RGB color model

#99BACC color RGB value is (153,186,204).

RGB: (153,186,204) (60%, 73%, 80%)

RGB channels and saturation

R 153 of 255 = 60%
G 186 of 255 = 73%
B 204 of 255 = 80%

153
186
204

R + G + B ~ 71%. #99BACC is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 186 + 204 = 543 (100%)
R 153 of 543 ~ 28.18%
G 186 of 543 ~ 34.25%
B 204 of 543 ~ 37.57'%

%28.18
%34.25
%37.57

CMYK color model

#99BACC color CMYK value is (25,9,0,20).

  • cyan value is 25.00%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (25,9,0,20)
C25M9Y0K20 (25%, 9%, 0%, 20%)
(0.25 / 0.09 / 0.00 / 0.20)

CMYK percentages

%25
%8.82
%0
%20

Codes

Color #99BACC in popluar color models

99 BA CC
RGB 153 186 204
HSL 201° 33.33% 70.00%
HSB/HSV 201° 25.00% 80.00%
CMYK 25.00% 8.82% 0.00%
20.00%

Color #99BACC in popluar number systems.

HEX 99 BA CC
Decimal 153 186 204
Binary 10011001 10111010 11001100
Octal 231 272 314

Shades and tints

Shades of #99BACC

#99BACC
(153,186,204)
#8CAABA
(140,170,186)
#7F9AA8
(127,154,168)
#728A96
(114,138,150)
#657A84
(101,122,132)
#586A72
(88,106,114)
#4B5A60
(75,90,96)
#3E4A4E
(62,74,78)
#313A3C
(49,58,60)
#242A2A
(36,42,42)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #99BACC

#99BACC
(153,186,204)
#A2C0D0
(162,192,208)
#ABC6D4
(171,198,212)
#B4CCD8
(180,204,216)
#BDD2DC
(189,210,220)
#C6D8E0
(198,216,224)
#CFDEE4
(207,222,228)
#D8E4E8
(216,228,232)
#E1EAEC
(225,234,236)
#EAF0F0
(234,240,240)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BACC; }

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

This text font color is #99BACC.

Background Color

.myBgColor { background-color: #99BACC; }

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

This div background color is #99BACC.

Border color

.myBorderColor { border: 1px solid #99BACC; }

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

This div border color is #99BACC.

Opacity

.myOpacity80 { color: #99BACC; opacity: 0.8; }

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

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

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

This text has shadow with #99BACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99BACC.

Preview

Color preview on black background

This text has color #99BACC on black background.


Color preview on white background

This text has color #99BACC on white background.


Black color preview on #99BACC background

This text has black color on #99BACC background.


White color preview on #99BACC background

This text has white color on #99BACC background.


Related colors

Complementary color

Complementary color for #hex is #664533.


I love getcolorcode.com

Triadic colors

1 #CC99BA and #BACC99 with #99BACC are triadic colors.

2 #CCBA99 and #BA99CC with #99BACC are triadic colors.