COLOR #74A6BD

HEX: #74A6BD
RGB: (116,166,189)

Color info

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

RGB color model

#74A6BD color RGB value is (116,166,189).

  • red value is 116;
  • green value is 166;
  • blue value is 189.
RGB:
(116,166,189)
(45%,65%,74%)

RGB channels and saturation

R 116 of 255 = 45%
G 166 of 255 = 65%
B 189 of 255 = 74%

116
166
189

R + G + B ~ 61%. #74A6BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 166 + 189 = 471 (100%)
R 116 of 471 ~ 24.63%
G 166 of 471 ~ 35.24%
B 189 of 471 ~ 40.13%

%24.63
%35.24
%40.13

CMYK color model

#74A6BD color CMYK value is (39,12,0,26).

  • cyan value is 38.62%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(39,12,0,26)
C39M12Y0K26 
(39%,12%,0%,26%)
(0.39/0.12/0.00/0.26)	

CMYK percentages

%38.62
%12.17
%0
%25.88

Codes

Color #74A6BD in popluar color models

74A6BD
RGB116166189
HSL199°35.61%59.80%
HSB/HSV199°38.62%74.12%
CMYK38.62%12.17%0.00%
25.88%

Color #74A6BD in popluar number systems.

HEX74A6BD
Decimal116166189
Binary11101001010011010111101
Octal164246275

Shades and tints

Shades of #74A6BD

#74A6BD
(116,166,189)
#6A97AC
(106,151,172)
#60889B
(96,136,155)
#56798A
(86,121,138)
#4C6A79
(76,106,121)
#425B68
(66,91,104)
#384C57
(56,76,87)
#2E3D46
(46,61,70)
#242E35
(36,46,53)
#1A1F24
(26,31,36)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #74A6BD

#74A6BD
(116,166,189)
#80AEC3
(128,174,195)
#8CB6C9
(140,182,201)
#98BECF
(152,190,207)
#A4C6D5
(164,198,213)
#B0CEDB
(176,206,219)
#BCD6E1
(188,214,225)
#C8DEE7
(200,222,231)
#D4E6ED
(212,230,237)
#E0EEF3
(224,238,243)
#ECF6F9
(236,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A6BD color. Also use rgb(116,166,189) instead hex code.

Text Font Color

.myTextColor { color: #74A6BD; }

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

This text font color is #74A6BD.


Background Color

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

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

This div background color is #74A6BD.


Border color

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

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

This div border color is #74A6BD.


Opacity

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

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

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

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

This text has shadow with #74A6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A6BD on black background.


Color preview on white background

This text has color #74A6BD on white background.



Black color preview on #74A6BD background

This text has black color on #74A6BD background.


White color preview on #74A6BD background

This text has white color on #74A6BD background.