COLOR #7EABAD

HEX: #7EABAD
RGB: (126,171,173)

Color info

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

RGB color model

#7EABAD color RGB value is (126,171,173).

  • red value is 126;
  • green value is 171;
  • blue value is 173.
RGB:
(126,171,173)
(49%,67%,68%)

RGB channels and saturation

R 126 of 255 = 49%
G 171 of 255 = 67%
B 173 of 255 = 68%

126
171
173

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

Portions of RGB colors in percentages

R + G + B =
126 + 171 + 173 = 470 (100%)
R 126 of 470 ~ 26.81%
G 171 of 470 ~ 36.38%
B 173 of 470 ~ 36.81%

%26.81
%36.38
%36.81

CMYK color model

#7EABAD color CMYK value is (27,1,0,32).

  • cyan value is 27.17%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(27,1,0,32)
C27M1Y0K32 
(27%,1%,0%,32%)
(0.27/0.01/0.00/0.32)	

CMYK percentages

%27.17
%1.16
%0
%32.16

Codes

Color #7EABAD in popluar color models

7EABAD
RGB126171173
HSL183°22.27%58.63%
HSB/HSV183°27.17%67.84%
CMYK27.17%1.16%0.00%
32.16%

Color #7EABAD in popluar number systems.

HEX7EABAD
Decimal126171173
Binary11111101010101110101101
Octal176253255

Shades and tints

Shades of #7EABAD

#7EABAD
(126,171,173)
#739C9E
(115,156,158)
#688D8F
(104,141,143)
#5D7E80
(93,126,128)
#526F71
(82,111,113)
#476062
(71,96,98)
#3C5153
(60,81,83)
#314244
(49,66,68)
#263335
(38,51,53)
#1B2426
(27,36,38)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #7EABAD

#7EABAD
(126,171,173)
#89B2B4
(137,178,180)
#94B9BB
(148,185,187)
#9FC0C2
(159,192,194)
#AAC7C9
(170,199,201)
#B5CED0
(181,206,208)
#C0D5D7
(192,213,215)
#CBDCDE
(203,220,222)
#D6E3E5
(214,227,229)
#E1EAEC
(225,234,236)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EABAD; }

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

This text font color is #7EABAD.


Background Color

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

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

This div background color is #7EABAD.


Border color

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

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

This div border color is #7EABAD.


Opacity

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

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

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

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

This text has shadow with #7EABAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EABAD on black background.


Color preview on white background

This text has color #7EABAD on white background.



Black color preview on #7EABAD background

This text has black color on #7EABAD background.


White color preview on #7EABAD background

This text has white color on #7EABAD background.