COLOR #74A8BE

HEX: #74A8BE
RGB: (116,168,190)

Color info

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

RGB color model

#74A8BE color RGB value is (116,168,190).

  • red value is 116;
  • green value is 168;
  • blue value is 190.
RGB:
(116,168,190)
(45%,66%,75%)

RGB channels and saturation

R 116 of 255 = 45%
G 168 of 255 = 66%
B 190 of 255 = 75%

116
168
190

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

Portions of RGB colors in percentages

R + G + B =
116 + 168 + 190 = 474 (100%)
R 116 of 474 ~ 24.47%
G 168 of 474 ~ 35.44%
B 190 of 474 ~ 40.08%

%24.47
%35.44
%40.08

CMYK color model

#74A8BE color CMYK value is (39,12,0,25).

  • cyan value is 38.95%
  • magenta value is 11.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(39,12,0,25)
C39M12Y0K25 
(39%,12%,0%,25%)
(0.39/0.12/0.00/0.25)	

CMYK percentages

%38.95
%11.58
%0
%25.49

Codes

Color #74A8BE in popluar color models

74A8BE
RGB116168190
HSL198°36.27%60.00%
HSB/HSV198°38.95%74.51%
CMYK38.95%11.58%0.00%
25.49%

Color #74A8BE in popluar number systems.

HEX74A8BE
Decimal116168190
Binary11101001010100010111110
Octal164250276

Shades and tints

Shades of #74A8BE

#74A8BE
(116,168,190)
#6A99AD
(106,153,173)
#608A9C
(96,138,156)
#567B8B
(86,123,139)
#4C6C7A
(76,108,122)
#425D69
(66,93,105)
#384E58
(56,78,88)
#2E3F47
(46,63,71)
#243036
(36,48,54)
#1A2125
(26,33,37)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #74A8BE

#74A8BE
(116,168,190)
#80AFC3
(128,175,195)
#8CB6C8
(140,182,200)
#98BDCD
(152,189,205)
#A4C4D2
(164,196,210)
#B0CBD7
(176,203,215)
#BCD2DC
(188,210,220)
#C8D9E1
(200,217,225)
#D4E0E6
(212,224,230)
#E0E7EB
(224,231,235)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A8BE; }

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

This text font color is #74A8BE.


Background Color

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

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

This div background color is #74A8BE.


Border color

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

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

This div border color is #74A8BE.


Opacity

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

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

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

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

This text has shadow with #74A8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A8BE on black background.


Color preview on white background

This text has color #74A8BE on white background.



Black color preview on #74A8BE background

This text has black color on #74A8BE background.


White color preview on #74A8BE background

This text has white color on #74A8BE background.