COLOR #7E88AA

HEX: #7E88AA
RGB: (126,136,170)

Color info

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

RGB color model

#7E88AA color RGB value is (126,136,170).

  • red value is 126;
  • green value is 136;
  • blue value is 170.
RGB:
(126,136,170)
(49%,53%,67%)

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 170 of 255 = 67%

126
136
170

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

Portions of RGB colors in percentages

R + G + B =
126 + 136 + 170 = 432 (100%)
R 126 of 432 ~ 29.17%
G 136 of 432 ~ 31.48%
B 170 of 432 ~ 39.35%

%29.17
%31.48
%39.35

CMYK color model

#7E88AA color CMYK value is (26,20,0,33).

  • cyan value is 25.88%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(26,20,0,33)
C26M20Y0K33 
(26%,20%,0%,33%)
(0.26/0.20/0.00/0.33)	

CMYK percentages

%25.88
%20
%0
%33.33

Codes

Color #7E88AA in popluar color models

7E88AA
RGB126136170
HSL226°20.56%58.04%
HSB/HSV226°25.88%66.67%
CMYK25.88%20.00%0.00%
33.33%

Color #7E88AA in popluar number systems.

HEX7E88AA
Decimal126136170
Binary11111101000100010101010
Octal176210252

Shades and tints

Shades of #7E88AA

#7E88AA
(126,136,170)
#737C9B
(115,124,155)
#68708C
(104,112,140)
#5D647D
(93,100,125)
#52586E
(82,88,110)
#474C5F
(71,76,95)
#3C4050
(60,64,80)
#313441
(49,52,65)
#262832
(38,40,50)
#1B1C23
(27,28,35)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #7E88AA

#7E88AA
(126,136,170)
#8992B1
(137,146,177)
#949CB8
(148,156,184)
#9FA6BF
(159,166,191)
#AAB0C6
(170,176,198)
#B5BACD
(181,186,205)
#C0C4D4
(192,196,212)
#CBCEDB
(203,206,219)
#D6D8E2
(214,216,226)
#E1E2E9
(225,226,233)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E88AA color. Also use rgb(126,136,170) instead hex code.

Text Font Color

.myTextColor { color: #7E88AA; }

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

This text font color is #7E88AA.


Background Color

.myBgColor { background-color: #7E88AA; }

<div style="background-color:#7E88AA">Inner text</div>

This div background color is #7E88AA.


Border color

.myBorderColor { border: 1px solid #7E88AA; }

<div style="border:3px solid #7E88AA">Div</div>

This div border color is #7E88AA.


Opacity

.myOpacity80 { color: #7E88AA; opacity: 0.8; }

<p style="color:#7E88AA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E88AA color.

.textShadow {text-shadow: 3px 3px 1px #7E88AA, 3px 3px 1px red;}

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

This text has shadow with #7E88AA primary color and red secondary color.


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

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

This text has shadow with #7E88AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E88AA on black background.


Color preview on white background

This text has color #7E88AA on white background.



Black color preview on #7E88AA background

This text has black color on #7E88AA background.


White color preview on #7E88AA background

This text has white color on #7E88AA background.