COLOR #7D8CB4

HEX: #7D8CB4
RGB: (125,140,180)

Renk bilgisi

#7D8CB4 contains red, green and blue colors in about the same proportion. #7D8CB4 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7D8CB4 color RGB value is (125,140,180).

  • kırmız ton 125;
  • yeşil ton 140;
  • mavi ton 180.
RGB:
(125,140,180)
(49%,55%,71%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 140 of 255 = 55%
B 180 of 255 = 71%

125
140
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 140 + 180 = 445 (100%)
R 125 of 445 ~ 28.09%
G 140 of 445 ~ 31.46%
B 180 of 445 ~ 40.45%

%28.09
%31.46
%40.45

CMYK RENK MODELİ

#7D8CB4 rengi CMYK tonu (31,22,0,29).

  • camgöbeği tonu 30.56%
  • eflatun tonu 22.22%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(31,22,0,29)
C31M22Y0K29 
(31%,22%,0%,29%)
(0.31/0.22/0.00/0.29)	

CMYK yüzdeleri

%30.56
%22.22
%0
%29.41

Codes

Color #7D8CB4 in popluar color models

7D8CB4
RGB125140180
HSL224°26.83%59.80%
HSB/HSV224°30.56%70.59%
CMYK30.56%22.22%0.00%
29.41%

Color #7D8CB4 in popluar number systems.

HEX7D8CB4
Decimal125140180
Binary11111011000110010110100
Octal175214264

Shades and tints

Shades of #7D8CB4

#7D8CB4
(125,140,180)
#7280A4
(114,128,164)
#677494
(103,116,148)
#5C6884
(92,104,132)
#515C74
(81,92,116)
#465064
(70,80,100)
#3B4454
(59,68,84)
#303844
(48,56,68)
#252C34
(37,44,52)
#1A2024
(26,32,36)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #7D8CB4

#7D8CB4
(125,140,180)
#8896BA
(136,150,186)
#93A0C0
(147,160,192)
#9EAAC6
(158,170,198)
#A9B4CC
(169,180,204)
#B4BED2
(180,190,210)
#BFC8D8
(191,200,216)
#CAD2DE
(202,210,222)
#D5DCE4
(213,220,228)
#E0E6EA
(224,230,234)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8CB4 color. Also use rgb(125,140,180) instead hex code.

Text Font Color

.myTextColor { color: #7D8CB4; }

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

This text font color is #7D8CB4.


Background Color

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

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

This div background color is #7D8CB4.


Border color

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

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

This div border color is #7D8CB4.


Opacity

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

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

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

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

This text has shadow with #7D8CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8CB4 on black background.


Color preview on white background

This text has color #7D8CB4 on white background.



Black color preview on #7D8CB4 background

This text has black color on #7D8CB4 background.


White color preview on #7D8CB4 background

This text has white color on #7D8CB4 background.