COLOR #99BCC2

HEX: #99BCC2 RGB: (153,188,194)

Color info

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

RGB color model

#99BCC2 color RGB value is (153,188,194).

RGB: (153,188,194) (60%, 74%, 76%)

RGB channels and saturation

R 153 of 255 = 60%
G 188 of 255 = 74%
B 194 of 255 = 76%

153
188
194

R + G + B ~ 70%. #99BCC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 188 + 194 = 535 (100%)
R 153 of 535 ~ 28.6%
G 188 of 535 ~ 35.14%
B 194 of 535 ~ 36.26'%

%28.6
%35.14
%36.26

CMYK color model

#99BCC2 color CMYK value is (21,3,0,24).

  • cyan value is 21.13%
  • magenta value is 3.09%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (21,3,0,24)
C21M3Y0K24 (21%, 3%, 0%, 24%)
(0.21 / 0.03 / 0.00 / 0.24)

CMYK percentages

%21.13
%3.09
%0
%23.92

Codes

Color #99BCC2 in popluar color models

99 BC C2
RGB 153 188 194
HSL 189° 25.15% 68.04%
HSB/HSV 189° 21.13% 76.08%
CMYK 21.13% 3.09% 0.00%
23.92%

Color #99BCC2 in popluar number systems.

HEX 99 BC C2
Decimal 153 188 194
Binary 10011001 10111100 11000010
Octal 231 274 302

Shades and tints

Shades of #99BCC2

#99BCC2
(153,188,194)
#8CABB1
(140,171,177)
#7F9AA0
(127,154,160)
#72898F
(114,137,143)
#65787E
(101,120,126)
#58676D
(88,103,109)
#4B565C
(75,86,92)
#3E454B
(62,69,75)
#31343A
(49,52,58)
#242329
(36,35,41)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #99BCC2

#99BCC2
(153,188,194)
#A2C2C7
(162,194,199)
#ABC8CC
(171,200,204)
#B4CED1
(180,206,209)
#BDD4D6
(189,212,214)
#C6DADB
(198,218,219)
#CFE0E0
(207,224,224)
#D8E6E5
(216,230,229)
#E1ECEA
(225,236,234)
#EAF2EF
(234,242,239)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BCC2 color. Also use rgb(153,188,194) instead hex code.

Text Font Color

.myTextColor { color: #99BCC2; }

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

This text font color is #99BCC2.

Background Color

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

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

This div background color is #99BCC2.

Border color

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

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

This div border color is #99BCC2.

Opacity

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

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

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

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

This text has shadow with #99BCC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99BCC2.

Preview

Color preview on black background

This text has color #99BCC2 on black background.


Color preview on white background

This text has color #99BCC2 on white background.


Black color preview on #99BCC2 background

This text has black color on #99BCC2 background.


White color preview on #99BCC2 background

This text has white color on #99BCC2 background.


Related colors

Complementary color

Complementary color for #hex is #66433D.


I love getcolorcode.com

Triadic colors

1 #C299BC and #BCC299 with #99BCC2 are triadic colors.

2 #C2BC99 and #BC99C2 with #99BCC2 are triadic colors.