COLOR #7E9BB2

HEX: #7E9BB2 RGB: (126,155,178)

Color info

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

RGB color model

#7E9BB2 color RGB value is (126,155,178).

RGB: (126,155,178) (49%, 61%, 70%)

RGB channels and saturation

R 126 of 255 = 49%
G 155 of 255 = 61%
B 178 of 255 = 70%

126
155
178

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

Portions of RGB colors in percentages

R + G + B = 126 + 155 + 178 = 459 (100%)
R 126 of 459 ~ 27.45%
G 155 of 459 ~ 33.77%
B 178 of 459 ~ 38.78'%

%27.45
%33.77
%38.78

CMYK color model

#7E9BB2 color CMYK value is (29,13,0,30).

  • cyan value is 29.21%
  • magenta value is 12.92%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (29,13,0,30)
C29M13Y0K30 (29%, 13%, 0%, 30%)
(0.29 / 0.13 / 0.00 / 0.30)

CMYK percentages

%29.21
%12.92
%0
%30.2

Codes

Color #7E9BB2 in popluar color models

7E 9B B2
RGB 126 155 178
HSL 207° 25.24% 59.61%
HSB/HSV 207° 29.21% 69.80%
CMYK 29.21% 12.92% 0.00%
30.20%

Color #7E9BB2 in popluar number systems.

HEX 7E 9B B2
Decimal 126 155 178
Binary 1111110 10011011 10110010
Octal 176 233 262

Shades and tints

Shades of #7E9BB2

#7E9BB2
(126,155,178)
#738DA2
(115,141,162)
#687F92
(104,127,146)
#5D7182
(93,113,130)
#526372
(82,99,114)
#475562
(71,85,98)
#3C4752
(60,71,82)
#313942
(49,57,66)
#262B32
(38,43,50)
#1B1D22
(27,29,34)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #7E9BB2

#7E9BB2
(126,155,178)
#89A4B9
(137,164,185)
#94ADC0
(148,173,192)
#9FB6C7
(159,182,199)
#AABFCE
(170,191,206)
#B5C8D5
(181,200,213)
#C0D1DC
(192,209,220)
#CBDAE3
(203,218,227)
#D6E3EA
(214,227,234)
#E1ECF1
(225,236,241)
#ECF5F8
(236,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9BB2; }

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

This text font color is #7E9BB2.

Background Color

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

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

This div background color is #7E9BB2.

Border color

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

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

This div border color is #7E9BB2.

Opacity

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

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

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

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

This text has shadow with #7E9BB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9BB2.

Preview

Color preview on black background

This text has color #7E9BB2 on black background.


Color preview on white background

This text has color #7E9BB2 on white background.


Black color preview on #7E9BB2 background

This text has black color on #7E9BB2 background.


White color preview on #7E9BB2 background

This text has white color on #7E9BB2 background.


Related colors

Complementary color

Complementary color for #hex is #81644D.


I love getcolorcode.com

Triadic colors

1 #B27E9B and #9BB27E with #7E9BB2 are triadic colors.

2 #B29B7E and #9B7EB2 with #7E9BB2 are triadic colors.