COLOR #7E9CA3

HEX: #7E9CA3 RGB: (126,156,163)

Color info

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

RGB color model

#7E9CA3 color RGB value is (126,156,163).

RGB: (126,156,163) (49%, 61%, 64%)

RGB channels and saturation

R 126 of 255 = 49%
G 156 of 255 = 61%
B 163 of 255 = 64%

126
156
163

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

Portions of RGB colors in percentages

R + G + B = 126 + 156 + 163 = 445 (100%)
R 126 of 445 ~ 28.31%
G 156 of 445 ~ 35.06%
B 163 of 445 ~ 36.63'%

%28.31
%35.06
%36.63

CMYK color model

#7E9CA3 color CMYK value is (23,4,0,36).

  • cyan value is 22.70%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK: (23,4,0,36) C23M4Y0K36 (23%,4%,0%,36%) (0.23/0.04/0.00/0.36) 

CMYK percentages

%22.7
%4.29
%0
%36.08

Codes

Color #7E9CA3 in popluar color models

7E 9C A3
RGB 126 156 163
HSL 191° 16.74% 56.67%
HSB/HSV 191° 22.70% 63.92%
CMYK 22.70% 4.29% 0.00%
36.08%

Color #7E9CA3 in popluar number systems.

HEX 7E 9C A3
Decimal 126 156 163
Binary 1111110 10011100 10100011
Octal 176 234 243

Shades and tints

Shades of #7E9CA3

#7E9CA3
(126,156,163)
#738E95
(115,142,149)
#688087
(104,128,135)
#5D7279
(93,114,121)
#52646B
(82,100,107)
#47565D
(71,86,93)
#3C484F
(60,72,79)
#313A41
(49,58,65)
#262C33
(38,44,51)
#1B1E25
(27,30,37)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #7E9CA3

#7E9CA3
(126,156,163)
#89A5AB
(137,165,171)
#94AEB3
(148,174,179)
#9FB7BB
(159,183,187)
#AAC0C3
(170,192,195)
#B5C9CB
(181,201,203)
#C0D2D3
(192,210,211)
#CBDBDB
(203,219,219)
#D6E4E3
(214,228,227)
#E1EDEB
(225,237,235)
#ECF6F3
(236,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9CA3 color. Also use rgb(126,156,163) instead hex code.

Text Font Color

.myTextColor { color: #7E9CA3; }

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

This text font color is #7E9CA3.

Background Color

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

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

This div background color is #7E9CA3.

Border color

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

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

This div border color is #7E9CA3.

Opacity

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

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

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

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

This text has shadow with #7E9CA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9CA3.

Preview

Color preview on black background

This text has color #7E9CA3 on black background.


Color preview on white background

This text has color #7E9CA3 on white background.


Black color preview on #7E9CA3 background

This text has black color on #7E9CA3 background.


White color preview on #7E9CA3 background

This text has white color on #7E9CA3 background.


Related colors

Complementary color

Complementary color for #hex is #81635C.


I love getcolorcode.com

Triadic colors

1 #A37E9C and #9CA37E with #7E9CA3 are triadic colors.

2 #A39C7E and #9C7EA3 with #7E9CA3 are triadic colors.