COLOR #7EABB6

HEX: #7EABB6
RGB: (126,171,182)

Color info

#7EABB6 contains red, green and blue colors in about the same proportion. Web safe color of #7EABB6 is #6699CC (or #69C).

RGB color model

#7EABB6 color RGB value is (126,171,182).

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

RGB channels and saturation

R 126 of 255 = 49%
G 171 of 255 = 67%
B 182 of 255 = 71%

126
171
182

R + G + B ~ 62%. #7EABB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 171 + 182 = 479 (100%)
R 126 of 479 ~ 26.3%
G 171 of 479 ~ 35.7%
B 182 of 479 ~ 38%

%26.3
%35.7
%38

CMYK color model

#7EABB6 color CMYK value is (31,6,0,29).

  • cyan value is 30.77%
  • magenta value is 6.04%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(31,6,0,29)
C31M6Y0K29 
(31%,6%,0%,29%)
(0.31/0.06/0.00/0.29)	

CMYK percentages

%30.77
%6.04
%0
%28.63

Codes

Color #7EABB6 in popluar color models

7EABB6
RGB126171182
HSL192°27.72%60.39%
HSB/HSV192°30.77%71.37%
CMYK30.77%6.04%0.00%
28.63%

Color #7EABB6 in popluar number systems.

HEX7EABB6
Decimal126171182
Binary11111101010101110110110
Octal176253266

Shades and tints

Shades of #7EABB6

#7EABB6
(126,171,182)
#739CA6
(115,156,166)
#688D96
(104,141,150)
#5D7E86
(93,126,134)
#526F76
(82,111,118)
#476066
(71,96,102)
#3C5156
(60,81,86)
#314246
(49,66,70)
#263336
(38,51,54)
#1B2426
(27,36,38)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #7EABB6

#7EABB6
(126,171,182)
#89B2BC
(137,178,188)
#94B9C2
(148,185,194)
#9FC0C8
(159,192,200)
#AAC7CE
(170,199,206)
#B5CED4
(181,206,212)
#C0D5DA
(192,213,218)
#CBDCE0
(203,220,224)
#D6E3E6
(214,227,230)
#E1EAEC
(225,234,236)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EABB6; }

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

This text font color is #7EABB6.


Background Color

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

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

This div background color is #7EABB6.


Border color

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

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

This div border color is #7EABB6.


Opacity

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

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

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

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

This text has shadow with #7EABB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EABB6 on black background.


Color preview on white background

This text has color #7EABB6 on white background.



Black color preview on #7EABB6 background

This text has black color on #7EABB6 background.


White color preview on #7EABB6 background

This text has white color on #7EABB6 background.