COLOR #7BB899

HEX: #7BB899
RGB: (123,184,153)

Color info

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

RGB color model

#7BB899 color RGB value is (123,184,153).

  • red value is 123;
  • green value is 184;
  • blue value is 153.
RGB:
(123,184,153)
(48%,72%,60%)

RGB channels and saturation

R 123 of 255 = 48%
G 184 of 255 = 72%
B 153 of 255 = 60%

123
184
153

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

Portions of RGB colors in percentages

R + G + B =
123 + 184 + 153 = 460 (100%)
R 123 of 460 ~ 26.74%
G 184 of 460 ~ 40%
B 153 of 460 ~ 33.26%

%26.74
%40
%33.26

CMYK color model

#7BB899 color CMYK value is (33,0,17,28).

  • cyan value is 33.15%
  • magenta value is 0.00%
  • yellow value is 16.85%
  • key color value is 27.84%
CMYK:
(33,0,17,28)
C33M0Y17K28 
(33%,0%,17%,28%)
(0.33/0.00/0.17/0.28)	

CMYK percentages

%33.15
%0
%16.85
%27.84

Codes

Color #7BB899 in popluar color models

7BB899
RGB123184153
HSL150°30.05%60.20%
HSB/HSV150°33.15%72.16%
CMYK33.15%0.00%16.85%
27.84%

Color #7BB899 in popluar number systems.

HEX7BB899
Decimal123184153
Binary11110111011100010011001
Octal173270231

Shades and tints

Shades of #7BB899

#7BB899
(123,184,153)
#70A88C
(112,168,140)
#65987F
(101,152,127)
#5A8872
(90,136,114)
#4F7865
(79,120,101)
#446858
(68,104,88)
#39584B
(57,88,75)
#2E483E
(46,72,62)
#233831
(35,56,49)
#182824
(24,40,36)
#0D1817
(13,24,23)
#000000
(0,0,0)

Tints of #7BB899

#7BB899
(123,184,153)
#87BEA2
(135,190,162)
#93C4AB
(147,196,171)
#9FCAB4
(159,202,180)
#ABD0BD
(171,208,189)
#B7D6C6
(183,214,198)
#C3DCCF
(195,220,207)
#CFE2D8
(207,226,216)
#DBE8E1
(219,232,225)
#E7EEEA
(231,238,234)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB899 color. Also use rgb(123,184,153) instead hex code.

Text Font Color

.myTextColor { color: #7BB899; }

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

This text font color is #7BB899.


Background Color

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

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

This div background color is #7BB899.


Border color

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

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

This div border color is #7BB899.


Opacity

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

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

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

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

This text has shadow with #7BB899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB899 on black background.


Color preview on white background

This text has color #7BB899 on white background.



Black color preview on #7BB899 background

This text has black color on #7BB899 background.


White color preview on #7BB899 background

This text has white color on #7BB899 background.