COLOR #74B0E1

HEX: #74B0E1
RGB: (116,176,225)

Color info

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

RGB color model

#74B0E1 color RGB value is (116,176,225).

  • red value is 116;
  • green value is 176;
  • blue value is 225.
RGB:
(116,176,225)
(45%,69%,88%)

RGB channels and saturation

R 116 of 255 = 45%
G 176 of 255 = 69%
B 225 of 255 = 88%

116
176
225

R + G + B ~ 67%. #74B0E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 176 + 225 = 517 (100%)
R 116 of 517 ~ 22.44%
G 176 of 517 ~ 34.04%
B 225 of 517 ~ 43.52%

%22.44
%34.04
%43.52

CMYK color model

#74B0E1 color CMYK value is (48,22,0,12).

  • cyan value is 48.44%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(48,22,0,12)
C48M22Y0K12 
(48%,22%,0%,12%)
(0.48/0.22/0.00/0.12)	

CMYK percentages

%48.44
%21.78
%0
%11.76

Codes

Color #74B0E1 in popluar color models

74B0E1
RGB116176225
HSL207°64.50%66.86%
HSB/HSV207°48.44%88.24%
CMYK48.44%21.78%0.00%
11.76%

Color #74B0E1 in popluar number systems.

HEX74B0E1
Decimal116176225
Binary11101001011000011100001
Octal164260341

Shades and tints

Shades of #74B0E1

#74B0E1
(116,176,225)
#6AA0CD
(106,160,205)
#6090B9
(96,144,185)
#5680A5
(86,128,165)
#4C7091
(76,112,145)
#42607D
(66,96,125)
#385069
(56,80,105)
#2E4055
(46,64,85)
#243041
(36,48,65)
#1A202D
(26,32,45)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #74B0E1

#74B0E1
(116,176,225)
#80B7E3
(128,183,227)
#8CBEE5
(140,190,229)
#98C5E7
(152,197,231)
#A4CCE9
(164,204,233)
#B0D3EB
(176,211,235)
#BCDAED
(188,218,237)
#C8E1EF
(200,225,239)
#D4E8F1
(212,232,241)
#E0EFF3
(224,239,243)
#ECF6F5
(236,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B0E1 color. Also use rgb(116,176,225) instead hex code.

Text Font Color

.myTextColor { color: #74B0E1; }

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

This text font color is #74B0E1.


Background Color

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

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

This div background color is #74B0E1.


Border color

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

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

This div border color is #74B0E1.


Opacity

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

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

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

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

This text has shadow with #74B0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B0E1 on black background.


Color preview on white background

This text has color #74B0E1 on white background.



Black color preview on #74B0E1 background

This text has black color on #74B0E1 background.


White color preview on #74B0E1 background

This text has white color on #74B0E1 background.