COLOR #74A0AB

HEX: #74A0AB
RGB: (116,160,171)

Color info

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

RGB color model

#74A0AB color RGB value is (116,160,171).

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

RGB channels and saturation

R 116 of 255 = 45%
G 160 of 255 = 63%
B 171 of 255 = 67%

116
160
171

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

Portions of RGB colors in percentages

R + G + B =
116 + 160 + 171 = 447 (100%)
R 116 of 447 ~ 25.95%
G 160 of 447 ~ 35.79%
B 171 of 447 ~ 38.26%

%25.95
%35.79
%38.26

CMYK color model

#74A0AB color CMYK value is (32,6,0,33).

  • cyan value is 32.16%
  • magenta value is 6.43%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(32,6,0,33)
C32M6Y0K33 
(32%,6%,0%,33%)
(0.32/0.06/0.00/0.33)	

CMYK percentages

%32.16
%6.43
%0
%32.94

Codes

Color #74A0AB in popluar color models

74A0AB
RGB116160171
HSL192°24.66%56.27%
HSB/HSV192°32.16%67.06%
CMYK32.16%6.43%0.00%
32.94%

Color #74A0AB in popluar number systems.

HEX74A0AB
Decimal116160171
Binary11101001010000010101011
Octal164240253

Shades and tints

Shades of #74A0AB

#74A0AB
(116,160,171)
#6A929C
(106,146,156)
#60848D
(96,132,141)
#56767E
(86,118,126)
#4C686F
(76,104,111)
#425A60
(66,90,96)
#384C51
(56,76,81)
#2E3E42
(46,62,66)
#243033
(36,48,51)
#1A2224
(26,34,36)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #74A0AB

#74A0AB
(116,160,171)
#80A8B2
(128,168,178)
#8CB0B9
(140,176,185)
#98B8C0
(152,184,192)
#A4C0C7
(164,192,199)
#B0C8CE
(176,200,206)
#BCD0D5
(188,208,213)
#C8D8DC
(200,216,220)
#D4E0E3
(212,224,227)
#E0E8EA
(224,232,234)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A0AB; }

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

This text font color is #74A0AB.


Background Color

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

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

This div background color is #74A0AB.


Border color

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

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

This div border color is #74A0AB.


Opacity

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

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

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

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

This text has shadow with #74A0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A0AB on black background.


Color preview on white background

This text has color #74A0AB on white background.



Black color preview on #74A0AB background

This text has black color on #74A0AB background.


White color preview on #74A0AB background

This text has white color on #74A0AB background.