COLOR #7D8AF6

HEX: #7D8AF6
RGB: (125,138,246)

Renk bilgisi

#7D8AF6 contains mainly blue color. #7D8AF6 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#7D8AF6 color RGB value is (125,138,246).

  • kırmız ton 125;
  • yeşil ton 138;
  • mavi ton 246.
RGB:
(125,138,246)
(49%,54%,96%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 138 of 255 = 54%
B 246 of 255 = 96%

125
138
246

R + G + B ~ 66%. #7D8AF6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 138 + 246 = 509 (100%)
R 125 of 509 ~ 24.56%
G 138 of 509 ~ 27.11%
B 246 of 509 ~ 48.33%

%24.56
%27.11
%48.33

CMYK RENK MODELİ

#7D8AF6 rengi CMYK tonu (49,44,0,4).

  • camgöbeği tonu 49.19%
  • eflatun tonu 43.90%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(49,44,0,4)
C49M44Y0K4 
(49%,44%,0%,4%)
(0.49/0.44/0.00/0.04)	

CMYK yüzdeleri

%49.19
%43.9
%0
%3.53

Codes

Color #7D8AF6 in popluar color models

7D8AF6
RGB125138246
HSL234°87.05%72.75%
HSB/HSV234°49.19%96.47%
CMYK49.19%43.90%0.00%
3.53%

Color #7D8AF6 in popluar number systems.

HEX7D8AF6
Decimal125138246
Binary11111011000101011110110
Octal175212366

Shades and tints

Shades of #7D8AF6

#7D8AF6
(125,138,246)
#727EE0
(114,126,224)
#6772CA
(103,114,202)
#5C66B4
(92,102,180)
#515A9E
(81,90,158)
#464E88
(70,78,136)
#3B4272
(59,66,114)
#30365C
(48,54,92)
#252A46
(37,42,70)
#1A1E30
(26,30,48)
#0F121A
(15,18,26)
#000000
(0,0,0)

Tints of #7D8AF6

#7D8AF6
(125,138,246)
#8894F6
(136,148,246)
#939EF6
(147,158,246)
#9EA8F6
(158,168,246)
#A9B2F6
(169,178,246)
#B4BCF6
(180,188,246)
#BFC6F6
(191,198,246)
#CAD0F6
(202,208,246)
#D5DAF6
(213,218,246)
#E0E4F6
(224,228,246)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8AF6 color. Also use rgb(125,138,246) instead hex code.

Text Font Color

.myTextColor { color: #7D8AF6; }

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

This text font color is #7D8AF6.


Background Color

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

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

This div background color is #7D8AF6.


Border color

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

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

This div border color is #7D8AF6.


Opacity

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

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

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

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

This text has shadow with #7D8AF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8AF6 on black background.


Color preview on white background

This text has color #7D8AF6 on white background.



Black color preview on #7D8AF6 background

This text has black color on #7D8AF6 background.


White color preview on #7D8AF6 background

This text has white color on #7D8AF6 background.