COLOR #74ADAF

HEX: #74ADAF
RGB: (116,173,175)

Color info

#74ADAF contains red, green and blue colors in about the same proportion. Web safe color of #74ADAF is #669999 (or #699).

RGB color model

#74ADAF color RGB value is (116,173,175).

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

RGB channels and saturation

R 116 of 255 = 45%
G 173 of 255 = 68%
B 175 of 255 = 69%

116
173
175

R + G + B ~ 61%. #74ADAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 173 + 175 = 464 (100%)
R 116 of 464 ~ 25%
G 173 of 464 ~ 37.28%
B 175 of 464 ~ 37.72%

%25
%37.28
%37.72

CMYK color model

#74ADAF color CMYK value is (34,1,0,31).

  • cyan value is 33.71%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(34,1,0,31)
C34M1Y0K31 
(34%,1%,0%,31%)
(0.34/0.01/0.00/0.31)	

CMYK percentages

%33.71
%1.14
%0
%31.37

Codes

Color #74ADAF in popluar color models

74ADAF
RGB116173175
HSL182°26.94%57.06%
HSB/HSV182°33.71%68.63%
CMYK33.71%1.14%0.00%
31.37%

Color #74ADAF in popluar number systems.

HEX74ADAF
Decimal116173175
Binary11101001010110110101111
Octal164255257

Shades and tints

Shades of #74ADAF

#74ADAF
(116,173,175)
#6A9EA0
(106,158,160)
#608F91
(96,143,145)
#568082
(86,128,130)
#4C7173
(76,113,115)
#426264
(66,98,100)
#385355
(56,83,85)
#2E4446
(46,68,70)
#243537
(36,53,55)
#1A2628
(26,38,40)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #74ADAF

#74ADAF
(116,173,175)
#80B4B6
(128,180,182)
#8CBBBD
(140,187,189)
#98C2C4
(152,194,196)
#A4C9CB
(164,201,203)
#B0D0D2
(176,208,210)
#BCD7D9
(188,215,217)
#C8DEE0
(200,222,224)
#D4E5E7
(212,229,231)
#E0ECEE
(224,236,238)
#ECF3F5
(236,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74ADAF; }

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

This text font color is #74ADAF.


Background Color

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

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

This div background color is #74ADAF.


Border color

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

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

This div border color is #74ADAF.


Opacity

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

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

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

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

This text has shadow with #74ADAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74ADAF on black background.


Color preview on white background

This text has color #74ADAF on white background.



Black color preview on #74ADAF background

This text has black color on #74ADAF background.


White color preview on #74ADAF background

This text has white color on #74ADAF background.