COLOR #7BBFA8

HEX: #7BBFA8 RGB: (123,191,168)

Color info

#7BBFA8 contains mainly green and blue colors. Web safe color of #7BBFA8 is #66CC99 (or #6C9).

RGB color model

#7BBFA8 color RGB value is (123,191,168).

RGB: (123,191,168) (48%, 75%, 66%)

RGB channels and saturation

R 123 of 255 = 48%
G 191 of 255 = 75%
B 168 of 255 = 66%

123
191
168

R + G + B ~ 63%. #7BBFA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 191 + 168 = 482 (100%)
R 123 of 482 ~ 25.52%
G 191 of 482 ~ 39.63%
B 168 of 482 ~ 34.85'%

%25.52
%39.63
%34.85

CMYK color model

#7BBFA8 color CMYK value is (36,0,12,25).

  • cyan value is 35.60%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 25.10%

CMYK: (36,0,12,25)
C36M0Y12K25 (36%, 0%, 12%, 25%)
(0.36 / 0.00 / 0.12 / 0.25)

CMYK percentages

%35.6
%0
%12.04
%25.1

Codes

Color #7BBFA8 in popluar color models

7B BF A8
RGB 123 191 168
HSL 160° 34.69% 61.57%
HSB/HSV 160° 35.60% 74.90%
CMYK 35.60% 0.00% 12.04%
25.10%

Color #7BBFA8 in popluar number systems.

HEX 7B BF A8
Decimal 123 191 168
Binary 1111011 10111111 10101000
Octal 173 277 250

Shades and tints

Shades of #7BBFA8

#7BBFA8
(123,191,168)
#70AE99
(112,174,153)
#659D8A
(101,157,138)
#5A8C7B
(90,140,123)
#4F7B6C
(79,123,108)
#446A5D
(68,106,93)
#39594E
(57,89,78)
#2E483F
(46,72,63)
#233730
(35,55,48)
#182621
(24,38,33)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #7BBFA8

#7BBFA8
(123,191,168)
#87C4AF
(135,196,175)
#93C9B6
(147,201,182)
#9FCEBD
(159,206,189)
#ABD3C4
(171,211,196)
#B7D8CB
(183,216,203)
#C3DDD2
(195,221,210)
#CFE2D9
(207,226,217)
#DBE7E0
(219,231,224)
#E7ECE7
(231,236,231)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BBFA8 color. Also use rgb(123,191,168) instead hex code.

Text Font Color

.myTextColor { color: #7BBFA8; }

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

This text font color is #7BBFA8.

Background Color

.myBgColor { background-color: #7BBFA8; }

<div style="background-color:#7BBFA8">Inner text</div>

This div background color is #7BBFA8.

Border color

.myBorderColor { border: 1px solid #7BBFA8; }

<div style="border:3px solid #7BBFA8">Div</div>

This div border color is #7BBFA8.

Opacity

.myOpacity80 { color: #7BBFA8; opacity: 0.8; }

<p style="color:#7BBFA8;opacity:0.8;">80%</p>

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

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

This text has shadow with #7BBFA8 color.


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

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

This text has shadow with #7BBFA8 primary color and red secondary color.


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

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

This text has shadow with #7BBFA8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7BBFA8.

Preview

Color preview on black background

This text has color #7BBFA8 on black background.


Color preview on white background

This text has color #7BBFA8 on white background.


Black color preview on #7BBFA8 background

This text has black color on #7BBFA8 background.


White color preview on #7BBFA8 background

This text has white color on #7BBFA8 background.


Related colors

Complementary color

Complementary color for #hex is #844057.


I love getcolorcode.com

Triadic colors

1 #A87BBF and #BFA87B with #7BBFA8 are triadic colors.

2 #A8BF7B and #BF7BA8 with #7BBFA8 are triadic colors.