COLOR #79B1CD

HEX: #79B1CD
RGB: (121,177,205)

Color info

#79B1CD contains mainly green and blue colors. Web safe color of #79B1CD is #6699CC (or #69C).

RGB color model

#79B1CD color RGB value is (121,177,205).

  • red value is 121;
  • green value is 177;
  • blue value is 205.
RGB:
(121,177,205)
(47%,69%,80%)

RGB channels and saturation

R 121 of 255 = 47%
G 177 of 255 = 69%
B 205 of 255 = 80%

121
177
205

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

Portions of RGB colors in percentages

R + G + B =
121 + 177 + 205 = 503 (100%)
R 121 of 503 ~ 24.06%
G 177 of 503 ~ 35.19%
B 205 of 503 ~ 40.76%

%24.06
%35.19
%40.76

CMYK color model

#79B1CD color CMYK value is (41,14,0,20).

  • cyan value is 40.98%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(41,14,0,20)
C41M14Y0K20 
(41%,14%,0%,20%)
(0.41/0.14/0.00/0.20)	

CMYK percentages

%40.98
%13.66
%0
%19.61

Codes

Color #79B1CD in popluar color models

79B1CD
RGB121177205
HSL200°45.65%63.92%
HSB/HSV200°40.98%80.39%
CMYK40.98%13.66%0.00%
19.61%

Color #79B1CD in popluar number systems.

HEX79B1CD
Decimal121177205
Binary11110011011000111001101
Octal171261315

Shades and tints

Shades of #79B1CD

#79B1CD
(121,177,205)
#6EA1BB
(110,161,187)
#6391A9
(99,145,169)
#588197
(88,129,151)
#4D7185
(77,113,133)
#426173
(66,97,115)
#375161
(55,81,97)
#2C414F
(44,65,79)
#21313D
(33,49,61)
#16212B
(22,33,43)
#0B1119
(11,17,25)
#000000
(0,0,0)

Tints of #79B1CD

#79B1CD
(121,177,205)
#85B8D1
(133,184,209)
#91BFD5
(145,191,213)
#9DC6D9
(157,198,217)
#A9CDDD
(169,205,221)
#B5D4E1
(181,212,225)
#C1DBE5
(193,219,229)
#CDE2E9
(205,226,233)
#D9E9ED
(217,233,237)
#E5F0F1
(229,240,241)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B1CD color. Also use rgb(121,177,205) instead hex code.

Text Font Color

.myTextColor { color: #79B1CD; }

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

This text font color is #79B1CD.


Background Color

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

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

This div background color is #79B1CD.


Border color

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

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

This div border color is #79B1CD.


Opacity

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

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

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

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

This text has shadow with #79B1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B1CD on black background.


Color preview on white background

This text has color #79B1CD on white background.



Black color preview on #79B1CD background

This text has black color on #79B1CD background.


White color preview on #79B1CD background

This text has white color on #79B1CD background.