COLOR #7EB3B0

HEX: #7EB3B0
RGB: (126,179,176)

Renk bilgisi

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

RGB renk modeli

#7EB3B0 color RGB value is (126,179,176).

  • kırmız ton 126;
  • yeşil ton 179;
  • mavi ton 176.
RGB:
(126,179,176)
(49%,70%,69%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 179 of 255 = 70%
B 176 of 255 = 69%

126
179
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 179 + 176 = 481 (100%)
R 126 of 481 ~ 26.2%
G 179 of 481 ~ 37.21%
B 176 of 481 ~ 36.59%

%26.2
%37.21
%36.59

CMYK RENK MODELİ

#7EB3B0 rengi CMYK tonu (30,0,2,30).

  • camgöbeği tonu 29.61%
  • eflatun tonu 0.00%
  • sarı tonu 1.68%
  • ana renk tonu 29.80%
CMYK:
(30,0,2,30)
C30M0Y2K30 
(30%,0%,2%,30%)
(0.30/0.00/0.02/0.30)	

CMYK yüzdeleri

%29.61
%0
%1.68
%29.8

Codes

Color #7EB3B0 in popluar color models

7EB3B0
RGB126179176
HSL177°25.85%59.80%
HSB/HSV177°29.61%70.20%
CMYK29.61%0.00%1.68%
29.80%

Color #7EB3B0 in popluar number systems.

HEX7EB3B0
Decimal126179176
Binary11111101011001110110000
Octal176263260

Shades and tints

Shades of #7EB3B0

#7EB3B0
(126,179,176)
#73A3A0
(115,163,160)
#689390
(104,147,144)
#5D8380
(93,131,128)
#527370
(82,115,112)
#476360
(71,99,96)
#3C5350
(60,83,80)
#314340
(49,67,64)
#263330
(38,51,48)
#1B2320
(27,35,32)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #7EB3B0

#7EB3B0
(126,179,176)
#89B9B7
(137,185,183)
#94BFBE
(148,191,190)
#9FC5C5
(159,197,197)
#AACBCC
(170,203,204)
#B5D1D3
(181,209,211)
#C0D7DA
(192,215,218)
#CBDDE1
(203,221,225)
#D6E3E8
(214,227,232)
#E1E9EF
(225,233,239)
#ECEFF6
(236,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB3B0 color. Also use rgb(126,179,176) instead hex code.

Text Font Color

.myTextColor { color: #7EB3B0; }

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

This text font color is #7EB3B0.


Background Color

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

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

This div background color is #7EB3B0.


Border color

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

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

This div border color is #7EB3B0.


Opacity

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

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

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

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

This text has shadow with #7EB3B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB3B0 on black background.


Color preview on white background

This text has color #7EB3B0 on white background.



Black color preview on #7EB3B0 background

This text has black color on #7EB3B0 background.


White color preview on #7EB3B0 background

This text has white color on #7EB3B0 background.