COLOR #7EAEB4

HEX: #7EAEB4
RGB: (126,174,180)

Renk bilgisi

#7EAEB4 contains red, green and blue colors in about the same proportion. #7EAEB4 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7EAEB4 color RGB value is (126,174,180).

  • kırmız ton 126;
  • yeşil ton 174;
  • mavi ton 180.
RGB:
(126,174,180)
(49%,68%,71%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 174 of 255 = 68%
B 180 of 255 = 71%

126
174
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 174 + 180 = 480 (100%)
R 126 of 480 ~ 26.25%
G 174 of 480 ~ 36.25%
B 180 of 480 ~ 37.5%

%26.25
%36.25
%37.5

CMYK RENK MODELİ

#7EAEB4 rengi CMYK tonu (30,3,0,29).

  • camgöbeği tonu 30.00%
  • eflatun tonu 3.33%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(30,3,0,29)
C30M3Y0K29 
(30%,3%,0%,29%)
(0.30/0.03/0.00/0.29)	

CMYK yüzdeleri

%30
%3.33
%0
%29.41

Codes

Color #7EAEB4 in popluar color models

7EAEB4
RGB126174180
HSL187°26.47%60.00%
HSB/HSV187°30.00%70.59%
CMYK30.00%3.33%0.00%
29.41%

Color #7EAEB4 in popluar number systems.

HEX7EAEB4
Decimal126174180
Binary11111101010111010110100
Octal176256264

Shades and tints

Shades of #7EAEB4

#7EAEB4
(126,174,180)
#739FA4
(115,159,164)
#689094
(104,144,148)
#5D8184
(93,129,132)
#527274
(82,114,116)
#476364
(71,99,100)
#3C5454
(60,84,84)
#314544
(49,69,68)
#263634
(38,54,52)
#1B2724
(27,39,36)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #7EAEB4

#7EAEB4
(126,174,180)
#89B5BA
(137,181,186)
#94BCC0
(148,188,192)
#9FC3C6
(159,195,198)
#AACACC
(170,202,204)
#B5D1D2
(181,209,210)
#C0D8D8
(192,216,216)
#CBDFDE
(203,223,222)
#D6E6E4
(214,230,228)
#E1EDEA
(225,237,234)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAEB4 color. Also use rgb(126,174,180) instead hex code.

Text Font Color

.myTextColor { color: #7EAEB4; }

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

This text font color is #7EAEB4.


Background Color

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

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

This div background color is #7EAEB4.


Border color

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

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

This div border color is #7EAEB4.


Opacity

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

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

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

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

This text has shadow with #7EAEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAEB4 on black background.


Color preview on white background

This text has color #7EAEB4 on white background.



Black color preview on #7EAEB4 background

This text has black color on #7EAEB4 background.


White color preview on #7EAEB4 background

This text has white color on #7EAEB4 background.