COLOR #799FAB

HEX: #799FAB RGB: (121,159,171)

Color info

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

RGB color model

#799FAB color RGB value is (121,159,171).

RGB: (121,159,171) (47%, 62%, 67%)

RGB channels and saturation

R 121 of 255 = 47%
G 159 of 255 = 62%
B 171 of 255 = 67%

121
159
171

R + G + B ~ 59%. #799FAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 159 + 171 = 451 (100%)
R 121 of 451 ~ 26.83%
G 159 of 451 ~ 35.25%
B 171 of 451 ~ 37.92'%

%26.83
%35.25
%37.92

CMYK color model

#799FAB color CMYK value is (29,7,0,33).

  • cyan value is 29.24%
  • magenta value is 7.02%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (29,7,0,33)
C29M7Y0K33 (29%, 7%, 0%, 33%)
(0.29 / 0.07 / 0.00 / 0.33)

CMYK percentages

%29.24
%7.02
%0
%32.94

Codes

Color #799FAB in popluar color models

79 9F AB
RGB 121 159 171
HSL 194° 22.94% 57.25%
HSB/HSV 194° 29.24% 67.06%
CMYK 29.24% 7.02% 0.00%
32.94%

Color #799FAB in popluar number systems.

HEX 79 9F AB
Decimal 121 159 171
Binary 1111001 10011111 10101011
Octal 171 237 253

Shades and tints

Shades of #799FAB

#799FAB
(121,159,171)
#6E919C
(110,145,156)
#63838D
(99,131,141)
#58757E
(88,117,126)
#4D676F
(77,103,111)
#425960
(66,89,96)
#374B51
(55,75,81)
#2C3D42
(44,61,66)
#212F33
(33,47,51)
#162124
(22,33,36)
#0B1315
(11,19,21)
#000000
(0,0,0)

Tints of #799FAB

#799FAB
(121,159,171)
#85A7B2
(133,167,178)
#91AFB9
(145,175,185)
#9DB7C0
(157,183,192)
#A9BFC7
(169,191,199)
#B5C7CE
(181,199,206)
#C1CFD5
(193,207,213)
#CDD7DC
(205,215,220)
#D9DFE3
(217,223,227)
#E5E7EA
(229,231,234)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799FAB color. Also use rgb(121,159,171) instead hex code.

Text Font Color

.myTextColor { color: #799FAB; }

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

This text font color is #799FAB.

Background Color

.myBgColor { background-color: #799FAB; }

<div style="background-color:#799FAB">Inner text</div>

This div background color is #799FAB.

Border color

.myBorderColor { border: 1px solid #799FAB; }

<div style="border:3px solid #799FAB">Div</div>

This div border color is #799FAB.

Opacity

.myOpacity80 { color: #799FAB; opacity: 0.8; }

<p style="color:#799FAB;opacity:0.8;">80%</p>

Text with #799FAB 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 #799FAB;}

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

This text has shadow with #799FAB color.


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

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

This text has shadow with #799FAB primary color and red secondary color.


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

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

This text has shadow with #799FAB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #799FAB.

Preview

Color preview on black background

This text has color #799FAB on black background.


Color preview on white background

This text has color #799FAB on white background.


Black color preview on #799FAB background

This text has black color on #799FAB background.


White color preview on #799FAB background

This text has white color on #799FAB background.


Related colors

Complementary color

Complementary color for #hex is #866054.


I love getcolorcode.com

Triadic colors

1 #AB799F and #9FAB79 with #799FAB are triadic colors.

2 #AB9F79 and #9F79AB with #799FAB are triadic colors.