COLOR #7BB488

HEX: #7BB488
RGB: (123,180,136)

Color info

#7BB488 contains red, green and blue colors in about the same proportion. Web safe color of #7BB488 is #66CC99 (or #6C9).

RGB color model

#7BB488 color RGB value is (123,180,136).

  • red value is 123;
  • green value is 180;
  • blue value is 136.
RGB:
(123,180,136)
(48%,71%,53%)

RGB channels and saturation

R 123 of 255 = 48%
G 180 of 255 = 71%
B 136 of 255 = 53%

123
180
136

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

Portions of RGB colors in percentages

R + G + B =
123 + 180 + 136 = 439 (100%)
R 123 of 439 ~ 28.02%
G 180 of 439 ~ 41%
B 136 of 439 ~ 30.98%

%28.02
%41
%30.98

CMYK color model

#7BB488 color CMYK value is (32,0,24,29).

  • cyan value is 31.67%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 29.41%
CMYK:
(32,0,24,29)
C32M0Y24K29 
(32%,0%,24%,29%)
(0.32/0.00/0.24/0.29)	

CMYK percentages

%31.67
%0
%24.44
%29.41

Codes

Color #7BB488 in popluar color models

7BB488
RGB123180136
HSL134°27.54%59.41%
HSB/HSV134°31.67%70.59%
CMYK31.67%0.00%24.44%
29.41%

Color #7BB488 in popluar number systems.

HEX7BB488
Decimal123180136
Binary11110111011010010001000
Octal173264210

Shades and tints

Shades of #7BB488

#7BB488
(123,180,136)
#70A47C
(112,164,124)
#659470
(101,148,112)
#5A8464
(90,132,100)
#4F7458
(79,116,88)
#44644C
(68,100,76)
#395440
(57,84,64)
#2E4434
(46,68,52)
#233428
(35,52,40)
#18241C
(24,36,28)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #7BB488

#7BB488
(123,180,136)
#87BA92
(135,186,146)
#93C09C
(147,192,156)
#9FC6A6
(159,198,166)
#ABCCB0
(171,204,176)
#B7D2BA
(183,210,186)
#C3D8C4
(195,216,196)
#CFDECE
(207,222,206)
#DBE4D8
(219,228,216)
#E7EAE2
(231,234,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB488 color. Also use rgb(123,180,136) instead hex code.

Text Font Color

.myTextColor { color: #7BB488; }

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

This text font color is #7BB488.


Background Color

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

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

This div background color is #7BB488.


Border color

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

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

This div border color is #7BB488.


Opacity

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

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

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

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

This text has shadow with #7BB488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB488 on black background.


Color preview on white background

This text has color #7BB488 on white background.



Black color preview on #7BB488 background

This text has black color on #7BB488 background.


White color preview on #7BB488 background

This text has white color on #7BB488 background.