COLOR #74A9C8

HEX: #74A9C8
RGB: (116,169,200)

Color info

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

RGB color model

#74A9C8 color RGB value is (116,169,200).

  • red value is 116;
  • green value is 169;
  • blue value is 200.
RGB:
(116,169,200)
(45%,66%,78%)

RGB channels and saturation

R 116 of 255 = 45%
G 169 of 255 = 66%
B 200 of 255 = 78%

116
169
200

R + G + B ~ 63%. #74A9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 169 + 200 = 485 (100%)
R 116 of 485 ~ 23.92%
G 169 of 485 ~ 34.85%
B 200 of 485 ~ 41.24%

%23.92
%34.85
%41.24

CMYK color model

#74A9C8 color CMYK value is (42,16,0,22).

  • cyan value is 42.00%
  • magenta value is 15.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(42,16,0,22)
C42M16Y0K22 
(42%,16%,0%,22%)
(0.42/0.16/0.00/0.22)	

CMYK percentages

%42
%15.5
%0
%21.57

Codes

Color #74A9C8 in popluar color models

74A9C8
RGB116169200
HSL202°43.30%61.96%
HSB/HSV202°42.00%78.43%
CMYK42.00%15.50%0.00%
21.57%

Color #74A9C8 in popluar number systems.

HEX74A9C8
Decimal116169200
Binary11101001010100111001000
Octal164251310

Shades and tints

Shades of #74A9C8

#74A9C8
(116,169,200)
#6A9AB6
(106,154,182)
#608BA4
(96,139,164)
#567C92
(86,124,146)
#4C6D80
(76,109,128)
#425E6E
(66,94,110)
#384F5C
(56,79,92)
#2E404A
(46,64,74)
#243138
(36,49,56)
#1A2226
(26,34,38)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #74A9C8

#74A9C8
(116,169,200)
#80B0CD
(128,176,205)
#8CB7D2
(140,183,210)
#98BED7
(152,190,215)
#A4C5DC
(164,197,220)
#B0CCE1
(176,204,225)
#BCD3E6
(188,211,230)
#C8DAEB
(200,218,235)
#D4E1F0
(212,225,240)
#E0E8F5
(224,232,245)
#ECEFFA
(236,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A9C8 color. Also use rgb(116,169,200) instead hex code.

Text Font Color

.myTextColor { color: #74A9C8; }

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

This text font color is #74A9C8.


Background Color

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

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

This div background color is #74A9C8.


Border color

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

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

This div border color is #74A9C8.


Opacity

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

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

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

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

This text has shadow with #74A9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A9C8 on black background.


Color preview on white background

This text has color #74A9C8 on white background.



Black color preview on #74A9C8 background

This text has black color on #74A9C8 background.


White color preview on #74A9C8 background

This text has white color on #74A9C8 background.