COLOR #8798A7

HEX: #8798A7
RGB: (135,152,167)

Color info

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

RGB color model

#8798A7 color RGB value is (135,152,167).

  • red value is 135;
  • green value is 152;
  • blue value is 167.
RGB:
(135,152,167)
(53%,60%,65%)

RGB channels and saturation

R 135 of 255 = 53%
G 152 of 255 = 60%
B 167 of 255 = 65%

135
152
167

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

Portions of RGB colors in percentages

R + G + B =
135 + 152 + 167 = 454 (100%)
R 135 of 454 ~ 29.74%
G 152 of 454 ~ 33.48%
B 167 of 454 ~ 36.78%

%29.74
%33.48
%36.78

CMYK color model

#8798A7 color CMYK value is (19,9,0,35).

  • cyan value is 19.16%
  • magenta value is 8.98%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(19,9,0,35)
C19M9Y0K35 
(19%,9%,0%,35%)
(0.19/0.09/0.00/0.35)	

CMYK percentages

%19.16
%8.98
%0
%34.51

Codes

Color #8798A7 in popluar color models

8798A7
RGB135152167
HSL208°15.38%59.22%
HSB/HSV208°19.16%65.49%
CMYK19.16%8.98%0.00%
34.51%

Color #8798A7 in popluar number systems.

HEX8798A7
Decimal135152167
Binary100001111001100010100111
Octal207230247

Shades and tints

Shades of #8798A7

#8798A7
(135,152,167)
#7B8B98
(123,139,152)
#6F7E89
(111,126,137)
#63717A
(99,113,122)
#57646B
(87,100,107)
#4B575C
(75,87,92)
#3F4A4D
(63,74,77)
#333D3E
(51,61,62)
#27302F
(39,48,47)
#1B2320
(27,35,32)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #8798A7

#8798A7
(135,152,167)
#91A1AF
(145,161,175)
#9BAAB7
(155,170,183)
#A5B3BF
(165,179,191)
#AFBCC7
(175,188,199)
#B9C5CF
(185,197,207)
#C3CED7
(195,206,215)
#CDD7DF
(205,215,223)
#D7E0E7
(215,224,231)
#E1E9EF
(225,233,239)
#EBF2F7
(235,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8798A7 color. Also use rgb(135,152,167) instead hex code.

Text Font Color

.myTextColor { color: #8798A7; }

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

This text font color is #8798A7.


Background Color

.myBgColor { background-color: #8798A7; }

<div style="background-color:#8798A7">Inner text</div>

This div background color is #8798A7.


Border color

.myBorderColor { border: 1px solid #8798A7; }

<div style="border:3px solid #8798A7">Div</div>

This div border color is #8798A7.


Opacity

.myOpacity80 { color: #8798A7; opacity: 0.8; }

<p style="color:#8798A7;opacity:0.8;">80%</p>

Text with #8798A7 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 #8798A7;}

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

This text has shadow with #8798A7 color.

.textShadow {text-shadow: 3px 3px 1px #8798A7, 3px 3px 1px red;}

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

This text has shadow with #8798A7 primary color and red secondary color.


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

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

This text has shadow with #8798A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8798A7 on black background.


Color preview on white background

This text has color #8798A7 on white background.



Black color preview on #8798A7 background

This text has black color on #8798A7 background.


White color preview on #8798A7 background

This text has white color on #8798A7 background.