COLOR #74B0CC

HEX: #74B0CC
RGB: (116,176,204)

Color info

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

RGB color model

#74B0CC color RGB value is (116,176,204).

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

RGB channels and saturation

R 116 of 255 = 45%
G 176 of 255 = 69%
B 204 of 255 = 80%

116
176
204

R + G + B ~ 65%. #74B0CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 176 + 204 = 496 (100%)
R 116 of 496 ~ 23.39%
G 176 of 496 ~ 35.48%
B 204 of 496 ~ 41.13%

%23.39
%35.48
%41.13

CMYK color model

#74B0CC color CMYK value is (43,14,0,20).

  • cyan value is 43.14%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(43,14,0,20)
C43M14Y0K20 
(43%,14%,0%,20%)
(0.43/0.14/0.00/0.20)	

CMYK percentages

%43.14
%13.73
%0
%20

Codes

Color #74B0CC in popluar color models

74B0CC
RGB116176204
HSL199°46.32%62.75%
HSB/HSV199°43.14%80.00%
CMYK43.14%13.73%0.00%
20.00%

Color #74B0CC in popluar number systems.

HEX74B0CC
Decimal116176204
Binary11101001011000011001100
Octal164260314

Shades and tints

Shades of #74B0CC

#74B0CC
(116,176,204)
#6AA0BA
(106,160,186)
#6090A8
(96,144,168)
#568096
(86,128,150)
#4C7084
(76,112,132)
#426072
(66,96,114)
#385060
(56,80,96)
#2E404E
(46,64,78)
#24303C
(36,48,60)
#1A202A
(26,32,42)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #74B0CC

#74B0CC
(116,176,204)
#80B7D0
(128,183,208)
#8CBED4
(140,190,212)
#98C5D8
(152,197,216)
#A4CCDC
(164,204,220)
#B0D3E0
(176,211,224)
#BCDAE4
(188,218,228)
#C8E1E8
(200,225,232)
#D4E8EC
(212,232,236)
#E0EFF0
(224,239,240)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B0CC; }

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

This text font color is #74B0CC.


Background Color

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

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

This div background color is #74B0CC.


Border color

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

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

This div border color is #74B0CC.


Opacity

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

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

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

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

This text has shadow with #74B0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B0CC on black background.


Color preview on white background

This text has color #74B0CC on white background.



Black color preview on #74B0CC background

This text has black color on #74B0CC background.


White color preview on #74B0CC background

This text has white color on #74B0CC background.