COLOR #7EACD1

HEX: #7EACD1
RGB: (126,172,209)

Color info

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

RGB color model

#7EACD1 color RGB value is (126,172,209).

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

RGB channels and saturation

R 126 of 255 = 49%
G 172 of 255 = 67%
B 209 of 255 = 82%

126
172
209

R + G + B ~ 66%. #7EACD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 172 + 209 = 507 (100%)
R 126 of 507 ~ 24.85%
G 172 of 507 ~ 33.93%
B 209 of 507 ~ 41.22%

%24.85
%33.93
%41.22

CMYK color model

#7EACD1 color CMYK value is (40,18,0,18).

  • cyan value is 39.71%
  • magenta value is 17.70%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(40,18,0,18)
C40M18Y0K18 
(40%,18%,0%,18%)
(0.40/0.18/0.00/0.18)	

CMYK percentages

%39.71
%17.7
%0
%18.04

Codes

Color #7EACD1 in popluar color models

7EACD1
RGB126172209
HSL207°47.43%65.69%
HSB/HSV207°39.71%81.96%
CMYK39.71%17.70%0.00%
18.04%

Color #7EACD1 in popluar number systems.

HEX7EACD1
Decimal126172209
Binary11111101010110011010001
Octal176254321

Shades and tints

Shades of #7EACD1

#7EACD1
(126,172,209)
#739DBE
(115,157,190)
#688EAB
(104,142,171)
#5D7F98
(93,127,152)
#527085
(82,112,133)
#476172
(71,97,114)
#3C525F
(60,82,95)
#31434C
(49,67,76)
#263439
(38,52,57)
#1B2526
(27,37,38)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #7EACD1

#7EACD1
(126,172,209)
#89B3D5
(137,179,213)
#94BAD9
(148,186,217)
#9FC1DD
(159,193,221)
#AAC8E1
(170,200,225)
#B5CFE5
(181,207,229)
#C0D6E9
(192,214,233)
#CBDDED
(203,221,237)
#D6E4F1
(214,228,241)
#E1EBF5
(225,235,245)
#ECF2F9
(236,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EACD1; }

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

This text font color is #7EACD1.


Background Color

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

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

This div background color is #7EACD1.


Border color

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

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

This div border color is #7EACD1.


Opacity

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

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

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

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

This text has shadow with #7EACD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EACD1 on black background.


Color preview on white background

This text has color #7EACD1 on white background.



Black color preview on #7EACD1 background

This text has black color on #7EACD1 background.


White color preview on #7EACD1 background

This text has white color on #7EACD1 background.