COLOR #74A0BF

HEX: #74A0BF
RGB: (116,160,191)

Color info

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

RGB color model

#74A0BF color RGB value is (116,160,191).

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

RGB channels and saturation

R 116 of 255 = 45%
G 160 of 255 = 63%
B 191 of 255 = 75%

116
160
191

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

Portions of RGB colors in percentages

R + G + B =
116 + 160 + 191 = 467 (100%)
R 116 of 467 ~ 24.84%
G 160 of 467 ~ 34.26%
B 191 of 467 ~ 40.9%

%24.84
%34.26
%40.9

CMYK color model

#74A0BF color CMYK value is (39,16,0,25).

  • cyan value is 39.27%
  • magenta value is 16.23%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(39,16,0,25)
C39M16Y0K25 
(39%,16%,0%,25%)
(0.39/0.16/0.00/0.25)	

CMYK percentages

%39.27
%16.23
%0
%25.1

Codes

Color #74A0BF in popluar color models

74A0BF
RGB116160191
HSL205°36.95%60.20%
HSB/HSV205°39.27%74.90%
CMYK39.27%16.23%0.00%
25.10%

Color #74A0BF in popluar number systems.

HEX74A0BF
Decimal116160191
Binary11101001010000010111111
Octal164240277

Shades and tints

Shades of #74A0BF

#74A0BF
(116,160,191)
#6A92AE
(106,146,174)
#60849D
(96,132,157)
#56768C
(86,118,140)
#4C687B
(76,104,123)
#425A6A
(66,90,106)
#384C59
(56,76,89)
#2E3E48
(46,62,72)
#243037
(36,48,55)
#1A2226
(26,34,38)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #74A0BF

#74A0BF
(116,160,191)
#80A8C4
(128,168,196)
#8CB0C9
(140,176,201)
#98B8CE
(152,184,206)
#A4C0D3
(164,192,211)
#B0C8D8
(176,200,216)
#BCD0DD
(188,208,221)
#C8D8E2
(200,216,226)
#D4E0E7
(212,224,231)
#E0E8EC
(224,232,236)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A0BF; }

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

This text font color is #74A0BF.


Background Color

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

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

This div background color is #74A0BF.


Border color

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

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

This div border color is #74A0BF.


Opacity

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

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

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

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

This text has shadow with #74A0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A0BF on black background.


Color preview on white background

This text has color #74A0BF on white background.



Black color preview on #74A0BF background

This text has black color on #74A0BF background.


White color preview on #74A0BF background

This text has white color on #74A0BF background.