COLOR #99B6BD

HEX: #99B6BD RGB: (153,182,189)

Color info

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

RGB color model

#99B6BD color RGB value is (153,182,189).

RGB: (153,182,189) (60%, 71%, 74%)

RGB channels and saturation

R 153 of 255 = 60%
G 182 of 255 = 71%
B 189 of 255 = 74%

153
182
189

R + G + B ~ 68%. #99B6BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 182 + 189 = 524 (100%)
R 153 of 524 ~ 29.2%
G 182 of 524 ~ 34.73%
B 189 of 524 ~ 36.07'%

%29.2
%34.73
%36.07

CMYK color model

#99B6BD color CMYK value is (19,4,0,26).

  • cyan value is 19.05%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (19,4,0,26)
C19M4Y0K26 (19%, 4%, 0%, 26%)
(0.19 / 0.04 / 0.00 / 0.26)

CMYK percentages

%19.05
%3.7
%0
%25.88

Codes

Color #99B6BD in popluar color models

99 B6 BD
RGB 153 182 189
HSL 192° 21.43% 67.06%
HSB/HSV 192° 19.05% 74.12%
CMYK 19.05% 3.70% 0.00%
25.88%

Color #99B6BD in popluar number systems.

HEX 99 B6 BD
Decimal 153 182 189
Binary 10011001 10110110 10111101
Octal 231 266 275

Shades and tints

Shades of #99B6BD

#99B6BD
(153,182,189)
#8CA6AC
(140,166,172)
#7F969B
(127,150,155)
#72868A
(114,134,138)
#657679
(101,118,121)
#586668
(88,102,104)
#4B5657
(75,86,87)
#3E4646
(62,70,70)
#313635
(49,54,53)
#242624
(36,38,36)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #99B6BD

#99B6BD
(153,182,189)
#A2BCC3
(162,188,195)
#ABC2C9
(171,194,201)
#B4C8CF
(180,200,207)
#BDCED5
(189,206,213)
#C6D4DB
(198,212,219)
#CFDAE1
(207,218,225)
#D8E0E7
(216,224,231)
#E1E6ED
(225,230,237)
#EAECF3
(234,236,243)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B6BD color. Also use rgb(153,182,189) instead hex code.

Text Font Color

.myTextColor { color: #99B6BD; }

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

This text font color is #99B6BD.

Background Color

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

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

This div background color is #99B6BD.

Border color

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

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

This div border color is #99B6BD.

Opacity

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

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

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

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

This text has shadow with #99B6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B6BD.

Preview

Color preview on black background

This text has color #99B6BD on black background.


Color preview on white background

This text has color #99B6BD on white background.


Black color preview on #99B6BD background

This text has black color on #99B6BD background.


White color preview on #99B6BD background

This text has white color on #99B6BD background.


Related colors

Complementary color

Complementary color for #hex is #664942.


I love getcolorcode.com

Triadic colors

1 #BD99B6 and #B6BD99 with #99B6BD are triadic colors.

2 #BDB699 and #B699BD with #99B6BD are triadic colors.