COLOR #7587A2

HEX: #7587A2
RGB: (117,135,162)

Color info

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

RGB color model

#7587A2 color RGB value is (117,135,162).

  • red value is 117;
  • green value is 135;
  • blue value is 162.
RGB:
(117,135,162)
(46%,53%,64%)

RGB channels and saturation

R 117 of 255 = 46%
G 135 of 255 = 53%
B 162 of 255 = 64%

117
135
162

R + G + B ~ 54%. #7587A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 135 + 162 = 414 (100%)
R 117 of 414 ~ 28.26%
G 135 of 414 ~ 32.61%
B 162 of 414 ~ 39.13%

%28.26
%32.61
%39.13

CMYK color model

#7587A2 color CMYK value is (28,17,0,36).

  • cyan value is 27.78%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(28,17,0,36)
C28M17Y0K36 
(28%,17%,0%,36%)
(0.28/0.17/0.00/0.36)	

CMYK percentages

%27.78
%16.67
%0
%36.47

Codes

Color #7587A2 in popluar color models

7587A2
RGB117135162
HSL216°19.48%54.71%
HSB/HSV216°27.78%63.53%
CMYK27.78%16.67%0.00%
36.47%

Color #7587A2 in popluar number systems.

HEX7587A2
Decimal117135162
Binary11101011000011110100010
Octal165207242

Shades and tints

Shades of #7587A2

#7587A2
(117,135,162)
#6B7B94
(107,123,148)
#616F86
(97,111,134)
#576378
(87,99,120)
#4D576A
(77,87,106)
#434B5C
(67,75,92)
#393F4E
(57,63,78)
#2F3340
(47,51,64)
#252732
(37,39,50)
#1B1B24
(27,27,36)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #7587A2

#7587A2
(117,135,162)
#8191AA
(129,145,170)
#8D9BB2
(141,155,178)
#99A5BA
(153,165,186)
#A5AFC2
(165,175,194)
#B1B9CA
(177,185,202)
#BDC3D2
(189,195,210)
#C9CDDA
(201,205,218)
#D5D7E2
(213,215,226)
#E1E1EA
(225,225,234)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7587A2 color. Also use rgb(117,135,162) instead hex code.

Text Font Color

.myTextColor { color: #7587A2; }

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

This text font color is #7587A2.


Background Color

.myBgColor { background-color: #7587A2; }

<div style="background-color:#7587A2">Inner text</div>

This div background color is #7587A2.


Border color

.myBorderColor { border: 1px solid #7587A2; }

<div style="border:3px solid #7587A2">Div</div>

This div border color is #7587A2.


Opacity

.myOpacity80 { color: #7587A2; opacity: 0.8; }

<p style="color:#7587A2;opacity:0.8;">80%</p>

Text with #7587A2 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 #7587A2;}

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

This text has shadow with #7587A2 color.

.textShadow {text-shadow: 3px 3px 1px #7587A2, 3px 3px 1px red;}

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

This text has shadow with #7587A2 primary color and red secondary color.


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

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

This text has shadow with #7587A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7587A2 on black background.


Color preview on white background

This text has color #7587A2 on white background.



Black color preview on #7587A2 background

This text has black color on #7587A2 background.


White color preview on #7587A2 background

This text has white color on #7587A2 background.