COLOR #8095A7

HEX: #8095A7 RGB: (128,149,167)

Color info

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

RGB color model

#8095A7 color RGB value is (128,149,167).

RGB: (128,149,167) (50%, 58%, 65%)

RGB channels and saturation

R 128 of 255 = 50%
G 149 of 255 = 58%
B 167 of 255 = 65%

128
149
167

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

Portions of RGB colors in percentages

R + G + B = 128 + 149 + 167 = 444 (100%)
R 128 of 444 ~ 28.83%
G 149 of 444 ~ 33.56%
B 167 of 444 ~ 37.61'%

%28.83
%33.56
%37.61

CMYK color model

#8095A7 color CMYK value is (23,11,0,35).

  • cyan value is 23.35%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (23,11,0,35)
C23M11Y0K35 (23%, 11%, 0%, 35%)
(0.23 / 0.11 / 0.00 / 0.35)

CMYK percentages

%23.35
%10.78
%0
%34.51

Codes

Color #8095A7 in popluar color models

80 95 A7
RGB 128 149 167
HSL 208° 18.14% 57.84%
HSB/HSV 208° 23.35% 65.49%
CMYK 23.35% 10.78% 0.00%
34.51%

Color #8095A7 in popluar number systems.

HEX 80 95 A7
Decimal 128 149 167
Binary 10000000 10010101 10100111
Octal 200 225 247

Shades and tints

Shades of #8095A7

#8095A7
(128,149,167)
#758898
(117,136,152)
#6A7B89
(106,123,137)
#5F6E7A
(95,110,122)
#54616B
(84,97,107)
#49545C
(73,84,92)
#3E474D
(62,71,77)
#333A3E
(51,58,62)
#282D2F
(40,45,47)
#1D2020
(29,32,32)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #8095A7

#8095A7
(128,149,167)
#8B9EAF
(139,158,175)
#96A7B7
(150,167,183)
#A1B0BF
(161,176,191)
#ACB9C7
(172,185,199)
#B7C2CF
(183,194,207)
#C2CBD7
(194,203,215)
#CDD4DF
(205,212,223)
#D8DDE7
(216,221,231)
#E3E6EF
(227,230,239)
#EEEFF7
(238,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8095A7 color. Also use rgb(128,149,167) instead hex code.

Text Font Color

.myTextColor { color: #8095A7; }

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

This text font color is #8095A7.

Background Color

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

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

This div background color is #8095A7.

Border color

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

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

This div border color is #8095A7.

Opacity

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

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

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

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

This text has shadow with #8095A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8095A7.

Preview

Color preview on black background

This text has color #8095A7 on black background.


Color preview on white background

This text has color #8095A7 on white background.


Black color preview on #8095A7 background

This text has black color on #8095A7 background.


White color preview on #8095A7 background

This text has white color on #8095A7 background.


Related colors

Complementary color

Complementary color for #hex is #7F6A58.


I love getcolorcode.com

Triadic colors

1 #A78095 and #95A780 with #8095A7 are triadic colors.

2 #A79580 and #9580A7 with #8095A7 are triadic colors.