COLOR #8299A5

HEX: #8299A5
RGB: (130,153,165)

Color info

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

RGB color model

#8299A5 color RGB value is (130,153,165).

  • red value is 130;
  • green value is 153;
  • blue value is 165.
RGB:
(130,153,165)
(51%,60%,65%)

RGB channels and saturation

R 130 of 255 = 51%
G 153 of 255 = 60%
B 165 of 255 = 65%

130
153
165

R + G + B ~ 59%. #8299A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 153 + 165 = 448 (100%)
R 130 of 448 ~ 29.02%
G 153 of 448 ~ 34.15%
B 165 of 448 ~ 36.83%

%29.02
%34.15
%36.83

CMYK color model

#8299A5 color CMYK value is (21,7,0,35).

  • cyan value is 21.21%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(21,7,0,35)
C21M7Y0K35 
(21%,7%,0%,35%)
(0.21/0.07/0.00/0.35)	

CMYK percentages

%21.21
%7.27
%0
%35.29

Codes

Color #8299A5 in popluar color models

8299A5
RGB130153165
HSL201°16.28%57.84%
HSB/HSV201°21.21%64.71%
CMYK21.21%7.27%0.00%
35.29%

Color #8299A5 in popluar number systems.

HEX8299A5
Decimal130153165
Binary100000101001100110100101
Octal202231245

Shades and tints

Shades of #8299A5

#8299A5
(130,153,165)
#778C96
(119,140,150)
#6C7F87
(108,127,135)
#617278
(97,114,120)
#566569
(86,101,105)
#4B585A
(75,88,90)
#404B4B
(64,75,75)
#353E3C
(53,62,60)
#2A312D
(42,49,45)
#1F241E
(31,36,30)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #8299A5

#8299A5
(130,153,165)
#8DA2AD
(141,162,173)
#98ABB5
(152,171,181)
#A3B4BD
(163,180,189)
#AEBDC5
(174,189,197)
#B9C6CD
(185,198,205)
#C4CFD5
(196,207,213)
#CFD8DD
(207,216,221)
#DAE1E5
(218,225,229)
#E5EAED
(229,234,237)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8299A5 color. Also use rgb(130,153,165) instead hex code.

Text Font Color

.myTextColor { color: #8299A5; }

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

This text font color is #8299A5.


Background Color

.myBgColor { background-color: #8299A5; }

<div style="background-color:#8299A5">Inner text</div>

This div background color is #8299A5.


Border color

.myBorderColor { border: 1px solid #8299A5; }

<div style="border:3px solid #8299A5">Div</div>

This div border color is #8299A5.


Opacity

.myOpacity80 { color: #8299A5; opacity: 0.8; }

<p style="color:#8299A5;opacity:0.8;">80%</p>

Text with #8299A5 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 #8299A5;}

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

This text has shadow with #8299A5 color.

.textShadow {text-shadow: 3px 3px 1px #8299A5, 3px 3px 1px red;}

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

This text has shadow with #8299A5 primary color and red secondary color.


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

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

This text has shadow with #8299A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8299A5 on black background.


Color preview on white background

This text has color #8299A5 on white background.



Black color preview on #8299A5 background

This text has black color on #8299A5 background.


White color preview on #8299A5 background

This text has white color on #8299A5 background.