COLOR #7EB1AD

HEX: #7EB1AD
RGB: (126,177,173)

Renk bilgisi

#7EB1AD contains red, green and blue colors in about the same proportion. #7EB1AD ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#7EB1AD color RGB value is (126,177,173).

  • kırmız ton 126;
  • yeşil ton 177;
  • mavi ton 173.
RGB:
(126,177,173)
(49%,69%,68%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 177 of 255 = 69%
B 173 of 255 = 68%

126
177
173

R + G + B ~ 62%. #7EB1AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 177 + 173 = 476 (100%)
R 126 of 476 ~ 26.47%
G 177 of 476 ~ 37.18%
B 173 of 476 ~ 36.34%

%26.47
%37.18
%36.34

CMYK RENK MODELİ

#7EB1AD rengi CMYK tonu (29,0,2,31).

  • camgöbeği tonu 28.81%
  • eflatun tonu 0.00%
  • sarı tonu 2.26%
  • ana renk tonu 30.59%
CMYK:
(29,0,2,31)
C29M0Y2K31 
(29%,0%,2%,31%)
(0.29/0.00/0.02/0.31)	

CMYK yüzdeleri

%28.81
%0
%2.26
%30.59

Codes

Color #7EB1AD in popluar color models

7EB1AD
RGB126177173
HSL175°24.64%59.41%
HSB/HSV175°28.81%69.41%
CMYK28.81%0.00%2.26%
30.59%

Color #7EB1AD in popluar number systems.

HEX7EB1AD
Decimal126177173
Binary11111101011000110101101
Octal176261255

Shades and tints

Shades of #7EB1AD

#7EB1AD
(126,177,173)
#73A19E
(115,161,158)
#68918F
(104,145,143)
#5D8180
(93,129,128)
#527171
(82,113,113)
#476162
(71,97,98)
#3C5153
(60,81,83)
#314144
(49,65,68)
#263135
(38,49,53)
#1B2126
(27,33,38)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #7EB1AD

#7EB1AD
(126,177,173)
#89B8B4
(137,184,180)
#94BFBB
(148,191,187)
#9FC6C2
(159,198,194)
#AACDC9
(170,205,201)
#B5D4D0
(181,212,208)
#C0DBD7
(192,219,215)
#CBE2DE
(203,226,222)
#D6E9E5
(214,233,229)
#E1F0EC
(225,240,236)
#ECF7F3
(236,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB1AD color. Also use rgb(126,177,173) instead hex code.

Text Font Color

.myTextColor { color: #7EB1AD; }

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

This text font color is #7EB1AD.


Background Color

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

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

This div background color is #7EB1AD.


Border color

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

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

This div border color is #7EB1AD.


Opacity

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

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

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

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

This text has shadow with #7EB1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB1AD on black background.


Color preview on white background

This text has color #7EB1AD on white background.



Black color preview on #7EB1AD background

This text has black color on #7EB1AD background.


White color preview on #7EB1AD background

This text has white color on #7EB1AD background.