COLOR #7D84CC

HEX: #7D84CC
RGB: (125,132,204)

Renk bilgisi

#7D84CC contains mainly blue color. #7D84CC ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7D84CC color RGB value is (125,132,204).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 132 of 255 = 52%
B 204 of 255 = 80%

125
132
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 132 + 204 = 461 (100%)
R 125 of 461 ~ 27.11%
G 132 of 461 ~ 28.63%
B 204 of 461 ~ 44.25%

%27.11
%28.63
%44.25

CMYK RENK MODELİ

#7D84CC rengi CMYK tonu (39,35,0,20).

  • camgöbeği tonu 38.73%
  • eflatun tonu 35.29%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(39,35,0,20)
C39M35Y0K20 
(39%,35%,0%,20%)
(0.39/0.35/0.00/0.20)	

CMYK yüzdeleri

%38.73
%35.29
%0
%20

Codes

Color #7D84CC in popluar color models

7D84CC
RGB125132204
HSL235°43.65%64.51%
HSB/HSV235°38.73%80.00%
CMYK38.73%35.29%0.00%
20.00%

Color #7D84CC in popluar number systems.

HEX7D84CC
Decimal125132204
Binary11111011000010011001100
Octal175204314

Shades and tints

Shades of #7D84CC

#7D84CC
(125,132,204)
#7278BA
(114,120,186)
#676CA8
(103,108,168)
#5C6096
(92,96,150)
#515484
(81,84,132)
#464872
(70,72,114)
#3B3C60
(59,60,96)
#30304E
(48,48,78)
#25243C
(37,36,60)
#1A182A
(26,24,42)
#0F0C18
(15,12,24)
#000000
(0,0,0)

Tints of #7D84CC

#7D84CC
(125,132,204)
#888FD0
(136,143,208)
#939AD4
(147,154,212)
#9EA5D8
(158,165,216)
#A9B0DC
(169,176,220)
#B4BBE0
(180,187,224)
#BFC6E4
(191,198,228)
#CAD1E8
(202,209,232)
#D5DCEC
(213,220,236)
#E0E7F0
(224,231,240)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D84CC; }

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

This text font color is #7D84CC.


Background Color

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

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

This div background color is #7D84CC.


Border color

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

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

This div border color is #7D84CC.


Opacity

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

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

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

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

This text has shadow with #7D84CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D84CC on black background.


Color preview on white background

This text has color #7D84CC on white background.



Black color preview on #7D84CC background

This text has black color on #7D84CC background.


White color preview on #7D84CC background

This text has white color on #7D84CC background.