COLOR #7EBFAC

HEX: #7EBFAC RGB: (126,191,172)

Color info

#7EBFAC contains mainly green and blue colors. Web safe color of #7EBFAC is #66CC99 (or #6C9).

RGB color model

#7EBFAC color RGB value is (126,191,172).

RGB: (126,191,172) (49%, 75%, 67%)

RGB channels and saturation

R 126 of 255 = 49%
G 191 of 255 = 75%
B 172 of 255 = 67%

126
191
172

R + G + B ~ 64%. #7EBFAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 191 + 172 = 489 (100%)
R 126 of 489 ~ 25.77%
G 191 of 489 ~ 39.06%
B 172 of 489 ~ 35.17'%

%25.77
%39.06
%35.17

CMYK color model

#7EBFAC color CMYK value is (34,0,10,25).

  • cyan value is 34.03%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • key color value is 25.10%

CMYK: (34,0,10,25)
C34M0Y10K25 (34%, 0%, 10%, 25%)
(0.34 / 0.00 / 0.10 / 0.25)

CMYK percentages

%34.03
%0
%9.95
%25.1

Codes

Color #7EBFAC in popluar color models

7E BF AC
RGB 126 191 172
HSL 162° 33.68% 62.16%
HSB/HSV 162° 34.03% 74.90%
CMYK 34.03% 0.00% 9.95%
25.10%

Color #7EBFAC in popluar number systems.

HEX 7E BF AC
Decimal 126 191 172
Binary 1111110 10111111 10101100
Octal 176 277 254

Shades and tints

Shades of #7EBFAC

#7EBFAC
(126,191,172)
#73AE9D
(115,174,157)
#689D8E
(104,157,142)
#5D8C7F
(93,140,127)
#527B70
(82,123,112)
#476A61
(71,106,97)
#3C5952
(60,89,82)
#314843
(49,72,67)
#263734
(38,55,52)
#1B2625
(27,38,37)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #7EBFAC

#7EBFAC
(126,191,172)
#89C4B3
(137,196,179)
#94C9BA
(148,201,186)
#9FCEC1
(159,206,193)
#AAD3C8
(170,211,200)
#B5D8CF
(181,216,207)
#C0DDD6
(192,221,214)
#CBE2DD
(203,226,221)
#D6E7E4
(214,231,228)
#E1ECEB
(225,236,235)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBFAC; }

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

This text font color is #7EBFAC.

Background Color

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

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

This div background color is #7EBFAC.

Border color

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

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

This div border color is #7EBFAC.

Opacity

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

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

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

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

This text has shadow with #7EBFAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EBFAC.

Preview

Color preview on black background

This text has color #7EBFAC on black background.


Color preview on white background

This text has color #7EBFAC on white background.


Black color preview on #7EBFAC background

This text has black color on #7EBFAC background.


White color preview on #7EBFAC background

This text has white color on #7EBFAC background.


Related colors

Complementary color

Complementary color for #hex is #814053.


I love getcolorcode.com

Triadic colors

1 #AC7EBF and #BFAC7E with #7EBFAC are triadic colors.

2 #ACBF7E and #BF7EAC with #7EBFAC are triadic colors.