COLOR #7D698B

HEX: #7D698B
RGB: (125,105,139)

Renk bilgisi

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

RGB renk modeli

#7D698B color RGB value is (125,105,139).

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

RGB bağlantıları ve doygunluk

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

125
105
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 105 + 139 = 369 (100%)
R 125 of 369 ~ 33.88%
G 105 of 369 ~ 28.46%
B 139 of 369 ~ 37.67%

%33.88
%28.46
%37.67

CMYK RENK MODELİ

#7D698B rengi CMYK tonu (10,24,0,45).

  • camgöbeği tonu 10.07%
  • eflatun tonu 24.46%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(10,24,0,45)
C10M24Y0K45 
(10%,24%,0%,45%)
(0.10/0.24/0.00/0.45)	

CMYK yüzdeleri

%10.07
%24.46
%0
%45.49

Codes

Color #7D698B in popluar color models

7D698B
RGB125105139
HSL275°13.93%47.84%
HSB/HSV275°24.46%54.51%
CMYK10.07%24.46%0.00%
45.49%

Color #7D698B in popluar number systems.

HEX7D698B
Decimal125105139
Binary1111101110100110001011
Octal175151213

Shades and tints

Shades of #7D698B

#7D698B
(125,105,139)
#72607F
(114,96,127)
#675773
(103,87,115)
#5C4E67
(92,78,103)
#51455B
(81,69,91)
#463C4F
(70,60,79)
#3B3343
(59,51,67)
#302A37
(48,42,55)
#25212B
(37,33,43)
#1A181F
(26,24,31)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #7D698B

#7D698B
(125,105,139)
#887695
(136,118,149)
#93839F
(147,131,159)
#9E90A9
(158,144,169)
#A99DB3
(169,157,179)
#B4AABD
(180,170,189)
#BFB7C7
(191,183,199)
#CAC4D1
(202,196,209)
#D5D1DB
(213,209,219)
#E0DEE5
(224,222,229)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D698B; }

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

This text font color is #7D698B.


Background Color

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

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

This div background color is #7D698B.


Border color

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

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

This div border color is #7D698B.


Opacity

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

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

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

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

This text has shadow with #7D698B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D698B on black background.


Color preview on white background

This text has color #7D698B on white background.



Black color preview on #7D698B background

This text has black color on #7D698B background.


White color preview on #7D698B background

This text has white color on #7D698B background.