COLOR #7BAE8D

HEX: #7BAE8D
RGB: (123,174,141)

Color info

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

RGB color model

#7BAE8D color RGB value is (123,174,141).

  • red value is 123;
  • green value is 174;
  • blue value is 141.
RGB:
(123,174,141)
(48%,68%,55%)

RGB channels and saturation

R 123 of 255 = 48%
G 174 of 255 = 68%
B 141 of 255 = 55%

123
174
141

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

Portions of RGB colors in percentages

R + G + B =
123 + 174 + 141 = 438 (100%)
R 123 of 438 ~ 28.08%
G 174 of 438 ~ 39.73%
B 141 of 438 ~ 32.19%

%28.08
%39.73
%32.19

CMYK color model

#7BAE8D color CMYK value is (29,0,19,32).

  • cyan value is 29.31%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(29,0,19,32)
C29M0Y19K32 
(29%,0%,19%,32%)
(0.29/0.00/0.19/0.32)	

CMYK percentages

%29.31
%0
%18.97
%31.76

Codes

Color #7BAE8D in popluar color models

7BAE8D
RGB123174141
HSL141°23.94%58.24%
HSB/HSV141°29.31%68.24%
CMYK29.31%0.00%18.97%
31.76%

Color #7BAE8D in popluar number systems.

HEX7BAE8D
Decimal123174141
Binary11110111010111010001101
Octal173256215

Shades and tints

Shades of #7BAE8D

#7BAE8D
(123,174,141)
#709F81
(112,159,129)
#659075
(101,144,117)
#5A8169
(90,129,105)
#4F725D
(79,114,93)
#446351
(68,99,81)
#395445
(57,84,69)
#2E4539
(46,69,57)
#23362D
(35,54,45)
#182721
(24,39,33)
#0D1815
(13,24,21)
#000000
(0,0,0)

Tints of #7BAE8D

#7BAE8D
(123,174,141)
#87B597
(135,181,151)
#93BCA1
(147,188,161)
#9FC3AB
(159,195,171)
#ABCAB5
(171,202,181)
#B7D1BF
(183,209,191)
#C3D8C9
(195,216,201)
#CFDFD3
(207,223,211)
#DBE6DD
(219,230,221)
#E7EDE7
(231,237,231)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAE8D color. Also use rgb(123,174,141) instead hex code.

Text Font Color

.myTextColor { color: #7BAE8D; }

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

This text font color is #7BAE8D.


Background Color

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

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

This div background color is #7BAE8D.


Border color

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

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

This div border color is #7BAE8D.


Opacity

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

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

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

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

This text has shadow with #7BAE8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAE8D on black background.


Color preview on white background

This text has color #7BAE8D on white background.



Black color preview on #7BAE8D background

This text has black color on #7BAE8D background.


White color preview on #7BAE8D background

This text has white color on #7BAE8D background.