COLOR #74A6D7

HEX: #74A6D7
RGB: (116,166,215)

Renk bilgisi

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

RGB renk modeli

#74A6D7 color RGB value is (116,166,215).

  • kırmız ton 116;
  • yeşil ton 166;
  • mavi ton 215.
RGB:
(116,166,215)
(45%,65%,84%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 166 of 255 = 65%
B 215 of 255 = 84%

116
166
215

R + G + B ~ 65%. #74A6D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 166 + 215 = 497 (100%)
R 116 of 497 ~ 23.34%
G 166 of 497 ~ 33.4%
B 215 of 497 ~ 43.26%

%23.34
%33.4
%43.26

CMYK RENK MODELİ

#74A6D7 rengi CMYK tonu (46,23,0,16).

  • camgöbeği tonu 46.05%
  • eflatun tonu 22.79%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(46,23,0,16)
C46M23Y0K16 
(46%,23%,0%,16%)
(0.46/0.23/0.00/0.16)	

CMYK yüzdeleri

%46.05
%22.79
%0
%15.69

Codes

Color #74A6D7 in popluar color models

74A6D7
RGB116166215
HSL210°55.31%64.90%
HSB/HSV210°46.05%84.31%
CMYK46.05%22.79%0.00%
15.69%

Color #74A6D7 in popluar number systems.

HEX74A6D7
Decimal116166215
Binary11101001010011011010111
Octal164246327

Shades and tints

Shades of #74A6D7

#74A6D7
(116,166,215)
#6A97C4
(106,151,196)
#6088B1
(96,136,177)
#56799E
(86,121,158)
#4C6A8B
(76,106,139)
#425B78
(66,91,120)
#384C65
(56,76,101)
#2E3D52
(46,61,82)
#242E3F
(36,46,63)
#1A1F2C
(26,31,44)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #74A6D7

#74A6D7
(116,166,215)
#80AEDA
(128,174,218)
#8CB6DD
(140,182,221)
#98BEE0
(152,190,224)
#A4C6E3
(164,198,227)
#B0CEE6
(176,206,230)
#BCD6E9
(188,214,233)
#C8DEEC
(200,222,236)
#D4E6EF
(212,230,239)
#E0EEF2
(224,238,242)
#ECF6F5
(236,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A6D7 color. Also use rgb(116,166,215) instead hex code.

Text Font Color

.myTextColor { color: #74A6D7; }

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

This text font color is #74A6D7.


Background Color

.myBgColor { background-color: #74A6D7; }

<div style="background-color:#74A6D7">Inner text</div>

This div background color is #74A6D7.


Border color

.myBorderColor { border: 1px solid #74A6D7; }

<div style="border:3px solid #74A6D7">Div</div>

This div border color is #74A6D7.


Opacity

.myOpacity80 { color: #74A6D7; opacity: 0.8; }

<p style="color:#74A6D7;opacity:0.8;">80%</p>

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

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

This text has shadow with #74A6D7 color.

.textShadow {text-shadow: 3px 3px 1px #74A6D7, 3px 3px 1px red;}

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

This text has shadow with #74A6D7 primary color and red secondary color.


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

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

This text has shadow with #74A6D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A6D7 on black background.


Color preview on white background

This text has color #74A6D7 on white background.



Black color preview on #74A6D7 background

This text has black color on #74A6D7 background.


White color preview on #74A6D7 background

This text has white color on #74A6D7 background.