COLOR #74A8D1

HEX: #74A8D1 RGB: (116,168,209)

Color info

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

RGB color model

#74A8D1 color RGB value is (116,168,209).

RGB: (116,168,209) (45%, 66%, 82%)

RGB channels and saturation

R 116 of 255 = 45%
G 168 of 255 = 66%
B 209 of 255 = 82%

116
168
209

R + G + B ~ 64%. #74A8D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 168 + 209 = 493 (100%)
R 116 of 493 ~ 23.53%
G 168 of 493 ~ 34.08%
B 209 of 493 ~ 42.39'%

%23.53
%34.08
%42.39

CMYK color model

#74A8D1 color CMYK value is (44,20,0,18).

  • cyan value is 44.50%
  • magenta value is 19.62%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (44,20,0,18)
C44M20Y0K18 (44%, 20%, 0%, 18%)
(0.44 / 0.20 / 0.00 / 0.18)

CMYK percentages

%44.5
%19.62
%0
%18.04

Codes

Color #74A8D1 in popluar color models

74 A8 D1
RGB 116 168 209
HSL 206° 50.27% 63.73%
HSB/HSV 206° 44.50% 81.96%
CMYK 44.50% 19.62% 0.00%
18.04%

Color #74A8D1 in popluar number systems.

HEX 74 A8 D1
Decimal 116 168 209
Binary 1110100 10101000 11010001
Octal 164 250 321

Shades and tints

Shades of #74A8D1

#74A8D1
(116,168,209)
#6A99BE
(106,153,190)
#608AAB
(96,138,171)
#567B98
(86,123,152)
#4C6C85
(76,108,133)
#425D72
(66,93,114)
#384E5F
(56,78,95)
#2E3F4C
(46,63,76)
#243039
(36,48,57)
#1A2126
(26,33,38)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #74A8D1

#74A8D1
(116,168,209)
#80AFD5
(128,175,213)
#8CB6D9
(140,182,217)
#98BDDD
(152,189,221)
#A4C4E1
(164,196,225)
#B0CBE5
(176,203,229)
#BCD2E9
(188,210,233)
#C8D9ED
(200,217,237)
#D4E0F1
(212,224,241)
#E0E7F5
(224,231,245)
#ECEEF9
(236,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A8D1; }

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

This text font color is #74A8D1.

Background Color

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

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

This div background color is #74A8D1.

Border color

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

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

This div border color is #74A8D1.

Opacity

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

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

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

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

This text has shadow with #74A8D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A8D1.

Preview

Color preview on black background

This text has color #74A8D1 on black background.


Color preview on white background

This text has color #74A8D1 on white background.


Black color preview on #74A8D1 background

This text has black color on #74A8D1 background.


White color preview on #74A8D1 background

This text has white color on #74A8D1 background.


Related colors

Complementary color

Complementary color for #hex is #8B572E.


I love getcolorcode.com

Triadic colors

1 #D174A8 and #A8D174 with #74A8D1 are triadic colors.

2 #D1A874 and #A874D1 with #74A8D1 are triadic colors.