COLOR #99B1C8

HEX: #99B1C8 RGB: (153,177,200)

Color info

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

RGB color model

#99B1C8 color RGB value is (153,177,200).

RGB: (153,177,200) (60%, 69%, 78%)

RGB channels and saturation

R 153 of 255 = 60%
G 177 of 255 = 69%
B 200 of 255 = 78%

153
177
200

R + G + B ~ 69%. #99B1C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 177 + 200 = 530 (100%)
R 153 of 530 ~ 28.87%
G 177 of 530 ~ 33.4%
B 200 of 530 ~ 37.74'%

%28.87
%33.4
%37.74

CMYK color model

#99B1C8 color CMYK value is (24,12,0,22).

  • cyan value is 23.50%
  • magenta value is 11.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (24,12,0,22)
C24M12Y0K22 (24%, 12%, 0%, 22%)
(0.24 / 0.12 / 0.00 / 0.22)

CMYK percentages

%23.5
%11.5
%0
%21.57

Codes

Color #99B1C8 in popluar color models

99 B1 C8
RGB 153 177 200
HSL 209° 29.94% 69.22%
HSB/HSV 209° 23.50% 78.43%
CMYK 23.50% 11.50% 0.00%
21.57%

Color #99B1C8 in popluar number systems.

HEX 99 B1 C8
Decimal 153 177 200
Binary 10011001 10110001 11001000
Octal 231 261 310

Shades and tints

Shades of #99B1C8

#99B1C8
(153,177,200)
#8CA1B6
(140,161,182)
#7F91A4
(127,145,164)
#728192
(114,129,146)
#657180
(101,113,128)
#58616E
(88,97,110)
#4B515C
(75,81,92)
#3E414A
(62,65,74)
#313138
(49,49,56)
#242126
(36,33,38)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #99B1C8

#99B1C8
(153,177,200)
#A2B8CD
(162,184,205)
#ABBFD2
(171,191,210)
#B4C6D7
(180,198,215)
#BDCDDC
(189,205,220)
#C6D4E1
(198,212,225)
#CFDBE6
(207,219,230)
#D8E2EB
(216,226,235)
#E1E9F0
(225,233,240)
#EAF0F5
(234,240,245)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B1C8 color. Also use rgb(153,177,200) instead hex code.

Text Font Color

.myTextColor { color: #99B1C8; }

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

This text font color is #99B1C8.

Background Color

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

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

This div background color is #99B1C8.

Border color

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

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

This div border color is #99B1C8.

Opacity

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

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

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

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

This text has shadow with #99B1C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B1C8.

Preview

Color preview on black background

This text has color #99B1C8 on black background.


Color preview on white background

This text has color #99B1C8 on white background.


Black color preview on #99B1C8 background

This text has black color on #99B1C8 background.


White color preview on #99B1C8 background

This text has white color on #99B1C8 background.


Related colors

Complementary color

Complementary color for #hex is #664E37.


I love getcolorcode.com

Triadic colors

1 #C899B1 and #B1C899 with #99B1C8 are triadic colors.

2 #C8B199 and #B199C8 with #99B1C8 are triadic colors.