COLOR #7E97BB

HEX: #7E97BB RGB: (126,151,187)

Color info

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

RGB color model

#7E97BB color RGB value is (126,151,187).

RGB: (126,151,187) (49%, 59%, 73%)

RGB channels and saturation

R 126 of 255 = 49%
G 151 of 255 = 59%
B 187 of 255 = 73%

126
151
187

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

Portions of RGB colors in percentages

R + G + B = 126 + 151 + 187 = 464 (100%)
R 126 of 464 ~ 27.16%
G 151 of 464 ~ 32.54%
B 187 of 464 ~ 40.3'%

%27.16
%32.54
%40.3

CMYK color model

#7E97BB color CMYK value is (33,19,0,27).

  • cyan value is 32.62%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (33,19,0,27) C33M19Y0K27 (33%,19%,0%,27%) (0.33/0.19/0.00/0.27) 

CMYK percentages

%32.62
%19.25
%0
%26.67

Codes

Color #7E97BB in popluar color models

7E 97 BB
RGB 126 151 187
HSL 215° 30.96% 61.37%
HSB/HSV 215° 32.62% 73.33%
CMYK 32.62% 19.25% 0.00%
26.67%

Color #7E97BB in popluar number systems.

HEX 7E 97 BB
Decimal 126 151 187
Binary 1111110 10010111 10111011
Octal 176 227 273

Shades and tints

Shades of #7E97BB

#7E97BB
(126,151,187)
#738AAA
(115,138,170)
#687D99
(104,125,153)
#5D7088
(93,112,136)
#526377
(82,99,119)
#475666
(71,86,102)
#3C4955
(60,73,85)
#313C44
(49,60,68)
#262F33
(38,47,51)
#1B2222
(27,34,34)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #7E97BB

#7E97BB
(126,151,187)
#89A0C1
(137,160,193)
#94A9C7
(148,169,199)
#9FB2CD
(159,178,205)
#AABBD3
(170,187,211)
#B5C4D9
(181,196,217)
#C0CDDF
(192,205,223)
#CBD6E5
(203,214,229)
#D6DFEB
(214,223,235)
#E1E8F1
(225,232,241)
#ECF1F7
(236,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E97BB color. Also use rgb(126,151,187) instead hex code.

Text Font Color

.myTextColor { color: #7E97BB; }

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

This text font color is #7E97BB.

Background Color

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

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

This div background color is #7E97BB.

Border color

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

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

This div border color is #7E97BB.

Opacity

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

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

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

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

This text has shadow with #7E97BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E97BB.

Preview

Color preview on black background

This text has color #7E97BB on black background.


Color preview on white background

This text has color #7E97BB on white background.


Black color preview on #7E97BB background

This text has black color on #7E97BB background.


White color preview on #7E97BB background

This text has white color on #7E97BB background.


Related colors

Complementary color

Complementary color for #hex is #816844.


I love getcolorcode.com

Triadic colors

1 #BB7E97 and #97BB7E with #7E97BB are triadic colors.

2 #BB977E and #977EBB with #7E97BB are triadic colors.