COLOR #8599AC

HEX: #8599AC RGB: (133,153,172)

Color info

#8599AC contains red, green and blue colors in about the same proportion. Web safe color of #8599AC is #999999 (or #999).

RGB color model

#8599AC color RGB value is (133,153,172).

RGB: (133,153,172) (52%, 60%, 67%)

RGB channels and saturation

R 133 of 255 = 52%
G 153 of 255 = 60%
B 172 of 255 = 67%

133
153
172

R + G + B ~ 60%. #8599AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 153 + 172 = 458 (100%)
R 133 of 458 ~ 29.04%
G 153 of 458 ~ 33.41%
B 172 of 458 ~ 37.55'%

%29.04
%33.41
%37.55

CMYK color model

#8599AC color CMYK value is (23,11,0,33).

  • cyan value is 22.67%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (23,11,0,33)
C23M11Y0K33 (23%, 11%, 0%, 33%)
(0.23 / 0.11 / 0.00 / 0.33)

CMYK percentages

%22.67
%11.05
%0
%32.55

Codes

Color #8599AC in popluar color models

85 99 AC
RGB 133 153 172
HSL 209° 19.02% 59.80%
HSB/HSV 209° 22.67% 67.45%
CMYK 22.67% 11.05% 0.00%
32.55%

Color #8599AC in popluar number systems.

HEX 85 99 AC
Decimal 133 153 172
Binary 10000101 10011001 10101100
Octal 205 231 254

Shades and tints

Shades of #8599AC

#8599AC
(133,153,172)
#798C9D
(121,140,157)
#6D7F8E
(109,127,142)
#61727F
(97,114,127)
#556570
(85,101,112)
#495861
(73,88,97)
#3D4B52
(61,75,82)
#313E43
(49,62,67)
#253134
(37,49,52)
#192425
(25,36,37)
#0D1716
(13,23,22)
#000000
(0,0,0)

Tints of #8599AC

#8599AC
(133,153,172)
#90A2B3
(144,162,179)
#9BABBA
(155,171,186)
#A6B4C1
(166,180,193)
#B1BDC8
(177,189,200)
#BCC6CF
(188,198,207)
#C7CFD6
(199,207,214)
#D2D8DD
(210,216,221)
#DDE1E4
(221,225,228)
#E8EAEB
(232,234,235)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8599AC color. Also use rgb(133,153,172) instead hex code.

Text Font Color

.myTextColor { color: #8599AC; }

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

This text font color is #8599AC.

Background Color

.myBgColor { background-color: #8599AC; }

<div style="background-color:#8599AC">Inner text</div>

This div background color is #8599AC.

Border color

.myBorderColor { border: 1px solid #8599AC; }

<div style="border:3px solid #8599AC">Div</div>

This div border color is #8599AC.

Opacity

.myOpacity80 { color: #8599AC; opacity: 0.8; }

<p style="color:#8599AC;opacity:0.8;">80%</p>

Text with #8599AC 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 #8599AC;}

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

This text has shadow with #8599AC color.


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

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

This text has shadow with #8599AC primary color and red secondary color.


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

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

This text has shadow with #8599AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8599AC.

Preview

Color preview on black background

This text has color #8599AC on black background.


Color preview on white background

This text has color #8599AC on white background.


Black color preview on #8599AC background

This text has black color on #8599AC background.


White color preview on #8599AC background

This text has white color on #8599AC background.


Related colors

Complementary color

Complementary color for #hex is #7A6653.


I love getcolorcode.com

Triadic colors

1 #AC8599 and #99AC85 with #8599AC are triadic colors.

2 #AC9985 and #9985AC with #8599AC are triadic colors.