COLOR #7595AB

HEX: #7595AB
RGB: (117,149,171)

Color info

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

RGB color model

#7595AB color RGB value is (117,149,171).

  • red value is 117;
  • green value is 149;
  • blue value is 171.
RGB:
(117,149,171)
(46%,58%,67%)

RGB channels and saturation

R 117 of 255 = 46%
G 149 of 255 = 58%
B 171 of 255 = 67%

117
149
171

R + G + B ~ 57%. #7595AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 149 + 171 = 437 (100%)
R 117 of 437 ~ 26.77%
G 149 of 437 ~ 34.1%
B 171 of 437 ~ 39.13%

%26.77
%34.1
%39.13

CMYK color model

#7595AB color CMYK value is (32,13,0,33).

  • cyan value is 31.58%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(32,13,0,33)
C32M13Y0K33 
(32%,13%,0%,33%)
(0.32/0.13/0.00/0.33)	

CMYK percentages

%31.58
%12.87
%0
%32.94

Codes

Color #7595AB in popluar color models

7595AB
RGB117149171
HSL204°24.32%56.47%
HSB/HSV204°31.58%67.06%
CMYK31.58%12.87%0.00%
32.94%

Color #7595AB in popluar number systems.

HEX7595AB
Decimal117149171
Binary11101011001010110101011
Octal165225253

Shades and tints

Shades of #7595AB

#7595AB
(117,149,171)
#6B889C
(107,136,156)
#617B8D
(97,123,141)
#576E7E
(87,110,126)
#4D616F
(77,97,111)
#435460
(67,84,96)
#394751
(57,71,81)
#2F3A42
(47,58,66)
#252D33
(37,45,51)
#1B2024
(27,32,36)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #7595AB

#7595AB
(117,149,171)
#819EB2
(129,158,178)
#8DA7B9
(141,167,185)
#99B0C0
(153,176,192)
#A5B9C7
(165,185,199)
#B1C2CE
(177,194,206)
#BDCBD5
(189,203,213)
#C9D4DC
(201,212,220)
#D5DDE3
(213,221,227)
#E1E6EA
(225,230,234)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7595AB color. Also use rgb(117,149,171) instead hex code.

Text Font Color

.myTextColor { color: #7595AB; }

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

This text font color is #7595AB.


Background Color

.myBgColor { background-color: #7595AB; }

<div style="background-color:#7595AB">Inner text</div>

This div background color is #7595AB.


Border color

.myBorderColor { border: 1px solid #7595AB; }

<div style="border:3px solid #7595AB">Div</div>

This div border color is #7595AB.


Opacity

.myOpacity80 { color: #7595AB; opacity: 0.8; }

<p style="color:#7595AB;opacity:0.8;">80%</p>

Text with #7595AB 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 #7595AB;}

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

This text has shadow with #7595AB color.

.textShadow {text-shadow: 3px 3px 1px #7595AB, 3px 3px 1px red;}

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

This text has shadow with #7595AB primary color and red secondary color.


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

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

This text has shadow with #7595AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7595AB on black background.


Color preview on white background

This text has color #7595AB on white background.



Black color preview on #7595AB background

This text has black color on #7595AB background.


White color preview on #7595AB background

This text has white color on #7595AB background.