COLOR #79BBB7

HEX: #79BBB7 RGB: (121,187,183)

Color info

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

RGB color model

#79BBB7 color RGB value is (121,187,183).

RGB: (121,187,183) (47%, 73%, 72%)

RGB channels and saturation

R 121 of 255 = 47%
G 187 of 255 = 73%
B 183 of 255 = 72%

121
187
183

R + G + B ~ 64%. #79BBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 187 + 183 = 491 (100%)
R 121 of 491 ~ 24.64%
G 187 of 491 ~ 38.09%
B 183 of 491 ~ 37.27'%

%24.64
%38.09
%37.27

CMYK color model

#79BBB7 color CMYK value is (35,0,2,27).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 26.67%

CMYK: (35,0,2,27)
C35M0Y2K27 (35%, 0%, 2%, 27%)
(0.35 / 0.00 / 0.02 / 0.27)

CMYK percentages

%35.29
%0
%2.14
%26.67

Codes

Color #79BBB7 in popluar color models

79 BB B7
RGB 121 187 183
HSL 176° 32.67% 60.39%
HSB/HSV 176° 35.29% 73.33%
CMYK 35.29% 0.00% 2.14%
26.67%

Color #79BBB7 in popluar number systems.

HEX 79 BB B7
Decimal 121 187 183
Binary 1111001 10111011 10110111
Octal 171 273 267

Shades and tints

Shades of #79BBB7

#79BBB7
(121,187,183)
#6EAAA7
(110,170,167)
#639997
(99,153,151)
#588887
(88,136,135)
#4D7777
(77,119,119)
#426667
(66,102,103)
#375557
(55,85,87)
#2C4447
(44,68,71)
#213337
(33,51,55)
#162227
(22,34,39)
#0B1117
(11,17,23)
#000000
(0,0,0)

Tints of #79BBB7

#79BBB7
(121,187,183)
#85C1BD
(133,193,189)
#91C7C3
(145,199,195)
#9DCDC9
(157,205,201)
#A9D3CF
(169,211,207)
#B5D9D5
(181,217,213)
#C1DFDB
(193,223,219)
#CDE5E1
(205,229,225)
#D9EBE7
(217,235,231)
#E5F1ED
(229,241,237)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79BBB7; }

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

This text font color is #79BBB7.

Background Color

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

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

This div background color is #79BBB7.

Border color

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

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

This div border color is #79BBB7.

Opacity

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

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

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

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

This text has shadow with #79BBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79BBB7.

Preview

Color preview on black background

This text has color #79BBB7 on black background.


Color preview on white background

This text has color #79BBB7 on white background.


Black color preview on #79BBB7 background

This text has black color on #79BBB7 background.


White color preview on #79BBB7 background

This text has white color on #79BBB7 background.


Related colors

Complementary color

Complementary color for #hex is #864448.


I love getcolorcode.com

Triadic colors

1 #B779BB and #BBB779 with #79BBB7 are triadic colors.

2 #B7BB79 and #BB79B7 with #79BBB7 are triadic colors.