COLOR #7EABB7

HEX: #7EABB7 RGB: (126,171,183)

Color info

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

RGB color model

#7EABB7 color RGB value is (126,171,183).

RGB: (126,171,183) (49%, 67%, 72%)

RGB channels and saturation

R 126 of 255 = 49%
G 171 of 255 = 67%
B 183 of 255 = 72%

126
171
183

R + G + B ~ 63%. #7EABB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 171 + 183 = 480 (100%)
R 126 of 480 ~ 26.25%
G 171 of 480 ~ 35.63%
B 183 of 480 ~ 38.13'%

%26.25
%35.63
%38.13

CMYK color model

#7EABB7 color CMYK value is (31,7,0,28).

  • cyan value is 31.15%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (31,7,0,28) C31M7Y0K28 (31%,7%,0%,28%) (0.31/0.07/0.00/0.28) 

CMYK percentages

%31.15
%6.56
%0
%28.24

Codes

Color #7EABB7 in popluar color models

7E AB B7
RGB 126 171 183
HSL 193° 28.36% 60.59%
HSB/HSV 193° 31.15% 71.76%
CMYK 31.15% 6.56% 0.00%
28.24%

Color #7EABB7 in popluar number systems.

HEX 7E AB B7
Decimal 126 171 183
Binary 1111110 10101011 10110111
Octal 176 253 267

Shades and tints

Shades of #7EABB7

#7EABB7
(126,171,183)
#739CA7
(115,156,167)
#688D97
(104,141,151)
#5D7E87
(93,126,135)
#526F77
(82,111,119)
#476067
(71,96,103)
#3C5157
(60,81,87)
#314247
(49,66,71)
#263337
(38,51,55)
#1B2427
(27,36,39)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #7EABB7

#7EABB7
(126,171,183)
#89B2BD
(137,178,189)
#94B9C3
(148,185,195)
#9FC0C9
(159,192,201)
#AAC7CF
(170,199,207)
#B5CED5
(181,206,213)
#C0D5DB
(192,213,219)
#CBDCE1
(203,220,225)
#D6E3E7
(214,227,231)
#E1EAED
(225,234,237)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EABB7; }

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

This text font color is #7EABB7.

Background Color

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

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

This div background color is #7EABB7.

Border color

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

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

This div border color is #7EABB7.

Opacity

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

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

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

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

This text has shadow with #7EABB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EABB7.

Preview

Color preview on black background

This text has color #7EABB7 on black background.


Color preview on white background

This text has color #7EABB7 on white background.


Black color preview on #7EABB7 background

This text has black color on #7EABB7 background.


White color preview on #7EABB7 background

This text has white color on #7EABB7 background.


Related colors

Complementary color

Complementary color for #hex is #815448.


I love getcolorcode.com

Triadic colors

1 #B77EAB and #ABB77E with #7EABB7 are triadic colors.

2 #B7AB7E and #AB7EB7 with #7EABB7 are triadic colors.