COLOR #7DA6E6

HEX: #7DA6E6
RGB: (125,166,230)

Renk bilgisi

#7DA6E6 contains mainly blue color. #7DA6E6 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7DA6E6 color RGB value is (125,166,230).

  • kırmız ton 125;
  • yeşil ton 166;
  • mavi ton 230.
RGB:
(125,166,230)
(49%,65%,90%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 166 of 255 = 65%
B 230 of 255 = 90%

125
166
230

R + G + B ~ 68%. #7DA6E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 166 + 230 = 521 (100%)
R 125 of 521 ~ 23.99%
G 166 of 521 ~ 31.86%
B 230 of 521 ~ 44.15%

%23.99
%31.86
%44.15

CMYK RENK MODELİ

#7DA6E6 rengi CMYK tonu (46,28,0,10).

  • camgöbeği tonu 45.65%
  • eflatun tonu 27.83%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(46,28,0,10)
C46M28Y0K10 
(46%,28%,0%,10%)
(0.46/0.28/0.00/0.10)	

CMYK yüzdeleri

%45.65
%27.83
%0
%9.8

Codes

Color #7DA6E6 in popluar color models

7DA6E6
RGB125166230
HSL217°67.74%69.61%
HSB/HSV217°45.65%90.20%
CMYK45.65%27.83%0.00%
9.80%

Color #7DA6E6 in popluar number systems.

HEX7DA6E6
Decimal125166230
Binary11111011010011011100110
Octal175246346

Shades and tints

Shades of #7DA6E6

#7DA6E6
(125,166,230)
#7297D2
(114,151,210)
#6788BE
(103,136,190)
#5C79AA
(92,121,170)
#516A96
(81,106,150)
#465B82
(70,91,130)
#3B4C6E
(59,76,110)
#303D5A
(48,61,90)
#252E46
(37,46,70)
#1A1F32
(26,31,50)
#0F101E
(15,16,30)
#000000
(0,0,0)

Tints of #7DA6E6

#7DA6E6
(125,166,230)
#88AEE8
(136,174,232)
#93B6EA
(147,182,234)
#9EBEEC
(158,190,236)
#A9C6EE
(169,198,238)
#B4CEF0
(180,206,240)
#BFD6F2
(191,214,242)
#CADEF4
(202,222,244)
#D5E6F6
(213,230,246)
#E0EEF8
(224,238,248)
#EBF6FA
(235,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA6E6 color. Also use rgb(125,166,230) instead hex code.

Text Font Color

.myTextColor { color: #7DA6E6; }

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

This text font color is #7DA6E6.


Background Color

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

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

This div background color is #7DA6E6.


Border color

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

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

This div border color is #7DA6E6.


Opacity

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

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

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

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

This text has shadow with #7DA6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA6E6 on black background.


Color preview on white background

This text has color #7DA6E6 on white background.



Black color preview on #7DA6E6 background

This text has black color on #7DA6E6 background.


White color preview on #7DA6E6 background

This text has white color on #7DA6E6 background.