COLOR #74B6DC

HEX: #74B6DC RGB: (116,182,220)

Color info

#74B6DC contains mainly green and blue colors. Web safe color of #74B6DC is #66CCCC (or #6CC).

RGB color model

#74B6DC color RGB value is (116,182,220).

RGB: (116,182,220) (45%, 71%, 86%)

RGB channels and saturation

R 116 of 255 = 45%
G 182 of 255 = 71%
B 220 of 255 = 86%

116
182
220

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

Portions of RGB colors in percentages

R + G + B = 116 + 182 + 220 = 518 (100%)
R 116 of 518 ~ 22.39%
G 182 of 518 ~ 35.14%
B 220 of 518 ~ 42.47'%

%22.39
%35.14
%42.47

CMYK color model

#74B6DC color CMYK value is (47,17,0,14).

  • cyan value is 47.27%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (47,17,0,14)
C47M17Y0K14 (47%, 17%, 0%, 14%)
(0.47 / 0.17 / 0.00 / 0.14)

CMYK percentages

%47.27
%17.27
%0
%13.73

Codes

Color #74B6DC in popluar color models

74 B6 DC
RGB 116 182 220
HSL 202° 59.77% 65.88%
HSB/HSV 202° 47.27% 86.27%
CMYK 47.27% 17.27% 0.00%
13.73%

Color #74B6DC in popluar number systems.

HEX 74 B6 DC
Decimal 116 182 220
Binary 1110100 10110110 11011100
Octal 164 266 334

Shades and tints

Shades of #74B6DC

#74B6DC
(116,182,220)
#6AA6C8
(106,166,200)
#6096B4
(96,150,180)
#5686A0
(86,134,160)
#4C768C
(76,118,140)
#426678
(66,102,120)
#385664
(56,86,100)
#2E4650
(46,70,80)
#24363C
(36,54,60)
#1A2628
(26,38,40)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #74B6DC

#74B6DC
(116,182,220)
#80BCDF
(128,188,223)
#8CC2E2
(140,194,226)
#98C8E5
(152,200,229)
#A4CEE8
(164,206,232)
#B0D4EB
(176,212,235)
#BCDAEE
(188,218,238)
#C8E0F1
(200,224,241)
#D4E6F4
(212,230,244)
#E0ECF7
(224,236,247)
#ECF2FA
(236,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B6DC color. Also use rgb(116,182,220) instead hex code.

Text Font Color

.myTextColor { color: #74B6DC; }

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

This text font color is #74B6DC.

Background Color

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

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

This div background color is #74B6DC.

Border color

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

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

This div border color is #74B6DC.

Opacity

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

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

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

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

This text has shadow with #74B6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74B6DC.

Preview

Color preview on black background

This text has color #74B6DC on black background.


Color preview on white background

This text has color #74B6DC on white background.


Black color preview on #74B6DC background

This text has black color on #74B6DC background.


White color preview on #74B6DC background

This text has white color on #74B6DC background.


Related colors

Complementary color

Complementary color for #hex is #8B4923.


I love getcolorcode.com

Triadic colors

1 #DC74B6 and #B6DC74 with #74B6DC are triadic colors.

2 #DCB674 and #B674DC with #74B6DC are triadic colors.