COLOR #799DA5

HEX: #799DA5
RGB: (121,157,165)

Color info

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

RGB color model

#799DA5 color RGB value is (121,157,165).

  • red value is 121;
  • green value is 157;
  • blue value is 165.
RGB:
(121,157,165)
(47%,62%,65%)

RGB channels and saturation

R 121 of 255 = 47%
G 157 of 255 = 62%
B 165 of 255 = 65%

121
157
165

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

Portions of RGB colors in percentages

R + G + B =
121 + 157 + 165 = 443 (100%)
R 121 of 443 ~ 27.31%
G 157 of 443 ~ 35.44%
B 165 of 443 ~ 37.25%

%27.31
%35.44
%37.25

CMYK color model

#799DA5 color CMYK value is (27,5,0,35).

  • cyan value is 26.67%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(27,5,0,35)
C27M5Y0K35 
(27%,5%,0%,35%)
(0.27/0.05/0.00/0.35)	

CMYK percentages

%26.67
%4.85
%0
%35.29

Codes

Color #799DA5 in popluar color models

799DA5
RGB121157165
HSL191°19.64%56.08%
HSB/HSV191°26.67%64.71%
CMYK26.67%4.85%0.00%
35.29%

Color #799DA5 in popluar number systems.

HEX799DA5
Decimal121157165
Binary11110011001110110100101
Octal171235245

Shades and tints

Shades of #799DA5

#799DA5
(121,157,165)
#6E8F96
(110,143,150)
#638187
(99,129,135)
#587378
(88,115,120)
#4D6569
(77,101,105)
#42575A
(66,87,90)
#37494B
(55,73,75)
#2C3B3C
(44,59,60)
#212D2D
(33,45,45)
#161F1E
(22,31,30)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #799DA5

#799DA5
(121,157,165)
#85A5AD
(133,165,173)
#91ADB5
(145,173,181)
#9DB5BD
(157,181,189)
#A9BDC5
(169,189,197)
#B5C5CD
(181,197,205)
#C1CDD5
(193,205,213)
#CDD5DD
(205,213,221)
#D9DDE5
(217,221,229)
#E5E5ED
(229,229,237)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799DA5 color. Also use rgb(121,157,165) instead hex code.

Text Font Color

.myTextColor { color: #799DA5; }

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

This text font color is #799DA5.


Background Color

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

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

This div background color is #799DA5.


Border color

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

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

This div border color is #799DA5.


Opacity

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

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

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

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

This text has shadow with #799DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799DA5 on black background.


Color preview on white background

This text has color #799DA5 on white background.



Black color preview on #799DA5 background

This text has black color on #799DA5 background.


White color preview on #799DA5 background

This text has white color on #799DA5 background.