COLOR #74ACB5

HEX: #74ACB5 RGB: (116,172,181)

Color info

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

RGB color model

#74ACB5 color RGB value is (116,172,181).

RGB: (116,172,181) (45%, 67%, 71%)

RGB channels and saturation

R 116 of 255 = 45%
G 172 of 255 = 67%
B 181 of 255 = 71%

116
172
181

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

Portions of RGB colors in percentages

R + G + B = 116 + 172 + 181 = 469 (100%)
R 116 of 469 ~ 24.73%
G 172 of 469 ~ 36.67%
B 181 of 469 ~ 38.59'%

%24.73
%36.67
%38.59

CMYK color model

#74ACB5 color CMYK value is (36,5,0,29).

  • cyan value is 35.91%
  • magenta value is 4.97%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (36,5,0,29)
C36M5Y0K29 (36%, 5%, 0%, 29%)
(0.36 / 0.05 / 0.00 / 0.29)

CMYK percentages

%35.91
%4.97
%0
%29.02

Codes

Color #74ACB5 in popluar color models

74 AC B5
RGB 116 172 181
HSL 188° 30.52% 58.24%
HSB/HSV 188° 35.91% 70.98%
CMYK 35.91% 4.97% 0.00%
29.02%

Color #74ACB5 in popluar number systems.

HEX 74 AC B5
Decimal 116 172 181
Binary 1110100 10101100 10110101
Octal 164 254 265

Shades and tints

Shades of #74ACB5

#74ACB5
(116,172,181)
#6A9DA5
(106,157,165)
#608E95
(96,142,149)
#567F85
(86,127,133)
#4C7075
(76,112,117)
#426165
(66,97,101)
#385255
(56,82,85)
#2E4345
(46,67,69)
#243435
(36,52,53)
#1A2525
(26,37,37)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #74ACB5

#74ACB5
(116,172,181)
#80B3BB
(128,179,187)
#8CBAC1
(140,186,193)
#98C1C7
(152,193,199)
#A4C8CD
(164,200,205)
#B0CFD3
(176,207,211)
#BCD6D9
(188,214,217)
#C8DDDF
(200,221,223)
#D4E4E5
(212,228,229)
#E0EBEB
(224,235,235)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74ACB5 color. Also use rgb(116,172,181) instead hex code.

Text Font Color

.myTextColor { color: #74ACB5; }

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

This text font color is #74ACB5.

Background Color

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

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

This div background color is #74ACB5.

Border color

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

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

This div border color is #74ACB5.

Opacity

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

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

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

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

This text has shadow with #74ACB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74ACB5.

Preview

Color preview on black background

This text has color #74ACB5 on black background.


Color preview on white background

This text has color #74ACB5 on white background.


Black color preview on #74ACB5 background

This text has black color on #74ACB5 background.


White color preview on #74ACB5 background

This text has white color on #74ACB5 background.


Related colors

Complementary color

Complementary color for #hex is #8B534A.


I love getcolorcode.com

Triadic colors

1 #B574AC and #ACB574 with #74ACB5 are triadic colors.

2 #B5AC74 and #AC74B5 with #74ACB5 are triadic colors.