COLOR #99ABBD

HEX: #99ABBD
RGB: (153,171,189)

Color info

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

RGB color model

#99ABBD color RGB value is (153,171,189).

  • red value is 153;
  • green value is 171;
  • blue value is 189.
RGB:
(153,171,189)
(60%,67%,74%)

RGB channels and saturation

R 153 of 255 = 60%
G 171 of 255 = 67%
B 189 of 255 = 74%

153
171
189

R + G + B ~ 67%. #99ABBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 171 + 189 = 513 (100%)
R 153 of 513 ~ 29.82%
G 171 of 513 ~ 33.33%
B 189 of 513 ~ 36.84%

%29.82
%33.33
%36.84

CMYK color model

#99ABBD color CMYK value is (19,10,0,26).

  • cyan value is 19.05%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(19,10,0,26)
C19M10Y0K26 
(19%,10%,0%,26%)
(0.19/0.10/0.00/0.26)	

CMYK percentages

%19.05
%9.52
%0
%25.88

Codes

Color #99ABBD in popluar color models

99ABBD
RGB153171189
HSL210°21.43%67.06%
HSB/HSV210°19.05%74.12%
CMYK19.05%9.52%0.00%
25.88%

Color #99ABBD in popluar number systems.

HEX99ABBD
Decimal153171189
Binary100110011010101110111101
Octal231253275

Shades and tints

Shades of #99ABBD

#99ABBD
(153,171,189)
#8C9CAC
(140,156,172)
#7F8D9B
(127,141,155)
#727E8A
(114,126,138)
#656F79
(101,111,121)
#586068
(88,96,104)
#4B5157
(75,81,87)
#3E4246
(62,66,70)
#313335
(49,51,53)
#242424
(36,36,36)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #99ABBD

#99ABBD
(153,171,189)
#A2B2C3
(162,178,195)
#ABB9C9
(171,185,201)
#B4C0CF
(180,192,207)
#BDC7D5
(189,199,213)
#C6CEDB
(198,206,219)
#CFD5E1
(207,213,225)
#D8DCE7
(216,220,231)
#E1E3ED
(225,227,237)
#EAEAF3
(234,234,243)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99ABBD; }

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

This text font color is #99ABBD.


Background Color

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

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

This div background color is #99ABBD.


Border color

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

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

This div border color is #99ABBD.


Opacity

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

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

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

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

This text has shadow with #99ABBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99ABBD on black background.


Color preview on white background

This text has color #99ABBD on white background.



Black color preview on #99ABBD background

This text has black color on #99ABBD background.


White color preview on #99ABBD background

This text has white color on #99ABBD background.