COLOR #799CAB

HEX: #799CAB
RGB: (121,156,171)

Color info

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

RGB color model

#799CAB color RGB value is (121,156,171).

  • red value is 121;
  • green value is 156;
  • blue value is 171.
RGB:
(121,156,171)
(47%,61%,67%)

RGB channels and saturation

R 121 of 255 = 47%
G 156 of 255 = 61%
B 171 of 255 = 67%

121
156
171

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

Portions of RGB colors in percentages

R + G + B =
121 + 156 + 171 = 448 (100%)
R 121 of 448 ~ 27.01%
G 156 of 448 ~ 34.82%
B 171 of 448 ~ 38.17%

%27.01
%34.82
%38.17

CMYK color model

#799CAB color CMYK value is (29,9,0,33).

  • cyan value is 29.24%
  • magenta value is 8.77%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(29,9,0,33)
C29M9Y0K33 
(29%,9%,0%,33%)
(0.29/0.09/0.00/0.33)	

CMYK percentages

%29.24
%8.77
%0
%32.94

Codes

Color #799CAB in popluar color models

799CAB
RGB121156171
HSL198°22.94%57.25%
HSB/HSV198°29.24%67.06%
CMYK29.24%8.77%0.00%
32.94%

Color #799CAB in popluar number systems.

HEX799CAB
Decimal121156171
Binary11110011001110010101011
Octal171234253

Shades and tints

Shades of #799CAB

#799CAB
(121,156,171)
#6E8E9C
(110,142,156)
#63808D
(99,128,141)
#58727E
(88,114,126)
#4D646F
(77,100,111)
#425660
(66,86,96)
#374851
(55,72,81)
#2C3A42
(44,58,66)
#212C33
(33,44,51)
#161E24
(22,30,36)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #799CAB

#799CAB
(121,156,171)
#85A5B2
(133,165,178)
#91AEB9
(145,174,185)
#9DB7C0
(157,183,192)
#A9C0C7
(169,192,199)
#B5C9CE
(181,201,206)
#C1D2D5
(193,210,213)
#CDDBDC
(205,219,220)
#D9E4E3
(217,228,227)
#E5EDEA
(229,237,234)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799CAB; }

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

This text font color is #799CAB.


Background Color

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

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

This div background color is #799CAB.


Border color

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

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

This div border color is #799CAB.


Opacity

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

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

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

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

This text has shadow with #799CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799CAB on black background.


Color preview on white background

This text has color #799CAB on white background.



Black color preview on #799CAB background

This text has black color on #799CAB background.


White color preview on #799CAB background

This text has white color on #799CAB background.