COLOR #99A8BE

HEX: #99A8BE RGB: (153,168,190)

Color info

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

RGB color model

#99A8BE color RGB value is (153,168,190).

RGB: (153,168,190) (60%, 66%, 75%)

RGB channels and saturation

R 153 of 255 = 60%
G 168 of 255 = 66%
B 190 of 255 = 75%

153
168
190

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

Portions of RGB colors in percentages

R + G + B = 153 + 168 + 190 = 511 (100%)
R 153 of 511 ~ 29.94%
G 168 of 511 ~ 32.88%
B 190 of 511 ~ 37.18'%

%29.94
%32.88
%37.18

CMYK color model

#99A8BE color CMYK value is (19,12,0,25).

  • cyan value is 19.47%
  • magenta value is 11.58%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (19,12,0,25)
C19M12Y0K25 (19%, 12%, 0%, 25%)
(0.19 / 0.12 / 0.00 / 0.25)

CMYK percentages

%19.47
%11.58
%0
%25.49

Codes

Color #99A8BE in popluar color models

99 A8 BE
RGB 153 168 190
HSL 216° 22.16% 67.25%
HSB/HSV 216° 19.47% 74.51%
CMYK 19.47% 11.58% 0.00%
25.49%

Color #99A8BE in popluar number systems.

HEX 99 A8 BE
Decimal 153 168 190
Binary 10011001 10101000 10111110
Octal 231 250 276

Shades and tints

Shades of #99A8BE

#99A8BE
(153,168,190)
#8C99AD
(140,153,173)
#7F8A9C
(127,138,156)
#727B8B
(114,123,139)
#656C7A
(101,108,122)
#585D69
(88,93,105)
#4B4E58
(75,78,88)
#3E3F47
(62,63,71)
#313036
(49,48,54)
#242125
(36,33,37)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #99A8BE

#99A8BE
(153,168,190)
#A2AFC3
(162,175,195)
#ABB6C8
(171,182,200)
#B4BDCD
(180,189,205)
#BDC4D2
(189,196,210)
#C6CBD7
(198,203,215)
#CFD2DC
(207,210,220)
#D8D9E1
(216,217,225)
#E1E0E6
(225,224,230)
#EAE7EB
(234,231,235)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A8BE color. Also use rgb(153,168,190) instead hex code.

Text Font Color

.myTextColor { color: #99A8BE; }

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

This text font color is #99A8BE.

Background Color

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

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

This div background color is #99A8BE.

Border color

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

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

This div border color is #99A8BE.

Opacity

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

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

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

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

This text has shadow with #99A8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A8BE.

Preview

Color preview on black background

This text has color #99A8BE on black background.


Color preview on white background

This text has color #99A8BE on white background.


Black color preview on #99A8BE background

This text has black color on #99A8BE background.


White color preview on #99A8BE background

This text has white color on #99A8BE background.


Related colors

Complementary color

Complementary color for #hex is #665741.


I love getcolorcode.com

Triadic colors

1 #BE99A8 and #A8BE99 with #99A8BE are triadic colors.

2 #BEA899 and #A899BE with #99A8BE are triadic colors.