COLOR #7EBBAC

HEX: #7EBBAC RGB: (126,187,172)

Color info

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

RGB color model

#7EBBAC color RGB value is (126,187,172).

RGB: (126,187,172) (49%, 73%, 67%)

RGB channels and saturation

R 126 of 255 = 49%
G 187 of 255 = 73%
B 172 of 255 = 67%

126
187
172

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

Portions of RGB colors in percentages

R + G + B = 126 + 187 + 172 = 485 (100%)
R 126 of 485 ~ 25.98%
G 187 of 485 ~ 38.56%
B 172 of 485 ~ 35.46'%

%25.98
%38.56
%35.46

CMYK color model

#7EBBAC color CMYK value is (33,0,8,27).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 26.67%

CMYK: (33,0,8,27)
C33M0Y8K27 (33%, 0%, 8%, 27%)
(0.33 / 0.00 / 0.08 / 0.27)

CMYK percentages

%32.62
%0
%8.02
%26.67

Codes

Color #7EBBAC in popluar color models

7E BB AC
RGB 126 187 172
HSL 165° 30.96% 61.37%
HSB/HSV 165° 32.62% 73.33%
CMYK 32.62% 0.00% 8.02%
26.67%

Color #7EBBAC in popluar number systems.

HEX 7E BB AC
Decimal 126 187 172
Binary 1111110 10111011 10101100
Octal 176 273 254

Shades and tints

Shades of #7EBBAC

#7EBBAC
(126,187,172)
#73AA9D
(115,170,157)
#68998E
(104,153,142)
#5D887F
(93,136,127)
#527770
(82,119,112)
#476661
(71,102,97)
#3C5552
(60,85,82)
#314443
(49,68,67)
#263334
(38,51,52)
#1B2225
(27,34,37)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #7EBBAC

#7EBBAC
(126,187,172)
#89C1B3
(137,193,179)
#94C7BA
(148,199,186)
#9FCDC1
(159,205,193)
#AAD3C8
(170,211,200)
#B5D9CF
(181,217,207)
#C0DFD6
(192,223,214)
#CBE5DD
(203,229,221)
#D6EBE4
(214,235,228)
#E1F1EB
(225,241,235)
#ECF7F2
(236,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBBAC; }

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

This text font color is #7EBBAC.

Background Color

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

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

This div background color is #7EBBAC.

Border color

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

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

This div border color is #7EBBAC.

Opacity

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

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

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

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

This text has shadow with #7EBBAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EBBAC.

Preview

Color preview on black background

This text has color #7EBBAC on black background.


Color preview on white background

This text has color #7EBBAC on white background.


Black color preview on #7EBBAC background

This text has black color on #7EBBAC background.


White color preview on #7EBBAC background

This text has white color on #7EBBAC background.


Related colors

Complementary color

Complementary color for #hex is #814453.


I love getcolorcode.com

Triadic colors

1 #AC7EBB and #BBAC7E with #7EBBAC are triadic colors.

2 #ACBB7E and #BB7EAC with #7EBBAC are triadic colors.