COLOR #74AAA9

HEX: #74AAA9
RGB: (116,170,169)

Color info

#74AAA9 contains red, green and blue colors in about the same proportion. Web safe color of #74AAA9 is #669999 (or #699).

RGB color model

#74AAA9 color RGB value is (116,170,169).

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

RGB channels and saturation

R 116 of 255 = 45%
G 170 of 255 = 67%
B 169 of 255 = 66%

116
170
169

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

Portions of RGB colors in percentages

R + G + B =
116 + 170 + 169 = 455 (100%)
R 116 of 455 ~ 25.49%
G 170 of 455 ~ 37.36%
B 169 of 455 ~ 37.14%

%25.49
%37.36
%37.14

CMYK color model

#74AAA9 color CMYK value is (32,0,1,33).

  • cyan value is 31.76%
  • magenta value is 0.00%
  • yellow value is 0.59%
  • key color value is 33.33%
CMYK:
(32,0,1,33)
C32M0Y1K33 
(32%,0%,1%,33%)
(0.32/0.00/0.01/0.33)	

CMYK percentages

%31.76
%0
%0.59
%33.33

Codes

Color #74AAA9 in popluar color models

74AAA9
RGB116170169
HSL179°24.11%56.08%
HSB/HSV179°31.76%66.67%
CMYK31.76%0.00%0.59%
33.33%

Color #74AAA9 in popluar number systems.

HEX74AAA9
Decimal116170169
Binary11101001010101010101001
Octal164252251

Shades and tints

Shades of #74AAA9

#74AAA9
(116,170,169)
#6A9B9A
(106,155,154)
#608C8B
(96,140,139)
#567D7C
(86,125,124)
#4C6E6D
(76,110,109)
#425F5E
(66,95,94)
#38504F
(56,80,79)
#2E4140
(46,65,64)
#243231
(36,50,49)
#1A2322
(26,35,34)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #74AAA9

#74AAA9
(116,170,169)
#80B1B0
(128,177,176)
#8CB8B7
(140,184,183)
#98BFBE
(152,191,190)
#A4C6C5
(164,198,197)
#B0CDCC
(176,205,204)
#BCD4D3
(188,212,211)
#C8DBDA
(200,219,218)
#D4E2E1
(212,226,225)
#E0E9E8
(224,233,232)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AAA9; }

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

This text font color is #74AAA9.


Background Color

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

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

This div background color is #74AAA9.


Border color

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

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

This div border color is #74AAA9.


Opacity

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

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

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

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

This text has shadow with #74AAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AAA9 on black background.


Color preview on white background

This text has color #74AAA9 on white background.



Black color preview on #74AAA9 background

This text has black color on #74AAA9 background.


White color preview on #74AAA9 background

This text has white color on #74AAA9 background.