COLOR #7D6CCA

HEX: #7D6CCA
RGB: (125,108,202)

Renk bilgisi

#7D6CCA contains mainly blue color. #7D6CCA ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#7D6CCA color RGB value is (125,108,202).

  • kırmız ton 125;
  • yeşil ton 108;
  • mavi ton 202.
RGB:
(125,108,202)
(49%,42%,79%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 108 of 255 = 42%
B 202 of 255 = 79%

125
108
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 108 + 202 = 435 (100%)
R 125 of 435 ~ 28.74%
G 108 of 435 ~ 24.83%
B 202 of 435 ~ 46.44%

%28.74
%24.83
%46.44

CMYK RENK MODELİ

#7D6CCA rengi CMYK tonu (38,47,0,21).

  • camgöbeği tonu 38.12%
  • eflatun tonu 46.53%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(38,47,0,21)
C38M47Y0K21 
(38%,47%,0%,21%)
(0.38/0.47/0.00/0.21)	

CMYK yüzdeleri

%38.12
%46.53
%0
%20.78

Codes

Color #7D6CCA in popluar color models

7D6CCA
RGB125108202
HSL251°47.00%60.78%
HSB/HSV251°46.53%79.22%
CMYK38.12%46.53%0.00%
20.78%

Color #7D6CCA in popluar number systems.

HEX7D6CCA
Decimal125108202
Binary1111101110110011001010
Octal175154312

Shades and tints

Shades of #7D6CCA

#7D6CCA
(125,108,202)
#7263B8
(114,99,184)
#675AA6
(103,90,166)
#5C5194
(92,81,148)
#514882
(81,72,130)
#463F70
(70,63,112)
#3B365E
(59,54,94)
#302D4C
(48,45,76)
#25243A
(37,36,58)
#1A1B28
(26,27,40)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #7D6CCA

#7D6CCA
(125,108,202)
#8879CE
(136,121,206)
#9386D2
(147,134,210)
#9E93D6
(158,147,214)
#A9A0DA
(169,160,218)
#B4ADDE
(180,173,222)
#BFBAE2
(191,186,226)
#CAC7E6
(202,199,230)
#D5D4EA
(213,212,234)
#E0E1EE
(224,225,238)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6CCA color. Also use rgb(125,108,202) instead hex code.

Text Font Color

.myTextColor { color: #7D6CCA; }

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

This text font color is #7D6CCA.


Background Color

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

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

This div background color is #7D6CCA.


Border color

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

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

This div border color is #7D6CCA.


Opacity

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

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

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

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

This text has shadow with #7D6CCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6CCA on black background.


Color preview on white background

This text has color #7D6CCA on white background.



Black color preview on #7D6CCA background

This text has black color on #7D6CCA background.


White color preview on #7D6CCA background

This text has white color on #7D6CCA background.