COLOR #7BA880

HEX: #7BA880
RGB: (123,168,128)

Color info

#7BA880 contains red, green and blue colors in about the same proportion. Web safe color of #7BA880 is #669966 (or #696).

RGB color model

#7BA880 color RGB value is (123,168,128).

  • red value is 123;
  • green value is 168;
  • blue value is 128.
RGB:
(123,168,128)
(48%,66%,50%)

RGB channels and saturation

R 123 of 255 = 48%
G 168 of 255 = 66%
B 128 of 255 = 50%

123
168
128

R + G + B ~ 55%. #7BA880 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 168 + 128 = 419 (100%)
R 123 of 419 ~ 29.36%
G 168 of 419 ~ 40.1%
B 128 of 419 ~ 30.55%

%29.36
%40.1
%30.55

CMYK color model

#7BA880 color CMYK value is (27,0,24,34).

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 34.12%
CMYK:
(27,0,24,34)
C27M0Y24K34 
(27%,0%,24%,34%)
(0.27/0.00/0.24/0.34)	

CMYK percentages

%26.79
%0
%23.81
%34.12

Codes

Color #7BA880 in popluar color models

7BA880
RGB123168128
HSL127°20.55%57.06%
HSB/HSV127°26.79%65.88%
CMYK26.79%0.00%23.81%
34.12%

Color #7BA880 in popluar number systems.

HEX7BA880
Decimal123168128
Binary11110111010100010000000
Octal173250200

Shades and tints

Shades of #7BA880

#7BA880
(123,168,128)
#709975
(112,153,117)
#658A6A
(101,138,106)
#5A7B5F
(90,123,95)
#4F6C54
(79,108,84)
#445D49
(68,93,73)
#394E3E
(57,78,62)
#2E3F33
(46,63,51)
#233028
(35,48,40)
#18211D
(24,33,29)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #7BA880

#7BA880
(123,168,128)
#87AF8B
(135,175,139)
#93B696
(147,182,150)
#9FBDA1
(159,189,161)
#ABC4AC
(171,196,172)
#B7CBB7
(183,203,183)
#C3D2C2
(195,210,194)
#CFD9CD
(207,217,205)
#DBE0D8
(219,224,216)
#E7E7E3
(231,231,227)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA880; }

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

This text font color is #7BA880.


Background Color

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

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

This div background color is #7BA880.


Border color

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

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

This div border color is #7BA880.


Opacity

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

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

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

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

This text has shadow with #7BA880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA880 on black background.


Color preview on white background

This text has color #7BA880 on white background.



Black color preview on #7BA880 background

This text has black color on #7BA880 background.


White color preview on #7BA880 background

This text has white color on #7BA880 background.