COLOR #74AABE

HEX: #74AABE RGB: (116,170,190)

Color info

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

RGB color model

#74AABE color RGB value is (116,170,190).

RGB: (116,170,190) (45%, 67%, 75%)

RGB channels and saturation

R 116 of 255 = 45%
G 170 of 255 = 67%
B 190 of 255 = 75%

116
170
190

R + G + B ~ 62%. #74AABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 170 + 190 = 476 (100%)
R 116 of 476 ~ 24.37%
G 170 of 476 ~ 35.71%
B 190 of 476 ~ 39.92'%

%24.37
%35.71
%39.92

CMYK color model

#74AABE color CMYK value is (39,11,0,25).

  • cyan value is 38.95%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (39,11,0,25)
C39M11Y0K25 (39%, 11%, 0%, 25%)
(0.39 / 0.11 / 0.00 / 0.25)

CMYK percentages

%38.95
%10.53
%0
%25.49

Codes

Color #74AABE in popluar color models

74 AA BE
RGB 116 170 190
HSL 196° 36.27% 60.00%
HSB/HSV 196° 38.95% 74.51%
CMYK 38.95% 10.53% 0.00%
25.49%

Color #74AABE in popluar number systems.

HEX 74 AA BE
Decimal 116 170 190
Binary 1110100 10101010 10111110
Octal 164 252 276

Shades and tints

Shades of #74AABE

#74AABE
(116,170,190)
#6A9BAD
(106,155,173)
#608C9C
(96,140,156)
#567D8B
(86,125,139)
#4C6E7A
(76,110,122)
#425F69
(66,95,105)
#385058
(56,80,88)
#2E4147
(46,65,71)
#243236
(36,50,54)
#1A2325
(26,35,37)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #74AABE

#74AABE
(116,170,190)
#80B1C3
(128,177,195)
#8CB8C8
(140,184,200)
#98BFCD
(152,191,205)
#A4C6D2
(164,198,210)
#B0CDD7
(176,205,215)
#BCD4DC
(188,212,220)
#C8DBE1
(200,219,225)
#D4E2E6
(212,226,230)
#E0E9EB
(224,233,235)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AABE; }

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

This text font color is #74AABE.

Background Color

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

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

This div background color is #74AABE.

Border color

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

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

This div border color is #74AABE.

Opacity

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

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

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

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

This text has shadow with #74AABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74AABE.

Preview

Color preview on black background

This text has color #74AABE on black background.


Color preview on white background

This text has color #74AABE on white background.


Black color preview on #74AABE background

This text has black color on #74AABE background.


White color preview on #74AABE background

This text has white color on #74AABE background.


Related colors

Complementary color

Complementary color for #hex is #8B5541.


I love getcolorcode.com

Triadic colors

1 #BE74AA and #AABE74 with #74AABE are triadic colors.

2 #BEAA74 and #AA74BE with #74AABE are triadic colors.