COLOR #74AAE8

HEX: #74AAE8
RGB: (116,170,232)

Renk bilgisi

#74AAE8 contains mainly blue color. #74AAE8 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#74AAE8 color RGB value is (116,170,232).

  • kırmız ton 116;
  • yeşil ton 170;
  • mavi ton 232.
RGB:
(116,170,232)
(45%,67%,91%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 170 of 255 = 67%
B 232 of 255 = 91%

116
170
232

R + G + B ~ 68%. #74AAE8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 170 + 232 = 518 (100%)
R 116 of 518 ~ 22.39%
G 170 of 518 ~ 32.82%
B 232 of 518 ~ 44.79%

%22.39
%32.82
%44.79

CMYK RENK MODELİ

#74AAE8 rengi CMYK tonu (50,27,0,9).

  • camgöbeği tonu 50.00%
  • eflatun tonu 26.72%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(50,27,0,9)
C50M27Y0K9 
(50%,27%,0%,9%)
(0.50/0.27/0.00/0.09)	

CMYK yüzdeleri

%50
%26.72
%0
%9.02

Codes

Color #74AAE8 in popluar color models

74AAE8
RGB116170232
HSL212°71.60%68.24%
HSB/HSV212°50.00%90.98%
CMYK50.00%26.72%0.00%
9.02%

Color #74AAE8 in popluar number systems.

HEX74AAE8
Decimal116170232
Binary11101001010101011101000
Octal164252350

Shades and tints

Shades of #74AAE8

#74AAE8
(116,170,232)
#6A9BD3
(106,155,211)
#608CBE
(96,140,190)
#567DA9
(86,125,169)
#4C6E94
(76,110,148)
#425F7F
(66,95,127)
#38506A
(56,80,106)
#2E4155
(46,65,85)
#243240
(36,50,64)
#1A232B
(26,35,43)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #74AAE8

#74AAE8
(116,170,232)
#80B1EA
(128,177,234)
#8CB8EC
(140,184,236)
#98BFEE
(152,191,238)
#A4C6F0
(164,198,240)
#B0CDF2
(176,205,242)
#BCD4F4
(188,212,244)
#C8DBF6
(200,219,246)
#D4E2F8
(212,226,248)
#E0E9FA
(224,233,250)
#ECF0FC
(236,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AAE8 color. Also use rgb(116,170,232) instead hex code.

Text Font Color

.myTextColor { color: #74AAE8; }

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

This text font color is #74AAE8.


Background Color

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

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

This div background color is #74AAE8.


Border color

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

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

This div border color is #74AAE8.


Opacity

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

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

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

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

This text has shadow with #74AAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AAE8 on black background.


Color preview on white background

This text has color #74AAE8 on white background.



Black color preview on #74AAE8 background

This text has black color on #74AAE8 background.


White color preview on #74AAE8 background

This text has white color on #74AAE8 background.