COLOR #7D84AD

HEX: #7D84AD
RGB: (125,132,173)

Renk bilgisi

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

RGB renk modeli

#7D84AD color RGB value is (125,132,173).

  • kırmız ton 125;
  • yeşil ton 132;
  • mavi ton 173.
RGB:
(125,132,173)
(49%,52%,68%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 132 of 255 = 52%
B 173 of 255 = 68%

125
132
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 132 + 173 = 430 (100%)
R 125 of 430 ~ 29.07%
G 132 of 430 ~ 30.7%
B 173 of 430 ~ 40.23%

%29.07
%30.7
%40.23

CMYK RENK MODELİ

#7D84AD rengi CMYK tonu (28,24,0,32).

  • camgöbeği tonu 27.75%
  • eflatun tonu 23.70%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(28,24,0,32)
C28M24Y0K32 
(28%,24%,0%,32%)
(0.28/0.24/0.00/0.32)	

CMYK yüzdeleri

%27.75
%23.7
%0
%32.16

Codes

Color #7D84AD in popluar color models

7D84AD
RGB125132173
HSL231°22.64%58.43%
HSB/HSV231°27.75%67.84%
CMYK27.75%23.70%0.00%
32.16%

Color #7D84AD in popluar number systems.

HEX7D84AD
Decimal125132173
Binary11111011000010010101101
Octal175204255

Shades and tints

Shades of #7D84AD

#7D84AD
(125,132,173)
#72789E
(114,120,158)
#676C8F
(103,108,143)
#5C6080
(92,96,128)
#515471
(81,84,113)
#464862
(70,72,98)
#3B3C53
(59,60,83)
#303044
(48,48,68)
#252435
(37,36,53)
#1A1826
(26,24,38)
#0F0C17
(15,12,23)
#000000
(0,0,0)

Tints of #7D84AD

#7D84AD
(125,132,173)
#888FB4
(136,143,180)
#939ABB
(147,154,187)
#9EA5C2
(158,165,194)
#A9B0C9
(169,176,201)
#B4BBD0
(180,187,208)
#BFC6D7
(191,198,215)
#CAD1DE
(202,209,222)
#D5DCE5
(213,220,229)
#E0E7EC
(224,231,236)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D84AD color. Also use rgb(125,132,173) instead hex code.

Text Font Color

.myTextColor { color: #7D84AD; }

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

This text font color is #7D84AD.


Background Color

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

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

This div background color is #7D84AD.


Border color

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

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

This div border color is #7D84AD.


Opacity

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

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

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

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

This text has shadow with #7D84AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D84AD on black background.


Color preview on white background

This text has color #7D84AD on white background.



Black color preview on #7D84AD background

This text has black color on #7D84AD background.


White color preview on #7D84AD background

This text has white color on #7D84AD background.