COLOR #7EAFE0

HEX: #7EAFE0
RGB: (126,175,224)

Renk bilgisi

#7EAFE0 contains mainly green and blue colors. #7EAFE0 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7EAFE0 color RGB value is (126,175,224).

  • kırmız ton 126;
  • yeşil ton 175;
  • mavi ton 224.
RGB:
(126,175,224)
(49%,69%,88%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 175 of 255 = 69%
B 224 of 255 = 88%

126
175
224

R + G + B ~ 69%. #7EAFE0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 175 + 224 = 525 (100%)
R 126 of 525 ~ 24%
G 175 of 525 ~ 33.33%
B 224 of 525 ~ 42.67%

%24
%33.33
%42.67

CMYK RENK MODELİ

#7EAFE0 rengi CMYK tonu (44,22,0,12).

  • camgöbeği tonu 43.75%
  • eflatun tonu 21.88%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(44,22,0,12)
C44M22Y0K12 
(44%,22%,0%,12%)
(0.44/0.22/0.00/0.12)	

CMYK yüzdeleri

%43.75
%21.88
%0
%12.16

Codes

Color #7EAFE0 in popluar color models

7EAFE0
RGB126175224
HSL210°61.25%68.63%
HSB/HSV210°43.75%87.84%
CMYK43.75%21.88%0.00%
12.16%

Color #7EAFE0 in popluar number systems.

HEX7EAFE0
Decimal126175224
Binary11111101010111111100000
Octal176257340

Shades and tints

Shades of #7EAFE0

#7EAFE0
(126,175,224)
#73A0CC
(115,160,204)
#6891B8
(104,145,184)
#5D82A4
(93,130,164)
#527390
(82,115,144)
#47647C
(71,100,124)
#3C5568
(60,85,104)
#314654
(49,70,84)
#263740
(38,55,64)
#1B282C
(27,40,44)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #7EAFE0

#7EAFE0
(126,175,224)
#89B6E2
(137,182,226)
#94BDE4
(148,189,228)
#9FC4E6
(159,196,230)
#AACBE8
(170,203,232)
#B5D2EA
(181,210,234)
#C0D9EC
(192,217,236)
#CBE0EE
(203,224,238)
#D6E7F0
(214,231,240)
#E1EEF2
(225,238,242)
#ECF5F4
(236,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAFE0; }

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

This text font color is #7EAFE0.


Background Color

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

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

This div background color is #7EAFE0.


Border color

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

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

This div border color is #7EAFE0.


Opacity

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

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

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

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

This text has shadow with #7EAFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAFE0 on black background.


Color preview on white background

This text has color #7EAFE0 on white background.



Black color preview on #7EAFE0 background

This text has black color on #7EAFE0 background.


White color preview on #7EAFE0 background

This text has white color on #7EAFE0 background.