COLOR #7E9ACC

HEX: #7E9ACC
RGB: (126,154,204)

Color info

#7E9ACC contains mainly green and blue colors. Web safe color of #7E9ACC is #6699CC (or #69C).

RGB color model

#7E9ACC color RGB value is (126,154,204).

  • red value is 126;
  • green value is 154;
  • blue value is 204.
RGB:
(126,154,204)
(49%,60%,80%)

RGB channels and saturation

R 126 of 255 = 49%
G 154 of 255 = 60%
B 204 of 255 = 80%

126
154
204

R + G + B ~ 63%. #7E9ACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 154 + 204 = 484 (100%)
R 126 of 484 ~ 26.03%
G 154 of 484 ~ 31.82%
B 204 of 484 ~ 42.15%

%26.03
%31.82
%42.15

CMYK color model

#7E9ACC color CMYK value is (38,25,0,20).

  • cyan value is 38.24%
  • magenta value is 24.51%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(38,25,0,20)
C38M25Y0K20 
(38%,25%,0%,20%)
(0.38/0.25/0.00/0.20)	

CMYK percentages

%38.24
%24.51
%0
%20

Codes

Color #7E9ACC in popluar color models

7E9ACC
RGB126154204
HSL218°43.33%64.71%
HSB/HSV218°38.24%80.00%
CMYK38.24%24.51%0.00%
20.00%

Color #7E9ACC in popluar number systems.

HEX7E9ACC
Decimal126154204
Binary11111101001101011001100
Octal176232314

Shades and tints

Shades of #7E9ACC

#7E9ACC
(126,154,204)
#738CBA
(115,140,186)
#687EA8
(104,126,168)
#5D7096
(93,112,150)
#526284
(82,98,132)
#475472
(71,84,114)
#3C4660
(60,70,96)
#31384E
(49,56,78)
#262A3C
(38,42,60)
#1B1C2A
(27,28,42)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #7E9ACC

#7E9ACC
(126,154,204)
#89A3D0
(137,163,208)
#94ACD4
(148,172,212)
#9FB5D8
(159,181,216)
#AABEDC
(170,190,220)
#B5C7E0
(181,199,224)
#C0D0E4
(192,208,228)
#CBD9E8
(203,217,232)
#D6E2EC
(214,226,236)
#E1EBF0
(225,235,240)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9ACC color. Also use rgb(126,154,204) instead hex code.

Text Font Color

.myTextColor { color: #7E9ACC; }

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

This text font color is #7E9ACC.


Background Color

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

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

This div background color is #7E9ACC.


Border color

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

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

This div border color is #7E9ACC.


Opacity

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

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

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

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

This text has shadow with #7E9ACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9ACC on black background.


Color preview on white background

This text has color #7E9ACC on white background.



Black color preview on #7E9ACC background

This text has black color on #7E9ACC background.


White color preview on #7E9ACC background

This text has white color on #7E9ACC background.