COLOR #74A0D5

HEX: #74A0D5
RGB: (116,160,213)

Color info

#74A0D5 contains mainly green and blue colors. Web safe color of #74A0D5 is #6699CC (or #69C).

RGB color model

#74A0D5 color RGB value is (116,160,213).

  • red value is 116;
  • green value is 160;
  • blue value is 213.
RGB:
(116,160,213)
(45%,63%,84%)

RGB channels and saturation

R 116 of 255 = 45%
G 160 of 255 = 63%
B 213 of 255 = 84%

116
160
213

R + G + B ~ 64%. #74A0D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 160 + 213 = 489 (100%)
R 116 of 489 ~ 23.72%
G 160 of 489 ~ 32.72%
B 213 of 489 ~ 43.56%

%23.72
%32.72
%43.56

CMYK color model

#74A0D5 color CMYK value is (46,25,0,16).

  • cyan value is 45.54%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(46,25,0,16)
C46M25Y0K16 
(46%,25%,0%,16%)
(0.46/0.25/0.00/0.16)	

CMYK percentages

%45.54
%24.88
%0
%16.47

Codes

Color #74A0D5 in popluar color models

74A0D5
RGB116160213
HSL213°53.59%64.51%
HSB/HSV213°45.54%83.53%
CMYK45.54%24.88%0.00%
16.47%

Color #74A0D5 in popluar number systems.

HEX74A0D5
Decimal116160213
Binary11101001010000011010101
Octal164240325

Shades and tints

Shades of #74A0D5

#74A0D5
(116,160,213)
#6A92C2
(106,146,194)
#6084AF
(96,132,175)
#56769C
(86,118,156)
#4C6889
(76,104,137)
#425A76
(66,90,118)
#384C63
(56,76,99)
#2E3E50
(46,62,80)
#24303D
(36,48,61)
#1A222A
(26,34,42)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #74A0D5

#74A0D5
(116,160,213)
#80A8D8
(128,168,216)
#8CB0DB
(140,176,219)
#98B8DE
(152,184,222)
#A4C0E1
(164,192,225)
#B0C8E4
(176,200,228)
#BCD0E7
(188,208,231)
#C8D8EA
(200,216,234)
#D4E0ED
(212,224,237)
#E0E8F0
(224,232,240)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A0D5 color. Also use rgb(116,160,213) instead hex code.

Text Font Color

.myTextColor { color: #74A0D5; }

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

This text font color is #74A0D5.


Background Color

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

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

This div background color is #74A0D5.


Border color

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

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

This div border color is #74A0D5.


Opacity

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

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

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

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

This text has shadow with #74A0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A0D5 on black background.


Color preview on white background

This text has color #74A0D5 on white background.



Black color preview on #74A0D5 background

This text has black color on #74A0D5 background.


White color preview on #74A0D5 background

This text has white color on #74A0D5 background.