COLOR #7D9DB5

HEX: #7D9DB5
RGB: (125,157,181)

Renk bilgisi

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

RGB renk modeli

#7D9DB5 color RGB value is (125,157,181).

  • kırmız ton 125;
  • yeşil ton 157;
  • mavi ton 181.
RGB:
(125,157,181)
(49%,62%,71%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 157 of 255 = 62%
B 181 of 255 = 71%

125
157
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 157 + 181 = 463 (100%)
R 125 of 463 ~ 27%
G 157 of 463 ~ 33.91%
B 181 of 463 ~ 39.09%

%27
%33.91
%39.09

CMYK RENK MODELİ

#7D9DB5 rengi CMYK tonu (31,13,0,29).

  • camgöbeği tonu 30.94%
  • eflatun tonu 13.26%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(31,13,0,29)
C31M13Y0K29 
(31%,13%,0%,29%)
(0.31/0.13/0.00/0.29)	

CMYK yüzdeleri

%30.94
%13.26
%0
%29.02

Codes

Color #7D9DB5 in popluar color models

7D9DB5
RGB125157181
HSL206°27.45%60.00%
HSB/HSV206°30.94%70.98%
CMYK30.94%13.26%0.00%
29.02%

Color #7D9DB5 in popluar number systems.

HEX7D9DB5
Decimal125157181
Binary11111011001110110110101
Octal175235265

Shades and tints

Shades of #7D9DB5

#7D9DB5
(125,157,181)
#728FA5
(114,143,165)
#678195
(103,129,149)
#5C7385
(92,115,133)
#516575
(81,101,117)
#465765
(70,87,101)
#3B4955
(59,73,85)
#303B45
(48,59,69)
#252D35
(37,45,53)
#1A1F25
(26,31,37)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #7D9DB5

#7D9DB5
(125,157,181)
#88A5BB
(136,165,187)
#93ADC1
(147,173,193)
#9EB5C7
(158,181,199)
#A9BDCD
(169,189,205)
#B4C5D3
(180,197,211)
#BFCDD9
(191,205,217)
#CAD5DF
(202,213,223)
#D5DDE5
(213,221,229)
#E0E5EB
(224,229,235)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9DB5 color. Also use rgb(125,157,181) instead hex code.

Text Font Color

.myTextColor { color: #7D9DB5; }

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

This text font color is #7D9DB5.


Background Color

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

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

This div background color is #7D9DB5.


Border color

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

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

This div border color is #7D9DB5.


Opacity

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

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

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

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

This text has shadow with #7D9DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9DB5 on black background.


Color preview on white background

This text has color #7D9DB5 on white background.



Black color preview on #7D9DB5 background

This text has black color on #7D9DB5 background.


White color preview on #7D9DB5 background

This text has white color on #7D9DB5 background.