COLOR #7D8ACC

HEX: #7D8ACC
RGB: (125,138,204)

Renk bilgisi

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

RGB renk modeli

#7D8ACC color RGB value is (125,138,204).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 138 of 255 = 54%
B 204 of 255 = 80%

125
138
204

R + G + B ~ 61%. #7D8ACC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 138 + 204 = 467 (100%)
R 125 of 467 ~ 26.77%
G 138 of 467 ~ 29.55%
B 204 of 467 ~ 43.68%

%26.77
%29.55
%43.68

CMYK RENK MODELİ

#7D8ACC rengi CMYK tonu (39,32,0,20).

  • camgöbeği tonu 38.73%
  • eflatun tonu 32.35%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(39,32,0,20)
C39M32Y0K20 
(39%,32%,0%,20%)
(0.39/0.32/0.00/0.20)	

CMYK yüzdeleri

%38.73
%32.35
%0
%20

Codes

Color #7D8ACC in popluar color models

7D8ACC
RGB125138204
HSL230°43.65%64.51%
HSB/HSV230°38.73%80.00%
CMYK38.73%32.35%0.00%
20.00%

Color #7D8ACC in popluar number systems.

HEX7D8ACC
Decimal125138204
Binary11111011000101011001100
Octal175212314

Shades and tints

Shades of #7D8ACC

#7D8ACC
(125,138,204)
#727EBA
(114,126,186)
#6772A8
(103,114,168)
#5C6696
(92,102,150)
#515A84
(81,90,132)
#464E72
(70,78,114)
#3B4260
(59,66,96)
#30364E
(48,54,78)
#252A3C
(37,42,60)
#1A1E2A
(26,30,42)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #7D8ACC

#7D8ACC
(125,138,204)
#8894D0
(136,148,208)
#939ED4
(147,158,212)
#9EA8D8
(158,168,216)
#A9B2DC
(169,178,220)
#B4BCE0
(180,188,224)
#BFC6E4
(191,198,228)
#CAD0E8
(202,208,232)
#D5DAEC
(213,218,236)
#E0E4F0
(224,228,240)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8ACC; }

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

This text font color is #7D8ACC.


Background Color

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

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

This div background color is #7D8ACC.


Border color

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

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

This div border color is #7D8ACC.


Opacity

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

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

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

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

This text has shadow with #7D8ACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8ACC on black background.


Color preview on white background

This text has color #7D8ACC on white background.



Black color preview on #7D8ACC background

This text has black color on #7D8ACC background.


White color preview on #7D8ACC background

This text has white color on #7D8ACC background.