COLOR #99BCD0

HEX: #99BCD0 RGB: (153,188,208)

Color info

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

RGB color model

#99BCD0 color RGB value is (153,188,208).

RGB: (153,188,208) (60%, 74%, 82%)

RGB channels and saturation

R 153 of 255 = 60%
G 188 of 255 = 74%
B 208 of 255 = 82%

153
188
208

R + G + B ~ 72%. #99BCD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 188 + 208 = 549 (100%)
R 153 of 549 ~ 27.87%
G 188 of 549 ~ 34.24%
B 208 of 549 ~ 37.89'%

%27.87
%34.24
%37.89

CMYK color model

#99BCD0 color CMYK value is (26,10,0,18).

  • cyan value is 26.44%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (26,10,0,18) C26M10Y0K18 (26%,10%,0%,18%) (0.26/0.10/0.00/0.18) 

CMYK percentages

%26.44
%9.62
%0
%18.43

Codes

Color #99BCD0 in popluar color models

99 BC D0
RGB 153 188 208
HSL 202° 36.91% 70.78%
HSB/HSV 202° 26.44% 81.57%
CMYK 26.44% 9.62% 0.00%
18.43%

Color #99BCD0 in popluar number systems.

HEX 99 BC D0
Decimal 153 188 208
Binary 10011001 10111100 11010000
Octal 231 274 320

Shades and tints

Shades of #99BCD0

#99BCD0
(153,188,208)
#8CABBE
(140,171,190)
#7F9AAC
(127,154,172)
#72899A
(114,137,154)
#657888
(101,120,136)
#586776
(88,103,118)
#4B5664
(75,86,100)
#3E4552
(62,69,82)
#313440
(49,52,64)
#24232E
(36,35,46)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #99BCD0

#99BCD0
(153,188,208)
#A2C2D4
(162,194,212)
#ABC8D8
(171,200,216)
#B4CEDC
(180,206,220)
#BDD4E0
(189,212,224)
#C6DAE4
(198,218,228)
#CFE0E8
(207,224,232)
#D8E6EC
(216,230,236)
#E1ECF0
(225,236,240)
#EAF2F4
(234,242,244)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BCD0; }

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

This text font color is #99BCD0.

Background Color

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

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

This div background color is #99BCD0.

Border color

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

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

This div border color is #99BCD0.

Opacity

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

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

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

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

This text has shadow with #99BCD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99BCD0.

Preview

Color preview on black background

This text has color #99BCD0 on black background.


Color preview on white background

This text has color #99BCD0 on white background.


Black color preview on #99BCD0 background

This text has black color on #99BCD0 background.


White color preview on #99BCD0 background

This text has white color on #99BCD0 background.


Related colors

Complementary color

Complementary color for #hex is #66432F.


I love getcolorcode.com

Triadic colors

1 #D099BC and #BCD099 with #99BCD0 are triadic colors.

2 #D0BC99 and #BC99D0 with #99BCD0 are triadic colors.