COLOR #79ACB4

HEX: #79ACB4 RGB: (121,172,180)

Color info

#79ACB4 contains red, green and blue colors in about the same proportion. Web safe color of #79ACB4 is #6699CC (or #69C).

RGB color model

#79ACB4 color RGB value is (121,172,180).

RGB: (121,172,180) (47%, 67%, 71%)

RGB channels and saturation

R 121 of 255 = 47%
G 172 of 255 = 67%
B 180 of 255 = 71%

121
172
180

R + G + B ~ 62%. #79ACB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 172 + 180 = 473 (100%)
R 121 of 473 ~ 25.58%
G 172 of 473 ~ 36.36%
B 180 of 473 ~ 38.05'%

%25.58
%36.36
%38.05

CMYK color model

#79ACB4 color CMYK value is (33,4,0,29).

  • cyan value is 32.78%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (33,4,0,29)
C33M4Y0K29 (33%, 4%, 0%, 29%)
(0.33 / 0.04 / 0.00 / 0.29)

CMYK percentages

%32.78
%4.44
%0
%29.41

Codes

Color #79ACB4 in popluar color models

79 AC B4
RGB 121 172 180
HSL 188° 28.23% 59.02%
HSB/HSV 188° 32.78% 70.59%
CMYK 32.78% 4.44% 0.00%
29.41%

Color #79ACB4 in popluar number systems.

HEX 79 AC B4
Decimal 121 172 180
Binary 1111001 10101100 10110100
Octal 171 254 264

Shades and tints

Shades of #79ACB4

#79ACB4
(121,172,180)
#6E9DA4
(110,157,164)
#638E94
(99,142,148)
#587F84
(88,127,132)
#4D7074
(77,112,116)
#426164
(66,97,100)
#375254
(55,82,84)
#2C4344
(44,67,68)
#213434
(33,52,52)
#162524
(22,37,36)
#0B1614
(11,22,20)
#000000
(0,0,0)

Tints of #79ACB4

#79ACB4
(121,172,180)
#85B3BA
(133,179,186)
#91BAC0
(145,186,192)
#9DC1C6
(157,193,198)
#A9C8CC
(169,200,204)
#B5CFD2
(181,207,210)
#C1D6D8
(193,214,216)
#CDDDDE
(205,221,222)
#D9E4E4
(217,228,228)
#E5EBEA
(229,235,234)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79ACB4 color. Also use rgb(121,172,180) instead hex code.

Text Font Color

.myTextColor { color: #79ACB4; }

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

This text font color is #79ACB4.

Background Color

.myBgColor { background-color: #79ACB4; }

<div style="background-color:#79ACB4">Inner text</div>

This div background color is #79ACB4.

Border color

.myBorderColor { border: 1px solid #79ACB4; }

<div style="border:3px solid #79ACB4">Div</div>

This div border color is #79ACB4.

Opacity

.myOpacity80 { color: #79ACB4; opacity: 0.8; }

<p style="color:#79ACB4;opacity:0.8;">80%</p>

Text with #79ACB4 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 #79ACB4;}

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

This text has shadow with #79ACB4 color.


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

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

This text has shadow with #79ACB4 primary color and red secondary color.


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

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

This text has shadow with #79ACB4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79ACB4.

Preview

Color preview on black background

This text has color #79ACB4 on black background.


Color preview on white background

This text has color #79ACB4 on white background.


Black color preview on #79ACB4 background

This text has black color on #79ACB4 background.


White color preview on #79ACB4 background

This text has white color on #79ACB4 background.


Related colors

Complementary color

Complementary color for #hex is #86534B.


I love getcolorcode.com

Triadic colors

1 #B479AC and #ACB479 with #79ACB4 are triadic colors.

2 #B4AC79 and #AC79B4 with #79ACB4 are triadic colors.