COLOR #7E698B

HEX: #7E698B
RGB: (126,105,139)

Renk bilgisi

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

RGB renk modeli

#7E698B color RGB value is (126,105,139).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 105 of 255 = 41%
B 139 of 255 = 55%

126
105
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 105 + 139 = 370 (100%)
R 126 of 370 ~ 34.05%
G 105 of 370 ~ 28.38%
B 139 of 370 ~ 37.57%

%34.05
%28.38
%37.57

CMYK RENK MODELİ

#7E698B rengi CMYK tonu (9,24,0,45).

  • camgöbeği tonu 9.35%
  • eflatun tonu 24.46%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(9,24,0,45)
C9M24Y0K45 
(9%,24%,0%,45%)
(0.09/0.24/0.00/0.45)	

CMYK yüzdeleri

%9.35
%24.46
%0
%45.49

Codes

Color #7E698B in popluar color models

7E698B
RGB126105139
HSL277°13.93%47.84%
HSB/HSV277°24.46%54.51%
CMYK9.35%24.46%0.00%
45.49%

Color #7E698B in popluar number systems.

HEX7E698B
Decimal126105139
Binary1111110110100110001011
Octal176151213

Shades and tints

Shades of #7E698B

#7E698B
(126,105,139)
#73607F
(115,96,127)
#685773
(104,87,115)
#5D4E67
(93,78,103)
#52455B
(82,69,91)
#473C4F
(71,60,79)
#3C3343
(60,51,67)
#312A37
(49,42,55)
#26212B
(38,33,43)
#1B181F
(27,24,31)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #7E698B

#7E698B
(126,105,139)
#897695
(137,118,149)
#94839F
(148,131,159)
#9F90A9
(159,144,169)
#AA9DB3
(170,157,179)
#B5AABD
(181,170,189)
#C0B7C7
(192,183,199)
#CBC4D1
(203,196,209)
#D6D1DB
(214,209,219)
#E1DEE5
(225,222,229)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E698B; }

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

This text font color is #7E698B.


Background Color

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

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

This div background color is #7E698B.


Border color

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

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

This div border color is #7E698B.


Opacity

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

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

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

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

This text has shadow with #7E698B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E698B on black background.


Color preview on white background

This text has color #7E698B on white background.



Black color preview on #7E698B background

This text has black color on #7E698B background.


White color preview on #7E698B background

This text has white color on #7E698B background.