COLOR #7D93B3

HEX: #7D93B3
RGB: (125,147,179)

Renk bilgisi

#7D93B3 contains red, green and blue colors in about the same proportion. #7D93B3 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#7D93B3 color RGB value is (125,147,179).

  • kırmız ton 125;
  • yeşil ton 147;
  • mavi ton 179.
RGB:
(125,147,179)
(49%,58%,70%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 147 of 255 = 58%
B 179 of 255 = 70%

125
147
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 147 + 179 = 451 (100%)
R 125 of 451 ~ 27.72%
G 147 of 451 ~ 32.59%
B 179 of 451 ~ 39.69%

%27.72
%32.59
%39.69

CMYK RENK MODELİ

#7D93B3 rengi CMYK tonu (30,18,0,30).

  • camgöbeği tonu 30.17%
  • eflatun tonu 17.88%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(30,18,0,30)
C30M18Y0K30 
(30%,18%,0%,30%)
(0.30/0.18/0.00/0.30)	

CMYK yüzdeleri

%30.17
%17.88
%0
%29.8

Codes

Color #7D93B3 in popluar color models

7D93B3
RGB125147179
HSL216°26.21%59.61%
HSB/HSV216°30.17%70.20%
CMYK30.17%17.88%0.00%
29.80%

Color #7D93B3 in popluar number systems.

HEX7D93B3
Decimal125147179
Binary11111011001001110110011
Octal175223263

Shades and tints

Shades of #7D93B3

#7D93B3
(125,147,179)
#7286A3
(114,134,163)
#677993
(103,121,147)
#5C6C83
(92,108,131)
#515F73
(81,95,115)
#465263
(70,82,99)
#3B4553
(59,69,83)
#303843
(48,56,67)
#252B33
(37,43,51)
#1A1E23
(26,30,35)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #7D93B3

#7D93B3
(125,147,179)
#889CB9
(136,156,185)
#93A5BF
(147,165,191)
#9EAEC5
(158,174,197)
#A9B7CB
(169,183,203)
#B4C0D1
(180,192,209)
#BFC9D7
(191,201,215)
#CAD2DD
(202,210,221)
#D5DBE3
(213,219,227)
#E0E4E9
(224,228,233)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D93B3 color. Also use rgb(125,147,179) instead hex code.

Text Font Color

.myTextColor { color: #7D93B3; }

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

This text font color is #7D93B3.


Background Color

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

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

This div background color is #7D93B3.


Border color

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

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

This div border color is #7D93B3.


Opacity

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

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

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

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

This text has shadow with #7D93B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D93B3 on black background.


Color preview on white background

This text has color #7D93B3 on white background.



Black color preview on #7D93B3 background

This text has black color on #7D93B3 background.


White color preview on #7D93B3 background

This text has white color on #7D93B3 background.