COLOR #99A6BE

HEX: #99A6BE RGB: (153,166,190)

Color info

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

RGB color model

#99A6BE color RGB value is (153,166,190).

RGB: (153,166,190) (60%, 65%, 75%)

RGB channels and saturation

R 153 of 255 = 60%
G 166 of 255 = 65%
B 190 of 255 = 75%

153
166
190

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

Portions of RGB colors in percentages

R + G + B = 153 + 166 + 190 = 509 (100%)
R 153 of 509 ~ 30.06%
G 166 of 509 ~ 32.61%
B 190 of 509 ~ 37.33'%

%30.06
%32.61
%37.33

CMYK color model

#99A6BE color CMYK value is (19,13,0,25).

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

CMYK: (19,13,0,25)
C19M13Y0K25 (19%, 13%, 0%, 25%)
(0.19 / 0.13 / 0.00 / 0.25)

CMYK percentages

%19.47
%12.63
%0
%25.49

Codes

Color #99A6BE in popluar color models

99 A6 BE
RGB 153 166 190
HSL 219° 22.16% 67.25%
HSB/HSV 219° 19.47% 74.51%
CMYK 19.47% 12.63% 0.00%
25.49%

Color #99A6BE in popluar number systems.

HEX 99 A6 BE
Decimal 153 166 190
Binary 10011001 10100110 10111110
Octal 231 246 276

Shades and tints

Shades of #99A6BE

#99A6BE
(153,166,190)
#8C97AD
(140,151,173)
#7F889C
(127,136,156)
#72798B
(114,121,139)
#656A7A
(101,106,122)
#585B69
(88,91,105)
#4B4C58
(75,76,88)
#3E3D47
(62,61,71)
#312E36
(49,46,54)
#241F25
(36,31,37)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #99A6BE

#99A6BE
(153,166,190)
#A2AEC3
(162,174,195)
#ABB6C8
(171,182,200)
#B4BECD
(180,190,205)
#BDC6D2
(189,198,210)
#C6CED7
(198,206,215)
#CFD6DC
(207,214,220)
#D8DEE1
(216,222,225)
#E1E6E6
(225,230,230)
#EAEEEB
(234,238,235)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A6BE; }

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

This text font color is #99A6BE.

Background Color

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

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

This div background color is #99A6BE.

Border color

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

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

This div border color is #99A6BE.

Opacity

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

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

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

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

This text has shadow with #99A6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A6BE.

Preview

Color preview on black background

This text has color #99A6BE on black background.


Color preview on white background

This text has color #99A6BE on white background.


Black color preview on #99A6BE background

This text has black color on #99A6BE background.


White color preview on #99A6BE background

This text has white color on #99A6BE background.


Related colors

Complementary color

Complementary color for #hex is #665941.


I love getcolorcode.com

Triadic colors

1 #BE99A6 and #A6BE99 with #99A6BE are triadic colors.

2 #BEA699 and #A699BE with #99A6BE are triadic colors.