COLOR #7EAF9B

HEX: #7EAF9B RGB: (126,175,155)

Color info

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

RGB color model

#7EAF9B color RGB value is (126,175,155).

RGB: (126,175,155) (49%, 69%, 61%)

RGB channels and saturation

R 126 of 255 = 49%
G 175 of 255 = 69%
B 155 of 255 = 61%

126
175
155

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

Portions of RGB colors in percentages

R + G + B = 126 + 175 + 155 = 456 (100%)
R 126 of 456 ~ 27.63%
G 175 of 456 ~ 38.38%
B 155 of 456 ~ 33.99'%

%27.63
%38.38
%33.99

CMYK color model

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

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 31.37%

CMYK: (28,0,11,31)
C28M0Y11K31 (28%, 0%, 11%, 31%)
(0.28 / 0.00 / 0.11 / 0.31)

CMYK percentages

%28
%0
%11.43
%31.37

Codes

Color #7EAF9B in popluar color models

7E AF 9B
RGB 126 175 155
HSL 156° 23.44% 59.02%
HSB/HSV 156° 28.00% 68.63%
CMYK 28.00% 0.00% 11.43%
31.37%

Color #7EAF9B in popluar number systems.

HEX 7E AF 9B
Decimal 126 175 155
Binary 1111110 10101111 10011011
Octal 176 257 233

Shades and tints

Shades of #7EAF9B

#7EAF9B
(126,175,155)
#73A08D
(115,160,141)
#68917F
(104,145,127)
#5D8271
(93,130,113)
#527363
(82,115,99)
#476455
(71,100,85)
#3C5547
(60,85,71)
#314639
(49,70,57)
#26372B
(38,55,43)
#1B281D
(27,40,29)
#10190F
(16,25,15)
#000000
(0,0,0)

Tints of #7EAF9B

#7EAF9B
(126,175,155)
#89B6A4
(137,182,164)
#94BDAD
(148,189,173)
#9FC4B6
(159,196,182)
#AACBBF
(170,203,191)
#B5D2C8
(181,210,200)
#C0D9D1
(192,217,209)
#CBE0DA
(203,224,218)
#D6E7E3
(214,231,227)
#E1EEEC
(225,238,236)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAF9B color. Also use rgb(126,175,155) instead hex code.

Text Font Color

.myTextColor { color: #7EAF9B; }

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

This text font color is #7EAF9B.

Background Color

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

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

This div background color is #7EAF9B.

Border color

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

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

This div border color is #7EAF9B.

Opacity

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

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

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

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

This text has shadow with #7EAF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EAF9B.

Preview

Color preview on black background

This text has color #7EAF9B on black background.


Color preview on white background

This text has color #7EAF9B on white background.


Black color preview on #7EAF9B background

This text has black color on #7EAF9B background.


White color preview on #7EAF9B background

This text has white color on #7EAF9B background.


Related colors

Complementary color

Complementary color for #hex is #815064.


I love getcolorcode.com

Triadic colors

1 #9B7EAF and #AF9B7E with #7EAF9B are triadic colors.

2 #9BAF7E and #AF7E9B with #7EAF9B are triadic colors.