COLOR #7E9BC5

HEX: #7E9BC5
RGB: (126,155,197)

Color info

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

RGB color model

#7E9BC5 color RGB value is (126,155,197).

  • red value is 126;
  • green value is 155;
  • blue value is 197.
RGB:
(126,155,197)
(49%,61%,77%)

RGB channels and saturation

R 126 of 255 = 49%
G 155 of 255 = 61%
B 197 of 255 = 77%

126
155
197

R + G + B ~ 62%. #7E9BC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 155 + 197 = 478 (100%)
R 126 of 478 ~ 26.36%
G 155 of 478 ~ 32.43%
B 197 of 478 ~ 41.21%

%26.36
%32.43
%41.21

CMYK color model

#7E9BC5 color CMYK value is (36,21,0,23).

  • cyan value is 36.04%
  • magenta value is 21.32%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(36,21,0,23)
C36M21Y0K23 
(36%,21%,0%,23%)
(0.36/0.21/0.00/0.23)	

CMYK percentages

%36.04
%21.32
%0
%22.75

Codes

Color #7E9BC5 in popluar color models

7E9BC5
RGB126155197
HSL215°37.97%63.33%
HSB/HSV215°36.04%77.25%
CMYK36.04%21.32%0.00%
22.75%

Color #7E9BC5 in popluar number systems.

HEX7E9BC5
Decimal126155197
Binary11111101001101111000101
Octal176233305

Shades and tints

Shades of #7E9BC5

#7E9BC5
(126,155,197)
#738DB4
(115,141,180)
#687FA3
(104,127,163)
#5D7192
(93,113,146)
#526381
(82,99,129)
#475570
(71,85,112)
#3C475F
(60,71,95)
#31394E
(49,57,78)
#262B3D
(38,43,61)
#1B1D2C
(27,29,44)
#100F1B
(16,15,27)
#000000
(0,0,0)

Tints of #7E9BC5

#7E9BC5
(126,155,197)
#89A4CA
(137,164,202)
#94ADCF
(148,173,207)
#9FB6D4
(159,182,212)
#AABFD9
(170,191,217)
#B5C8DE
(181,200,222)
#C0D1E3
(192,209,227)
#CBDAE8
(203,218,232)
#D6E3ED
(214,227,237)
#E1ECF2
(225,236,242)
#ECF5F7
(236,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9BC5 color. Also use rgb(126,155,197) instead hex code.

Text Font Color

.myTextColor { color: #7E9BC5; }

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

This text font color is #7E9BC5.


Background Color

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

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

This div background color is #7E9BC5.


Border color

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

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

This div border color is #7E9BC5.


Opacity

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

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

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

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

This text has shadow with #7E9BC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9BC5 on black background.


Color preview on white background

This text has color #7E9BC5 on white background.



Black color preview on #7E9BC5 background

This text has black color on #7E9BC5 background.


White color preview on #7E9BC5 background

This text has white color on #7E9BC5 background.