COLOR #7E99B2

HEX: #7E99B2
RGB: (126,153,178)

Renk bilgisi

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

RGB renk modeli

#7E99B2 color RGB value is (126,153,178).

  • kırmız ton 126;
  • yeşil ton 153;
  • mavi ton 178.
RGB:
(126,153,178)
(49%,60%,70%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 153 of 255 = 60%
B 178 of 255 = 70%

126
153
178

R + G + B ~ 60%. #7E99B2 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 153 + 178 = 457 (100%)
R 126 of 457 ~ 27.57%
G 153 of 457 ~ 33.48%
B 178 of 457 ~ 38.95%

%27.57
%33.48
%38.95

CMYK RENK MODELİ

#7E99B2 rengi CMYK tonu (29,14,0,30).

  • camgöbeği tonu 29.21%
  • eflatun tonu 14.04%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(29,14,0,30)
C29M14Y0K30 
(29%,14%,0%,30%)
(0.29/0.14/0.00/0.30)	

CMYK yüzdeleri

%29.21
%14.04
%0
%30.2

Codes

Color #7E99B2 in popluar color models

7E99B2
RGB126153178
HSL209°25.24%59.61%
HSB/HSV209°29.21%69.80%
CMYK29.21%14.04%0.00%
30.20%

Color #7E99B2 in popluar number systems.

HEX7E99B2
Decimal126153178
Binary11111101001100110110010
Octal176231262

Shades and tints

Shades of #7E99B2

#7E99B2
(126,153,178)
#738CA2
(115,140,162)
#687F92
(104,127,146)
#5D7282
(93,114,130)
#526572
(82,101,114)
#475862
(71,88,98)
#3C4B52
(60,75,82)
#313E42
(49,62,66)
#263132
(38,49,50)
#1B2422
(27,36,34)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #7E99B2

#7E99B2
(126,153,178)
#89A2B9
(137,162,185)
#94ABC0
(148,171,192)
#9FB4C7
(159,180,199)
#AABDCE
(170,189,206)
#B5C6D5
(181,198,213)
#C0CFDC
(192,207,220)
#CBD8E3
(203,216,227)
#D6E1EA
(214,225,234)
#E1EAF1
(225,234,241)
#ECF3F8
(236,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E99B2 color. Also use rgb(126,153,178) instead hex code.

Text Font Color

.myTextColor { color: #7E99B2; }

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

This text font color is #7E99B2.


Background Color

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

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

This div background color is #7E99B2.


Border color

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

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

This div border color is #7E99B2.


Opacity

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

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

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

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

This text has shadow with #7E99B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E99B2 on black background.


Color preview on white background

This text has color #7E99B2 on white background.



Black color preview on #7E99B2 background

This text has black color on #7E99B2 background.


White color preview on #7E99B2 background

This text has white color on #7E99B2 background.