COLOR #7E6988

HEX: #7E6988
RGB: (126,105,136)

Renk bilgisi

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

RGB renk modeli

#7E6988 color RGB value is (126,105,136).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 105 of 255 = 41%
B 136 of 255 = 53%

126
105
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 105 + 136 = 367 (100%)
R 126 of 367 ~ 34.33%
G 105 of 367 ~ 28.61%
B 136 of 367 ~ 37.06%

%34.33
%28.61
%37.06

CMYK RENK MODELİ

#7E6988 rengi CMYK tonu (7,23,0,47).

  • camgöbeği tonu 7.35%
  • eflatun tonu 22.79%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(7,23,0,47)
C7M23Y0K47 
(7%,23%,0%,47%)
(0.07/0.23/0.00/0.47)	

CMYK yüzdeleri

%7.35
%22.79
%0
%46.67

Codes

Color #7E6988 in popluar color models

7E6988
RGB126105136
HSL281°12.86%47.25%
HSB/HSV281°22.79%53.33%
CMYK7.35%22.79%0.00%
46.67%

Color #7E6988 in popluar number systems.

HEX7E6988
Decimal126105136
Binary1111110110100110001000
Octal176151210

Shades and tints

Shades of #7E6988

#7E6988
(126,105,136)
#73607C
(115,96,124)
#685770
(104,87,112)
#5D4E64
(93,78,100)
#524558
(82,69,88)
#473C4C
(71,60,76)
#3C3340
(60,51,64)
#312A34
(49,42,52)
#262128
(38,33,40)
#1B181C
(27,24,28)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #7E6988

#7E6988
(126,105,136)
#897692
(137,118,146)
#94839C
(148,131,156)
#9F90A6
(159,144,166)
#AA9DB0
(170,157,176)
#B5AABA
(181,170,186)
#C0B7C4
(192,183,196)
#CBC4CE
(203,196,206)
#D6D1D8
(214,209,216)
#E1DEE2
(225,222,226)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6988; }

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

This text font color is #7E6988.


Background Color

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

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

This div background color is #7E6988.


Border color

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

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

This div border color is #7E6988.


Opacity

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

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

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

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

This text has shadow with #7E6988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6988 on black background.


Color preview on white background

This text has color #7E6988 on white background.



Black color preview on #7E6988 background

This text has black color on #7E6988 background.


White color preview on #7E6988 background

This text has white color on #7E6988 background.