COLOR #99B1D0

HEX: #99B1D0 RGB: (153,177,208)

Color info

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

RGB color model

#99B1D0 color RGB value is (153,177,208).

RGB: (153,177,208) (60%, 69%, 82%)

RGB channels and saturation

R 153 of 255 = 60%
G 177 of 255 = 69%
B 208 of 255 = 82%

153
177
208

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

Portions of RGB colors in percentages

R + G + B = 153 + 177 + 208 = 538 (100%)
R 153 of 538 ~ 28.44%
G 177 of 538 ~ 32.9%
B 208 of 538 ~ 38.66'%

%28.44
%32.9
%38.66

CMYK color model

#99B1D0 color CMYK value is (26,15,0,18).

  • cyan value is 26.44%
  • magenta value is 14.90%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (26,15,0,18)
C26M15Y0K18 (26%, 15%, 0%, 18%)
(0.26 / 0.15 / 0.00 / 0.18)

CMYK percentages

%26.44
%14.9
%0
%18.43

Codes

Color #99B1D0 in popluar color models

99 B1 D0
RGB 153 177 208
HSL 214° 36.91% 70.78%
HSB/HSV 214° 26.44% 81.57%
CMYK 26.44% 14.90% 0.00%
18.43%

Color #99B1D0 in popluar number systems.

HEX 99 B1 D0
Decimal 153 177 208
Binary 10011001 10110001 11010000
Octal 231 261 320

Shades and tints

Shades of #99B1D0

#99B1D0
(153,177,208)
#8CA1BE
(140,161,190)
#7F91AC
(127,145,172)
#72819A
(114,129,154)
#657188
(101,113,136)
#586176
(88,97,118)
#4B5164
(75,81,100)
#3E4152
(62,65,82)
#313140
(49,49,64)
#24212E
(36,33,46)
#17111C
(23,17,28)
#000000
(0,0,0)

Tints of #99B1D0

#99B1D0
(153,177,208)
#A2B8D4
(162,184,212)
#ABBFD8
(171,191,216)
#B4C6DC
(180,198,220)
#BDCDE0
(189,205,224)
#C6D4E4
(198,212,228)
#CFDBE8
(207,219,232)
#D8E2EC
(216,226,236)
#E1E9F0
(225,233,240)
#EAF0F4
(234,240,244)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B1D0; }

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

This text font color is #99B1D0.

Background Color

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

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

This div background color is #99B1D0.

Border color

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

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

This div border color is #99B1D0.

Opacity

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

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

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

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

This text has shadow with #99B1D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B1D0.

Preview

Color preview on black background

This text has color #99B1D0 on black background.


Color preview on white background

This text has color #99B1D0 on white background.


Black color preview on #99B1D0 background

This text has black color on #99B1D0 background.


White color preview on #99B1D0 background

This text has white color on #99B1D0 background.


Related colors

Complementary color

Complementary color for #hex is #664E2F.


I love getcolorcode.com

Triadic colors

1 #D099B1 and #B1D099 with #99B1D0 are triadic colors.

2 #D0B199 and #B199D0 with #99B1D0 are triadic colors.