COLOR #74ADDD

HEX: #74ADDD
RGB: (116,173,221)

Color info

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

RGB color model

#74ADDD color RGB value is (116,173,221).

  • red value is 116;
  • green value is 173;
  • blue value is 221.
RGB:
(116,173,221)
(45%,68%,87%)

RGB channels and saturation

R 116 of 255 = 45%
G 173 of 255 = 68%
B 221 of 255 = 87%

116
173
221

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

Portions of RGB colors in percentages

R + G + B =
116 + 173 + 221 = 510 (100%)
R 116 of 510 ~ 22.75%
G 173 of 510 ~ 33.92%
B 221 of 510 ~ 43.33%

%22.75
%33.92
%43.33

CMYK color model

#74ADDD color CMYK value is (48,22,0,13).

  • cyan value is 47.51%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(48,22,0,13)
C48M22Y0K13 
(48%,22%,0%,13%)
(0.48/0.22/0.00/0.13)	

CMYK percentages

%47.51
%21.72
%0
%13.33

Codes

Color #74ADDD in popluar color models

74ADDD
RGB116173221
HSL207°60.69%66.08%
HSB/HSV207°47.51%86.67%
CMYK47.51%21.72%0.00%
13.33%

Color #74ADDD in popluar number systems.

HEX74ADDD
Decimal116173221
Binary11101001010110111011101
Octal164255335

Shades and tints

Shades of #74ADDD

#74ADDD
(116,173,221)
#6A9EC9
(106,158,201)
#608FB5
(96,143,181)
#5680A1
(86,128,161)
#4C718D
(76,113,141)
#426279
(66,98,121)
#385365
(56,83,101)
#2E4451
(46,68,81)
#24353D
(36,53,61)
#1A2629
(26,38,41)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #74ADDD

#74ADDD
(116,173,221)
#80B4E0
(128,180,224)
#8CBBE3
(140,187,227)
#98C2E6
(152,194,230)
#A4C9E9
(164,201,233)
#B0D0EC
(176,208,236)
#BCD7EF
(188,215,239)
#C8DEF2
(200,222,242)
#D4E5F5
(212,229,245)
#E0ECF8
(224,236,248)
#ECF3FB
(236,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74ADDD color. Also use rgb(116,173,221) instead hex code.

Text Font Color

.myTextColor { color: #74ADDD; }

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

This text font color is #74ADDD.


Background Color

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

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

This div background color is #74ADDD.


Border color

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

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

This div border color is #74ADDD.


Opacity

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

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

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

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

This text has shadow with #74ADDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74ADDD on black background.


Color preview on white background

This text has color #74ADDD on white background.



Black color preview on #74ADDD background

This text has black color on #74ADDD background.


White color preview on #74ADDD background

This text has white color on #74ADDD background.