COLOR #99ABC7

HEX: #99ABC7
RGB: (153,171,199)

Color info

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

RGB color model

#99ABC7 color RGB value is (153,171,199).

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

RGB channels and saturation

R 153 of 255 = 60%
G 171 of 255 = 67%
B 199 of 255 = 78%

153
171
199

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

Portions of RGB colors in percentages

R + G + B =
153 + 171 + 199 = 523 (100%)
R 153 of 523 ~ 29.25%
G 171 of 523 ~ 32.7%
B 199 of 523 ~ 38.05%

%29.25
%32.7
%38.05

CMYK color model

#99ABC7 color CMYK value is (23,14,0,22).

  • cyan value is 23.12%
  • magenta value is 14.07%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(23,14,0,22)
C23M14Y0K22 
(23%,14%,0%,22%)
(0.23/0.14/0.00/0.22)	

CMYK percentages

%23.12
%14.07
%0
%21.96

Codes

Color #99ABC7 in popluar color models

99ABC7
RGB153171199
HSL217°29.11%69.02%
HSB/HSV217°23.12%78.04%
CMYK23.12%14.07%0.00%
21.96%

Color #99ABC7 in popluar number systems.

HEX99ABC7
Decimal153171199
Binary100110011010101111000111
Octal231253307

Shades and tints

Shades of #99ABC7

#99ABC7
(153,171,199)
#8C9CB5
(140,156,181)
#7F8DA3
(127,141,163)
#727E91
(114,126,145)
#656F7F
(101,111,127)
#58606D
(88,96,109)
#4B515B
(75,81,91)
#3E4249
(62,66,73)
#313337
(49,51,55)
#242425
(36,36,37)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #99ABC7

#99ABC7
(153,171,199)
#A2B2CC
(162,178,204)
#ABB9D1
(171,185,209)
#B4C0D6
(180,192,214)
#BDC7DB
(189,199,219)
#C6CEE0
(198,206,224)
#CFD5E5
(207,213,229)
#D8DCEA
(216,220,234)
#E1E3EF
(225,227,239)
#EAEAF4
(234,234,244)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99ABC7; }

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

This text font color is #99ABC7.


Background Color

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

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

This div background color is #99ABC7.


Border color

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

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

This div border color is #99ABC7.


Opacity

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

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

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

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

This text has shadow with #99ABC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99ABC7 on black background.


Color preview on white background

This text has color #99ABC7 on white background.



Black color preview on #99ABC7 background

This text has black color on #99ABC7 background.


White color preview on #99ABC7 background

This text has white color on #99ABC7 background.