COLOR #79B7C3

HEX: #79B7C3
RGB: (121,183,195)

Color info

#79B7C3 contains mainly green and blue colors. Web safe color of #79B7C3 is #66CCCC (or #6CC).

RGB color model

#79B7C3 color RGB value is (121,183,195).

  • red value is 121;
  • green value is 183;
  • blue value is 195.
RGB:
(121,183,195)
(47%,72%,76%)

RGB channels and saturation

R 121 of 255 = 47%
G 183 of 255 = 72%
B 195 of 255 = 76%

121
183
195

R + G + B ~ 65%. #79B7C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 183 + 195 = 499 (100%)
R 121 of 499 ~ 24.25%
G 183 of 499 ~ 36.67%
B 195 of 499 ~ 39.08%

%24.25
%36.67
%39.08

CMYK color model

#79B7C3 color CMYK value is (38,6,0,24).

  • cyan value is 37.95%
  • magenta value is 6.15%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(38,6,0,24)
C38M6Y0K24 
(38%,6%,0%,24%)
(0.38/0.06/0.00/0.24)	

CMYK percentages

%37.95
%6.15
%0
%23.53

Codes

Color #79B7C3 in popluar color models

79B7C3
RGB121183195
HSL190°38.14%61.96%
HSB/HSV190°37.95%76.47%
CMYK37.95%6.15%0.00%
23.53%

Color #79B7C3 in popluar number systems.

HEX79B7C3
Decimal121183195
Binary11110011011011111000011
Octal171267303

Shades and tints

Shades of #79B7C3

#79B7C3
(121,183,195)
#6EA7B2
(110,167,178)
#6397A1
(99,151,161)
#588790
(88,135,144)
#4D777F
(77,119,127)
#42676E
(66,103,110)
#37575D
(55,87,93)
#2C474C
(44,71,76)
#21373B
(33,55,59)
#16272A
(22,39,42)
#0B1719
(11,23,25)
#000000
(0,0,0)

Tints of #79B7C3

#79B7C3
(121,183,195)
#85BDC8
(133,189,200)
#91C3CD
(145,195,205)
#9DC9D2
(157,201,210)
#A9CFD7
(169,207,215)
#B5D5DC
(181,213,220)
#C1DBE1
(193,219,225)
#CDE1E6
(205,225,230)
#D9E7EB
(217,231,235)
#E5EDF0
(229,237,240)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B7C3 color. Also use rgb(121,183,195) instead hex code.

Text Font Color

.myTextColor { color: #79B7C3; }

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

This text font color is #79B7C3.


Background Color

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

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

This div background color is #79B7C3.


Border color

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

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

This div border color is #79B7C3.


Opacity

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

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

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

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

This text has shadow with #79B7C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B7C3 on black background.


Color preview on white background

This text has color #79B7C3 on white background.



Black color preview on #79B7C3 background

This text has black color on #79B7C3 background.


White color preview on #79B7C3 background

This text has white color on #79B7C3 background.