COLOR #79AFCB

HEX: #79AFCB RGB: (121,175,203)

Color info

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

RGB color model

#79AFCB color RGB value is (121,175,203).

RGB: (121,175,203) (47%, 69%, 80%)

RGB channels and saturation

R 121 of 255 = 47%
G 175 of 255 = 69%
B 203 of 255 = 80%

121
175
203

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

Portions of RGB colors in percentages

R + G + B = 121 + 175 + 203 = 499 (100%)
R 121 of 499 ~ 24.25%
G 175 of 499 ~ 35.07%
B 203 of 499 ~ 40.68'%

%24.25
%35.07
%40.68

CMYK color model

#79AFCB color CMYK value is (40,14,0,20).

  • cyan value is 40.39%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (40,14,0,20) C40M14Y0K20 (40%,14%,0%,20%) (0.40/0.14/0.00/0.20) 

CMYK percentages

%40.39
%13.79
%0
%20.39

Codes

Color #79AFCB in popluar color models

79 AF CB
RGB 121 175 203
HSL 200° 44.09% 63.53%
HSB/HSV 200° 40.39% 79.61%
CMYK 40.39% 13.79% 0.00%
20.39%

Color #79AFCB in popluar number systems.

HEX 79 AF CB
Decimal 121 175 203
Binary 1111001 10101111 11001011
Octal 171 257 313

Shades and tints

Shades of #79AFCB

#79AFCB
(121,175,203)
#6EA0B9
(110,160,185)
#6391A7
(99,145,167)
#588295
(88,130,149)
#4D7383
(77,115,131)
#426471
(66,100,113)
#37555F
(55,85,95)
#2C464D
(44,70,77)
#21373B
(33,55,59)
#162829
(22,40,41)
#0B1917
(11,25,23)
#000000
(0,0,0)

Tints of #79AFCB

#79AFCB
(121,175,203)
#85B6CF
(133,182,207)
#91BDD3
(145,189,211)
#9DC4D7
(157,196,215)
#A9CBDB
(169,203,219)
#B5D2DF
(181,210,223)
#C1D9E3
(193,217,227)
#CDE0E7
(205,224,231)
#D9E7EB
(217,231,235)
#E5EEEF
(229,238,239)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79AFCB color. Also use rgb(121,175,203) instead hex code.

Text Font Color

.myTextColor { color: #79AFCB; }

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

This text font color is #79AFCB.

Background Color

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

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

This div background color is #79AFCB.

Border color

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

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

This div border color is #79AFCB.

Opacity

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

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

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

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

This text has shadow with #79AFCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79AFCB.

Preview

Color preview on black background

This text has color #79AFCB on black background.


Color preview on white background

This text has color #79AFCB on white background.


Black color preview on #79AFCB background

This text has black color on #79AFCB background.


White color preview on #79AFCB background

This text has white color on #79AFCB background.


Related colors

Complementary color

Complementary color for #hex is #865034.


I love getcolorcode.com

Triadic colors

1 #CB79AF and #AFCB79 with #79AFCB are triadic colors.

2 #CBAF79 and #AF79CB with #79AFCB are triadic colors.