COLOR #74AEC3

HEX: #74AEC3
RGB: (116,174,195)

Color info

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

RGB color model

#74AEC3 color RGB value is (116,174,195).

  • red value is 116;
  • green value is 174;
  • blue value is 195.
RGB:
(116,174,195)
(45%,68%,76%)

RGB channels and saturation

R 116 of 255 = 45%
G 174 of 255 = 68%
B 195 of 255 = 76%

116
174
195

R + G + B ~ 63%. #74AEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 174 + 195 = 485 (100%)
R 116 of 485 ~ 23.92%
G 174 of 485 ~ 35.88%
B 195 of 485 ~ 40.21%

%23.92
%35.88
%40.21

CMYK color model

#74AEC3 color CMYK value is (41,11,0,24).

  • cyan value is 40.51%
  • magenta value is 10.77%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(41,11,0,24)
C41M11Y0K24 
(41%,11%,0%,24%)
(0.41/0.11/0.00/0.24)	

CMYK percentages

%40.51
%10.77
%0
%23.53

Codes

Color #74AEC3 in popluar color models

74AEC3
RGB116174195
HSL196°39.70%60.98%
HSB/HSV196°40.51%76.47%
CMYK40.51%10.77%0.00%
23.53%

Color #74AEC3 in popluar number systems.

HEX74AEC3
Decimal116174195
Binary11101001010111011000011
Octal164256303

Shades and tints

Shades of #74AEC3

#74AEC3
(116,174,195)
#6A9FB2
(106,159,178)
#6090A1
(96,144,161)
#568190
(86,129,144)
#4C727F
(76,114,127)
#42636E
(66,99,110)
#38545D
(56,84,93)
#2E454C
(46,69,76)
#24363B
(36,54,59)
#1A272A
(26,39,42)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #74AEC3

#74AEC3
(116,174,195)
#80B5C8
(128,181,200)
#8CBCCD
(140,188,205)
#98C3D2
(152,195,210)
#A4CAD7
(164,202,215)
#B0D1DC
(176,209,220)
#BCD8E1
(188,216,225)
#C8DFE6
(200,223,230)
#D4E6EB
(212,230,235)
#E0EDF0
(224,237,240)
#ECF4F5
(236,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AEC3 color. Also use rgb(116,174,195) instead hex code.

Text Font Color

.myTextColor { color: #74AEC3; }

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

This text font color is #74AEC3.


Background Color

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

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

This div background color is #74AEC3.


Border color

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

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

This div border color is #74AEC3.


Opacity

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

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

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

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

This text has shadow with #74AEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AEC3 on black background.


Color preview on white background

This text has color #74AEC3 on white background.



Black color preview on #74AEC3 background

This text has black color on #74AEC3 background.


White color preview on #74AEC3 background

This text has white color on #74AEC3 background.