COLOR #7E7588

HEX: #7E7588
RGB: (126,117,136)

Renk bilgisi

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

RGB renk modeli

#7E7588 color RGB value is (126,117,136).

  • kırmız ton 126;
  • yeşil ton 117;
  • mavi ton 136.
RGB:
(126,117,136)
(49%,46%,53%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 117 of 255 = 46%
B 136 of 255 = 53%

126
117
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 117 + 136 = 379 (100%)
R 126 of 379 ~ 33.25%
G 117 of 379 ~ 30.87%
B 136 of 379 ~ 35.88%

%33.25
%30.87
%35.88

CMYK RENK MODELİ

#7E7588 rengi CMYK tonu (7,14,0,47).

  • camgöbeği tonu 7.35%
  • eflatun tonu 13.97%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(7,14,0,47)
C7M14Y0K47 
(7%,14%,0%,47%)
(0.07/0.14/0.00/0.47)	

CMYK yüzdeleri

%7.35
%13.97
%0
%46.67

Codes

Color #7E7588 in popluar color models

7E7588
RGB126117136
HSL268°7.51%49.61%
HSB/HSV268°13.97%53.33%
CMYK7.35%13.97%0.00%
46.67%

Color #7E7588 in popluar number systems.

HEX7E7588
Decimal126117136
Binary1111110111010110001000
Octal176165210

Shades and tints

Shades of #7E7588

#7E7588
(126,117,136)
#736B7C
(115,107,124)
#686170
(104,97,112)
#5D5764
(93,87,100)
#524D58
(82,77,88)
#47434C
(71,67,76)
#3C3940
(60,57,64)
#312F34
(49,47,52)
#262528
(38,37,40)
#1B1B1C
(27,27,28)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #7E7588

#7E7588
(126,117,136)
#898192
(137,129,146)
#948D9C
(148,141,156)
#9F99A6
(159,153,166)
#AAA5B0
(170,165,176)
#B5B1BA
(181,177,186)
#C0BDC4
(192,189,196)
#CBC9CE
(203,201,206)
#D6D5D8
(214,213,216)
#E1E1E2
(225,225,226)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7588 color. Also use rgb(126,117,136) instead hex code.

Text Font Color

.myTextColor { color: #7E7588; }

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

This text font color is #7E7588.


Background Color

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

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

This div background color is #7E7588.


Border color

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

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

This div border color is #7E7588.


Opacity

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

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

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

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

This text has shadow with #7E7588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7588 on black background.


Color preview on white background

This text has color #7E7588 on white background.



Black color preview on #7E7588 background

This text has black color on #7E7588 background.


White color preview on #7E7588 background

This text has white color on #7E7588 background.