COLOR #7EA2C2

HEX: #7EA2C2
RGB: (126,162,194)

Color info

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

RGB color model

#7EA2C2 color RGB value is (126,162,194).

  • red value is 126;
  • green value is 162;
  • blue value is 194.
RGB:
(126,162,194)
(49%,64%,76%)

RGB channels and saturation

R 126 of 255 = 49%
G 162 of 255 = 64%
B 194 of 255 = 76%

126
162
194

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

Portions of RGB colors in percentages

R + G + B =
126 + 162 + 194 = 482 (100%)
R 126 of 482 ~ 26.14%
G 162 of 482 ~ 33.61%
B 194 of 482 ~ 40.25%

%26.14
%33.61
%40.25

CMYK color model

#7EA2C2 color CMYK value is (35,16,0,24).

  • cyan value is 35.05%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(35,16,0,24)
C35M16Y0K24 
(35%,16%,0%,24%)
(0.35/0.16/0.00/0.24)	

CMYK percentages

%35.05
%16.49
%0
%23.92

Codes

Color #7EA2C2 in popluar color models

7EA2C2
RGB126162194
HSL208°35.79%62.75%
HSB/HSV208°35.05%76.08%
CMYK35.05%16.49%0.00%
23.92%

Color #7EA2C2 in popluar number systems.

HEX7EA2C2
Decimal126162194
Binary11111101010001011000010
Octal176242302

Shades and tints

Shades of #7EA2C2

#7EA2C2
(126,162,194)
#7394B1
(115,148,177)
#6886A0
(104,134,160)
#5D788F
(93,120,143)
#526A7E
(82,106,126)
#475C6D
(71,92,109)
#3C4E5C
(60,78,92)
#31404B
(49,64,75)
#26323A
(38,50,58)
#1B2429
(27,36,41)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #7EA2C2

#7EA2C2
(126,162,194)
#89AAC7
(137,170,199)
#94B2CC
(148,178,204)
#9FBAD1
(159,186,209)
#AAC2D6
(170,194,214)
#B5CADB
(181,202,219)
#C0D2E0
(192,210,224)
#CBDAE5
(203,218,229)
#D6E2EA
(214,226,234)
#E1EAEF
(225,234,239)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA2C2 color. Also use rgb(126,162,194) instead hex code.

Text Font Color

.myTextColor { color: #7EA2C2; }

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

This text font color is #7EA2C2.


Background Color

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

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

This div background color is #7EA2C2.


Border color

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

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

This div border color is #7EA2C2.


Opacity

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

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

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

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

This text has shadow with #7EA2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA2C2 on black background.


Color preview on white background

This text has color #7EA2C2 on white background.



Black color preview on #7EA2C2 background

This text has black color on #7EA2C2 background.


White color preview on #7EA2C2 background

This text has white color on #7EA2C2 background.