COLOR #74A7D0

HEX: #74A7D0
RGB: (116,167,208)

Color info

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

RGB color model

#74A7D0 color RGB value is (116,167,208).

  • red value is 116;
  • green value is 167;
  • blue value is 208.
RGB:
(116,167,208)
(45%,65%,82%)

RGB channels and saturation

R 116 of 255 = 45%
G 167 of 255 = 65%
B 208 of 255 = 82%

116
167
208

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

Portions of RGB colors in percentages

R + G + B =
116 + 167 + 208 = 491 (100%)
R 116 of 491 ~ 23.63%
G 167 of 491 ~ 34.01%
B 208 of 491 ~ 42.36%

%23.63
%34.01
%42.36

CMYK color model

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

  • cyan value is 44.23%
  • magenta value is 19.71%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(44,20,0,18)
C44M20Y0K18 
(44%,20%,0%,18%)
(0.44/0.20/0.00/0.18)	

CMYK percentages

%44.23
%19.71
%0
%18.43

Codes

Color #74A7D0 in popluar color models

74A7D0
RGB116167208
HSL207°49.46%63.53%
HSB/HSV207°44.23%81.57%
CMYK44.23%19.71%0.00%
18.43%

Color #74A7D0 in popluar number systems.

HEX74A7D0
Decimal116167208
Binary11101001010011111010000
Octal164247320

Shades and tints

Shades of #74A7D0

#74A7D0
(116,167,208)
#6A98BE
(106,152,190)
#6089AC
(96,137,172)
#567A9A
(86,122,154)
#4C6B88
(76,107,136)
#425C76
(66,92,118)
#384D64
(56,77,100)
#2E3E52
(46,62,82)
#242F40
(36,47,64)
#1A202E
(26,32,46)
#10111C
(16,17,28)
#000000
(0,0,0)

Tints of #74A7D0

#74A7D0
(116,167,208)
#80AFD4
(128,175,212)
#8CB7D8
(140,183,216)
#98BFDC
(152,191,220)
#A4C7E0
(164,199,224)
#B0CFE4
(176,207,228)
#BCD7E8
(188,215,232)
#C8DFEC
(200,223,236)
#D4E7F0
(212,231,240)
#E0EFF4
(224,239,244)
#ECF7F8
(236,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A7D0 color. Also use rgb(116,167,208) instead hex code.

Text Font Color

.myTextColor { color: #74A7D0; }

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

This text font color is #74A7D0.


Background Color

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

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

This div background color is #74A7D0.


Border color

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

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

This div border color is #74A7D0.


Opacity

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

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

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

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

This text has shadow with #74A7D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A7D0 on black background.


Color preview on white background

This text has color #74A7D0 on white background.



Black color preview on #74A7D0 background

This text has black color on #74A7D0 background.


White color preview on #74A7D0 background

This text has white color on #74A7D0 background.