COLOR #8099AF

HEX: #8099AF
RGB: (128,153,175)

Color info

#8099AF contains red, green and blue colors in about the same proportion. Web safe color of #8099AF is #669999 (or #699).

RGB color model

#8099AF color RGB value is (128,153,175).

  • red value is 128;
  • green value is 153;
  • blue value is 175.
RGB:
(128,153,175)
(50%,60%,69%)

RGB channels and saturation

R 128 of 255 = 50%
G 153 of 255 = 60%
B 175 of 255 = 69%

128
153
175

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

Portions of RGB colors in percentages

R + G + B =
128 + 153 + 175 = 456 (100%)
R 128 of 456 ~ 28.07%
G 153 of 456 ~ 33.55%
B 175 of 456 ~ 38.38%

%28.07
%33.55
%38.38

CMYK color model

#8099AF color CMYK value is (27,13,0,31).

  • cyan value is 26.86%
  • magenta value is 12.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(27,13,0,31)
C27M13Y0K31 
(27%,13%,0%,31%)
(0.27/0.13/0.00/0.31)	

CMYK percentages

%26.86
%12.57
%0
%31.37

Codes

Color #8099AF in popluar color models

8099AF
RGB128153175
HSL208°22.71%59.41%
HSB/HSV208°26.86%68.63%
CMYK26.86%12.57%0.00%
31.37%

Color #8099AF in popluar number systems.

HEX8099AF
Decimal128153175
Binary100000001001100110101111
Octal200231257

Shades and tints

Shades of #8099AF

#8099AF
(128,153,175)
#758CA0
(117,140,160)
#6A7F91
(106,127,145)
#5F7282
(95,114,130)
#546573
(84,101,115)
#495864
(73,88,100)
#3E4B55
(62,75,85)
#333E46
(51,62,70)
#283137
(40,49,55)
#1D2428
(29,36,40)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #8099AF

#8099AF
(128,153,175)
#8BA2B6
(139,162,182)
#96ABBD
(150,171,189)
#A1B4C4
(161,180,196)
#ACBDCB
(172,189,203)
#B7C6D2
(183,198,210)
#C2CFD9
(194,207,217)
#CDD8E0
(205,216,224)
#D8E1E7
(216,225,231)
#E3EAEE
(227,234,238)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8099AF color. Also use rgb(128,153,175) instead hex code.

Text Font Color

.myTextColor { color: #8099AF; }

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

This text font color is #8099AF.


Background Color

.myBgColor { background-color: #8099AF; }

<div style="background-color:#8099AF">Inner text</div>

This div background color is #8099AF.


Border color

.myBorderColor { border: 1px solid #8099AF; }

<div style="border:3px solid #8099AF">Div</div>

This div border color is #8099AF.


Opacity

.myOpacity80 { color: #8099AF; opacity: 0.8; }

<p style="color:#8099AF;opacity:0.8;">80%</p>

Text with #8099AF 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 #8099AF;}

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

This text has shadow with #8099AF color.

.textShadow {text-shadow: 3px 3px 1px #8099AF, 3px 3px 1px red;}

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

This text has shadow with #8099AF primary color and red secondary color.


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

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

This text has shadow with #8099AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8099AF on black background.


Color preview on white background

This text has color #8099AF on white background.



Black color preview on #8099AF background

This text has black color on #8099AF background.


White color preview on #8099AF background

This text has white color on #8099AF background.