COLOR #7D5E82

HEX: #7D5E82
RGB: (125,94,130)

Renk bilgisi

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

RGB renk modeli

#7D5E82 color RGB value is (125,94,130).

  • kırmız ton 125;
  • yeşil ton 94;
  • mavi ton 130.
RGB:
(125,94,130)
(49%,37%,51%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 94 of 255 = 37%
B 130 of 255 = 51%

125
94
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 94 + 130 = 349 (100%)
R 125 of 349 ~ 35.82%
G 94 of 349 ~ 26.93%
B 130 of 349 ~ 37.25%

%35.82
%26.93
%37.25

CMYK RENK MODELİ

#7D5E82 rengi CMYK tonu (4,28,0,49).

  • camgöbeği tonu 3.85%
  • eflatun tonu 27.69%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(4,28,0,49)
C4M28Y0K49 
(4%,28%,0%,49%)
(0.04/0.28/0.00/0.49)	

CMYK yüzdeleri

%3.85
%27.69
%0
%49.02

Codes

Color #7D5E82 in popluar color models

7D5E82
RGB12594130
HSL292°16.07%43.92%
HSB/HSV292°27.69%50.98%
CMYK3.85%27.69%0.00%
49.02%

Color #7D5E82 in popluar number systems.

HEX7D5E82
Decimal12594130
Binary1111101101111010000010
Octal175136202

Shades and tints

Shades of #7D5E82

#7D5E82
(125,94,130)
#725677
(114,86,119)
#674E6C
(103,78,108)
#5C4661
(92,70,97)
#513E56
(81,62,86)
#46364B
(70,54,75)
#3B2E40
(59,46,64)
#302635
(48,38,53)
#251E2A
(37,30,42)
#1A161F
(26,22,31)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #7D5E82

#7D5E82
(125,94,130)
#886C8D
(136,108,141)
#937A98
(147,122,152)
#9E88A3
(158,136,163)
#A996AE
(169,150,174)
#B4A4B9
(180,164,185)
#BFB2C4
(191,178,196)
#CAC0CF
(202,192,207)
#D5CEDA
(213,206,218)
#E0DCE5
(224,220,229)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5E82 color. Also use rgb(125,94,130) instead hex code.

Text Font Color

.myTextColor { color: #7D5E82; }

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

This text font color is #7D5E82.


Background Color

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

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

This div background color is #7D5E82.


Border color

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

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

This div border color is #7D5E82.


Opacity

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

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

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

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

This text has shadow with #7D5E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5E82 on black background.


Color preview on white background

This text has color #7D5E82 on white background.



Black color preview on #7D5E82 background

This text has black color on #7D5E82 background.


White color preview on #7D5E82 background

This text has white color on #7D5E82 background.