COLOR #74A9B0

HEX: #74A9B0
RGB: (116,169,176)

Color info

#74A9B0 contains mainly green and blue colors. Web safe color of #74A9B0 is #669999 (or #699).

RGB color model

#74A9B0 color RGB value is (116,169,176).

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

RGB channels and saturation

R 116 of 255 = 45%
G 169 of 255 = 66%
B 176 of 255 = 69%

116
169
176

R + G + B ~ 60%. #74A9B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 169 + 176 = 461 (100%)
R 116 of 461 ~ 25.16%
G 169 of 461 ~ 36.66%
B 176 of 461 ~ 38.18%

%25.16
%36.66
%38.18

CMYK color model

#74A9B0 color CMYK value is (34,4,0,31).

  • cyan value is 34.09%
  • magenta value is 3.98%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(34,4,0,31)
C34M4Y0K31 
(34%,4%,0%,31%)
(0.34/0.04/0.00/0.31)	

CMYK percentages

%34.09
%3.98
%0
%30.98

Codes

Color #74A9B0 in popluar color models

74A9B0
RGB116169176
HSL187°27.52%57.25%
HSB/HSV187°34.09%69.02%
CMYK34.09%3.98%0.00%
30.98%

Color #74A9B0 in popluar number systems.

HEX74A9B0
Decimal116169176
Binary11101001010100110110000
Octal164251260

Shades and tints

Shades of #74A9B0

#74A9B0
(116,169,176)
#6A9AA0
(106,154,160)
#608B90
(96,139,144)
#567C80
(86,124,128)
#4C6D70
(76,109,112)
#425E60
(66,94,96)
#384F50
(56,79,80)
#2E4040
(46,64,64)
#243130
(36,49,48)
#1A2220
(26,34,32)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #74A9B0

#74A9B0
(116,169,176)
#80B0B7
(128,176,183)
#8CB7BE
(140,183,190)
#98BEC5
(152,190,197)
#A4C5CC
(164,197,204)
#B0CCD3
(176,204,211)
#BCD3DA
(188,211,218)
#C8DAE1
(200,218,225)
#D4E1E8
(212,225,232)
#E0E8EF
(224,232,239)
#ECEFF6
(236,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A9B0; }

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

This text font color is #74A9B0.


Background Color

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

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

This div background color is #74A9B0.


Border color

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

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

This div border color is #74A9B0.


Opacity

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

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

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

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

This text has shadow with #74A9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A9B0 on black background.


Color preview on white background

This text has color #74A9B0 on white background.



Black color preview on #74A9B0 background

This text has black color on #74A9B0 background.


White color preview on #74A9B0 background

This text has white color on #74A9B0 background.