COLOR #7DA5D5

HEX: #7DA5D5
RGB: (125,165,213)

Renk bilgisi

#7DA5D5 contains mainly green and blue colors. #7DA5D5 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7DA5D5 color RGB value is (125,165,213).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 165 of 255 = 65%
B 213 of 255 = 84%

125
165
213

R + G + B ~ 66%. #7DA5D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 165 + 213 = 503 (100%)
R 125 of 503 ~ 24.85%
G 165 of 503 ~ 32.8%
B 213 of 503 ~ 42.35%

%24.85
%32.8
%42.35

CMYK RENK MODELİ

#7DA5D5 rengi CMYK tonu (41,23,0,16).

  • camgöbeği tonu 41.31%
  • eflatun tonu 22.54%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(41,23,0,16)
C41M23Y0K16 
(41%,23%,0%,16%)
(0.41/0.23/0.00/0.16)	

CMYK yüzdeleri

%41.31
%22.54
%0
%16.47

Codes

Color #7DA5D5 in popluar color models

7DA5D5
RGB125165213
HSL213°51.16%66.27%
HSB/HSV213°41.31%83.53%
CMYK41.31%22.54%0.00%
16.47%

Color #7DA5D5 in popluar number systems.

HEX7DA5D5
Decimal125165213
Binary11111011010010111010101
Octal175245325

Shades and tints

Shades of #7DA5D5

#7DA5D5
(125,165,213)
#7296C2
(114,150,194)
#6787AF
(103,135,175)
#5C789C
(92,120,156)
#516989
(81,105,137)
#465A76
(70,90,118)
#3B4B63
(59,75,99)
#303C50
(48,60,80)
#252D3D
(37,45,61)
#1A1E2A
(26,30,42)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #7DA5D5

#7DA5D5
(125,165,213)
#88ADD8
(136,173,216)
#93B5DB
(147,181,219)
#9EBDDE
(158,189,222)
#A9C5E1
(169,197,225)
#B4CDE4
(180,205,228)
#BFD5E7
(191,213,231)
#CADDEA
(202,221,234)
#D5E5ED
(213,229,237)
#E0EDF0
(224,237,240)
#EBF5F3
(235,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA5D5; }

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

This text font color is #7DA5D5.


Background Color

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

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

This div background color is #7DA5D5.


Border color

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

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

This div border color is #7DA5D5.


Opacity

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

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

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

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

This text has shadow with #7DA5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA5D5 on black background.


Color preview on white background

This text has color #7DA5D5 on white background.



Black color preview on #7DA5D5 background

This text has black color on #7DA5D5 background.


White color preview on #7DA5D5 background

This text has white color on #7DA5D5 background.