COLOR #7EAFC3

HEX: #7EAFC3
RGB: (126,175,195)

Color info

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

RGB color model

#7EAFC3 color RGB value is (126,175,195).

  • red value is 126;
  • green value is 175;
  • blue value is 195.
RGB:
(126,175,195)
(49%,69%,76%)

RGB channels and saturation

R 126 of 255 = 49%
G 175 of 255 = 69%
B 195 of 255 = 76%

126
175
195

R + G + B ~ 65%. #7EAFC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 175 + 195 = 496 (100%)
R 126 of 496 ~ 25.4%
G 175 of 496 ~ 35.28%
B 195 of 496 ~ 39.31%

%25.4
%35.28
%39.31

CMYK color model

#7EAFC3 color CMYK value is (35,10,0,24).

  • cyan value is 35.38%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(35,10,0,24)
C35M10Y0K24 
(35%,10%,0%,24%)
(0.35/0.10/0.00/0.24)	

CMYK percentages

%35.38
%10.26
%0
%23.53

Codes

Color #7EAFC3 in popluar color models

7EAFC3
RGB126175195
HSL197°36.51%62.94%
HSB/HSV197°35.38%76.47%
CMYK35.38%10.26%0.00%
23.53%

Color #7EAFC3 in popluar number systems.

HEX7EAFC3
Decimal126175195
Binary11111101010111111000011
Octal176257303

Shades and tints

Shades of #7EAFC3

#7EAFC3
(126,175,195)
#73A0B2
(115,160,178)
#6891A1
(104,145,161)
#5D8290
(93,130,144)
#52737F
(82,115,127)
#47646E
(71,100,110)
#3C555D
(60,85,93)
#31464C
(49,70,76)
#26373B
(38,55,59)
#1B282A
(27,40,42)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #7EAFC3

#7EAFC3
(126,175,195)
#89B6C8
(137,182,200)
#94BDCD
(148,189,205)
#9FC4D2
(159,196,210)
#AACBD7
(170,203,215)
#B5D2DC
(181,210,220)
#C0D9E1
(192,217,225)
#CBE0E6
(203,224,230)
#D6E7EB
(214,231,235)
#E1EEF0
(225,238,240)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAFC3; }

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

This text font color is #7EAFC3.


Background Color

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

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

This div background color is #7EAFC3.


Border color

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

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

This div border color is #7EAFC3.


Opacity

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

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

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

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

This text has shadow with #7EAFC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAFC3 on black background.


Color preview on white background

This text has color #7EAFC3 on white background.



Black color preview on #7EAFC3 background

This text has black color on #7EAFC3 background.


White color preview on #7EAFC3 background

This text has white color on #7EAFC3 background.