COLOR #7EACBB

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

Color info

#7EACBB contains mainly green and blue colors. Web safe color of #7EACBB is #6699CC (or #69C).

RGB color model

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

  • red value is 126;
  • green value is 172;
  • blue value is 187.
RGB:
(126,172,187)
(49%,67%,73%)

RGB channels and saturation

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

126
172
187

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

Portions of RGB colors in percentages

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

%25.98
%35.46
%38.56

CMYK color model

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

  • cyan value is 32.62%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(33,8,0,27)
C33M8Y0K27 
(33%,8%,0%,27%)
(0.33/0.08/0.00/0.27)	

CMYK percentages

%32.62
%8.02
%0
%26.67

Codes

Color #7EACBB in popluar color models

7EACBB
RGB126172187
HSL195°30.96%61.37%
HSB/HSV195°32.62%73.33%
CMYK32.62%8.02%0.00%
26.67%

Color #7EACBB in popluar number systems.

HEX7EACBB
Decimal126172187
Binary11111101010110010111011
Octal176254273

Shades and tints

Shades of #7EACBB

#7EACBB
(126,172,187)
#739DAA
(115,157,170)
#688E99
(104,142,153)
#5D7F88
(93,127,136)
#527077
(82,112,119)
#476166
(71,97,102)
#3C5255
(60,82,85)
#314344
(49,67,68)
#263433
(38,52,51)
#1B2522
(27,37,34)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #7EACBB

#7EACBB
(126,172,187)
#89B3C1
(137,179,193)
#94BAC7
(148,186,199)
#9FC1CD
(159,193,205)
#AAC8D3
(170,200,211)
#B5CFD9
(181,207,217)
#C0D6DF
(192,214,223)
#CBDDE5
(203,221,229)
#D6E4EB
(214,228,235)
#E1EBF1
(225,235,241)
#ECF2F7
(236,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EACBB; }

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

This text font color is #7EACBB.


Background Color

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

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

This div background color is #7EACBB.


Border color

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

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

This div border color is #7EACBB.


Opacity

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

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

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

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

This text has shadow with #7EACBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EACBB on black background.


Color preview on white background

This text has color #7EACBB on white background.



Black color preview on #7EACBB background

This text has black color on #7EACBB background.


White color preview on #7EACBB background

This text has white color on #7EACBB background.