COLOR #7BA088

HEX: #7BA088 RGB: (123,160,136)

Color info

#7BA088 contains red, green and blue colors in about the same proportion. Web safe color of #7BA088 is #669999 (or #699).

RGB color model

#7BA088 color RGB value is (123,160,136).

RGB: (123,160,136) (48%, 63%, 53%)

RGB channels and saturation

R 123 of 255 = 48%
G 160 of 255 = 63%
B 136 of 255 = 53%

123
160
136

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

Portions of RGB colors in percentages

R + G + B = 123 + 160 + 136 = 419 (100%)
R 123 of 419 ~ 29.36%
G 160 of 419 ~ 38.19%
B 136 of 419 ~ 32.46'%

%29.36
%38.19
%32.46

CMYK color model

#7BA088 color CMYK value is (23,0,15,37).

  • cyan value is 23.13%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 37.25%

CMYK: (23,0,15,37)
C23M0Y15K37 (23%, 0%, 15%, 37%)
(0.23 / 0.00 / 0.15 / 0.37)

CMYK percentages

%23.13
%0
%15
%37.25

Codes

Color #7BA088 in popluar color models

7B A0 88
RGB 123 160 136
HSL 141° 16.30% 55.49%
HSB/HSV 141° 23.13% 62.75%
CMYK 23.13% 0.00% 15.00%
37.25%

Color #7BA088 in popluar number systems.

HEX 7B A0 88
Decimal 123 160 136
Binary 1111011 10100000 10001000
Octal 173 240 210

Shades and tints

Shades of #7BA088

#7BA088
(123,160,136)
#70927C
(112,146,124)
#658470
(101,132,112)
#5A7664
(90,118,100)
#4F6858
(79,104,88)
#445A4C
(68,90,76)
#394C40
(57,76,64)
#2E3E34
(46,62,52)
#233028
(35,48,40)
#18221C
(24,34,28)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #7BA088

#7BA088
(123,160,136)
#87A892
(135,168,146)
#93B09C
(147,176,156)
#9FB8A6
(159,184,166)
#ABC0B0
(171,192,176)
#B7C8BA
(183,200,186)
#C3D0C4
(195,208,196)
#CFD8CE
(207,216,206)
#DBE0D8
(219,224,216)
#E7E8E2
(231,232,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA088; }

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

This text font color is #7BA088.

Background Color

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

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

This div background color is #7BA088.

Border color

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

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

This div border color is #7BA088.

Opacity

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

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

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

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

This text has shadow with #7BA088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA088.

Preview

Color preview on black background

This text has color #7BA088 on black background.


Color preview on white background

This text has color #7BA088 on white background.


Black color preview on #7BA088 background

This text has black color on #7BA088 background.


White color preview on #7BA088 background

This text has white color on #7BA088 background.


Related colors

Complementary color

Complementary color for #hex is #845F77.


I love getcolorcode.com

Triadic colors

1 #887BA0 and #A0887B with #7BA088 are triadic colors.

2 #88A07B and #A07B88 with #7BA088 are triadic colors.