COLOR #7DA5B2

HEX: #7DA5B2
RGB: (125,165,178)

Renk bilgisi

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

RGB renk modeli

#7DA5B2 color RGB value is (125,165,178).

  • kırmız ton 125;
  • yeşil ton 165;
  • mavi ton 178.
RGB:
(125,165,178)
(49%,65%,70%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 165 of 255 = 65%
B 178 of 255 = 70%

125
165
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 165 + 178 = 468 (100%)
R 125 of 468 ~ 26.71%
G 165 of 468 ~ 35.26%
B 178 of 468 ~ 38.03%

%26.71
%35.26
%38.03

CMYK RENK MODELİ

#7DA5B2 rengi CMYK tonu (30,7,0,30).

  • camgöbeği tonu 29.78%
  • eflatun tonu 7.30%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(30,7,0,30)
C30M7Y0K30 
(30%,7%,0%,30%)
(0.30/0.07/0.00/0.30)	

CMYK yüzdeleri

%29.78
%7.3
%0
%30.2

Codes

Color #7DA5B2 in popluar color models

7DA5B2
RGB125165178
HSL195°25.60%59.41%
HSB/HSV195°29.78%69.80%
CMYK29.78%7.30%0.00%
30.20%

Color #7DA5B2 in popluar number systems.

HEX7DA5B2
Decimal125165178
Binary11111011010010110110010
Octal175245262

Shades and tints

Shades of #7DA5B2

#7DA5B2
(125,165,178)
#7296A2
(114,150,162)
#678792
(103,135,146)
#5C7882
(92,120,130)
#516972
(81,105,114)
#465A62
(70,90,98)
#3B4B52
(59,75,82)
#303C42
(48,60,66)
#252D32
(37,45,50)
#1A1E22
(26,30,34)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #7DA5B2

#7DA5B2
(125,165,178)
#88ADB9
(136,173,185)
#93B5C0
(147,181,192)
#9EBDC7
(158,189,199)
#A9C5CE
(169,197,206)
#B4CDD5
(180,205,213)
#BFD5DC
(191,213,220)
#CADDE3
(202,221,227)
#D5E5EA
(213,229,234)
#E0EDF1
(224,237,241)
#EBF5F8
(235,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA5B2 color. Also use rgb(125,165,178) instead hex code.

Text Font Color

.myTextColor { color: #7DA5B2; }

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

This text font color is #7DA5B2.


Background Color

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

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

This div background color is #7DA5B2.


Border color

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

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

This div border color is #7DA5B2.


Opacity

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

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

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

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

This text has shadow with #7DA5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA5B2 on black background.


Color preview on white background

This text has color #7DA5B2 on white background.



Black color preview on #7DA5B2 background

This text has black color on #7DA5B2 background.


White color preview on #7DA5B2 background

This text has white color on #7DA5B2 background.