COLOR #7E90C2

HEX: #7E90C2
RGB: (126,144,194)

Color info

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

RGB color model

#7E90C2 color RGB value is (126,144,194).

  • red value is 126;
  • green value is 144;
  • blue value is 194.
RGB:
(126,144,194)
(49%,56%,76%)

RGB channels and saturation

R 126 of 255 = 49%
G 144 of 255 = 56%
B 194 of 255 = 76%

126
144
194

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

Portions of RGB colors in percentages

R + G + B =
126 + 144 + 194 = 464 (100%)
R 126 of 464 ~ 27.16%
G 144 of 464 ~ 31.03%
B 194 of 464 ~ 41.81%

%27.16
%31.03
%41.81

CMYK color model

#7E90C2 color CMYK value is (35,26,0,24).

  • cyan value is 35.05%
  • magenta value is 25.77%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(35,26,0,24)
C35M26Y0K24 
(35%,26%,0%,24%)
(0.35/0.26/0.00/0.24)	

CMYK percentages

%35.05
%25.77
%0
%23.92

Codes

Color #7E90C2 in popluar color models

7E90C2
RGB126144194
HSL224°35.79%62.75%
HSB/HSV224°35.05%76.08%
CMYK35.05%25.77%0.00%
23.92%

Color #7E90C2 in popluar number systems.

HEX7E90C2
Decimal126144194
Binary11111101001000011000010
Octal176220302

Shades and tints

Shades of #7E90C2

#7E90C2
(126,144,194)
#7383B1
(115,131,177)
#6876A0
(104,118,160)
#5D698F
(93,105,143)
#525C7E
(82,92,126)
#474F6D
(71,79,109)
#3C425C
(60,66,92)
#31354B
(49,53,75)
#26283A
(38,40,58)
#1B1B29
(27,27,41)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #7E90C2

#7E90C2
(126,144,194)
#899AC7
(137,154,199)
#94A4CC
(148,164,204)
#9FAED1
(159,174,209)
#AAB8D6
(170,184,214)
#B5C2DB
(181,194,219)
#C0CCE0
(192,204,224)
#CBD6E5
(203,214,229)
#D6E0EA
(214,224,234)
#E1EAEF
(225,234,239)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E90C2 color. Also use rgb(126,144,194) instead hex code.

Text Font Color

.myTextColor { color: #7E90C2; }

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

This text font color is #7E90C2.


Background Color

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

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

This div background color is #7E90C2.


Border color

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

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

This div border color is #7E90C2.


Opacity

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

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

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

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

This text has shadow with #7E90C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E90C2 on black background.


Color preview on white background

This text has color #7E90C2 on white background.



Black color preview on #7E90C2 background

This text has black color on #7E90C2 background.


White color preview on #7E90C2 background

This text has white color on #7E90C2 background.