COLOR #7586AD

HEX: #7586AD
RGB: (117,134,173)

Color info

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

RGB color model

#7586AD color RGB value is (117,134,173).

  • red value is 117;
  • green value is 134;
  • blue value is 173.
RGB:
(117,134,173)
(46%,53%,68%)

RGB channels and saturation

R 117 of 255 = 46%
G 134 of 255 = 53%
B 173 of 255 = 68%

117
134
173

R + G + B ~ 56%. #7586AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 134 + 173 = 424 (100%)
R 117 of 424 ~ 27.59%
G 134 of 424 ~ 31.6%
B 173 of 424 ~ 40.8%

%27.59
%31.6
%40.8

CMYK color model

#7586AD color CMYK value is (32,23,0,32).

  • cyan value is 32.37%
  • magenta value is 22.54%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(32,23,0,32)
C32M23Y0K32 
(32%,23%,0%,32%)
(0.32/0.23/0.00/0.32)	

CMYK percentages

%32.37
%22.54
%0
%32.16

Codes

Color #7586AD in popluar color models

7586AD
RGB117134173
HSL222°25.45%56.86%
HSB/HSV222°32.37%67.84%
CMYK32.37%22.54%0.00%
32.16%

Color #7586AD in popluar number systems.

HEX7586AD
Decimal117134173
Binary11101011000011010101101
Octal165206255

Shades and tints

Shades of #7586AD

#7586AD
(117,134,173)
#6B7A9E
(107,122,158)
#616E8F
(97,110,143)
#576280
(87,98,128)
#4D5671
(77,86,113)
#434A62
(67,74,98)
#393E53
(57,62,83)
#2F3244
(47,50,68)
#252635
(37,38,53)
#1B1A26
(27,26,38)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #7586AD

#7586AD
(117,134,173)
#8191B4
(129,145,180)
#8D9CBB
(141,156,187)
#99A7C2
(153,167,194)
#A5B2C9
(165,178,201)
#B1BDD0
(177,189,208)
#BDC8D7
(189,200,215)
#C9D3DE
(201,211,222)
#D5DEE5
(213,222,229)
#E1E9EC
(225,233,236)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7586AD color. Also use rgb(117,134,173) instead hex code.

Text Font Color

.myTextColor { color: #7586AD; }

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

This text font color is #7586AD.


Background Color

.myBgColor { background-color: #7586AD; }

<div style="background-color:#7586AD">Inner text</div>

This div background color is #7586AD.


Border color

.myBorderColor { border: 1px solid #7586AD; }

<div style="border:3px solid #7586AD">Div</div>

This div border color is #7586AD.


Opacity

.myOpacity80 { color: #7586AD; opacity: 0.8; }

<p style="color:#7586AD;opacity:0.8;">80%</p>

Text with #7586AD 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 #7586AD;}

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

This text has shadow with #7586AD color.

.textShadow {text-shadow: 3px 3px 1px #7586AD, 3px 3px 1px red;}

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

This text has shadow with #7586AD primary color and red secondary color.


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

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

This text has shadow with #7586AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7586AD on black background.


Color preview on white background

This text has color #7586AD on white background.



Black color preview on #7586AD background

This text has black color on #7586AD background.


White color preview on #7586AD background

This text has white color on #7586AD background.