COLOR #7EABAC

HEX: #7EABAC RGB: (126,171,172)

Color info

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

RGB color model

#7EABAC color RGB value is (126,171,172).

RGB: (126,171,172) (49%, 67%, 67%)

RGB channels and saturation

R 126 of 255 = 49%
G 171 of 255 = 67%
B 172 of 255 = 67%

126
171
172

R + G + B ~ 61%. #7EABAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 171 + 172 = 469 (100%)
R 126 of 469 ~ 26.87%
G 171 of 469 ~ 36.46%
B 172 of 469 ~ 36.67'%

%26.87
%36.46
%36.67

CMYK color model

#7EABAC color CMYK value is (27,1,0,33).

  • cyan value is 26.74%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (27,1,0,33)
C27M1Y0K33 (27%, 1%, 0%, 33%)
(0.27 / 0.01 / 0.00 / 0.33)

CMYK percentages

%26.74
%0.58
%0
%32.55

Codes

Color #7EABAC in popluar color models

7E AB AC
RGB 126 171 172
HSL 181° 21.70% 58.43%
HSB/HSV 181° 26.74% 67.45%
CMYK 26.74% 0.58% 0.00%
32.55%

Color #7EABAC in popluar number systems.

HEX 7E AB AC
Decimal 126 171 172
Binary 1111110 10101011 10101100
Octal 176 253 254

Shades and tints

Shades of #7EABAC

#7EABAC
(126,171,172)
#739C9D
(115,156,157)
#688D8E
(104,141,142)
#5D7E7F
(93,126,127)
#526F70
(82,111,112)
#476061
(71,96,97)
#3C5152
(60,81,82)
#314243
(49,66,67)
#263334
(38,51,52)
#1B2425
(27,36,37)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #7EABAC

#7EABAC
(126,171,172)
#89B2B3
(137,178,179)
#94B9BA
(148,185,186)
#9FC0C1
(159,192,193)
#AAC7C8
(170,199,200)
#B5CECF
(181,206,207)
#C0D5D6
(192,213,214)
#CBDCDD
(203,220,221)
#D6E3E4
(214,227,228)
#E1EAEB
(225,234,235)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EABAC color. Also use rgb(126,171,172) instead hex code.

Text Font Color

.myTextColor { color: #7EABAC; }

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

This text font color is #7EABAC.

Background Color

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

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

This div background color is #7EABAC.

Border color

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

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

This div border color is #7EABAC.

Opacity

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

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

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

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

This text has shadow with #7EABAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EABAC.

Preview

Color preview on black background

This text has color #7EABAC on black background.


Color preview on white background

This text has color #7EABAC on white background.


Black color preview on #7EABAC background

This text has black color on #7EABAC background.


White color preview on #7EABAC background

This text has white color on #7EABAC background.


Related colors

Complementary color

Complementary color for #hex is #815453.


I love getcolorcode.com

Triadic colors

1 #AC7EAB and #ABAC7E with #7EABAC are triadic colors.

2 #ACAB7E and #AB7EAC with #7EABAC are triadic colors.