COLOR #7BA699

HEX: #7BA699
RGB: (123,166,153)

Color info

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

RGB color model

#7BA699 color RGB value is (123,166,153).

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

RGB channels and saturation

R 123 of 255 = 48%
G 166 of 255 = 65%
B 153 of 255 = 60%

123
166
153

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

Portions of RGB colors in percentages

R + G + B =
123 + 166 + 153 = 442 (100%)
R 123 of 442 ~ 27.83%
G 166 of 442 ~ 37.56%
B 153 of 442 ~ 34.62%

%27.83
%37.56
%34.62

CMYK color model

#7BA699 color CMYK value is (26,0,8,35).

  • cyan value is 25.90%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 34.90%
CMYK:
(26,0,8,35)
C26M0Y8K35 
(26%,0%,8%,35%)
(0.26/0.00/0.08/0.35)	

CMYK percentages

%25.9
%0
%7.83
%34.9

Codes

Color #7BA699 in popluar color models

7BA699
RGB123166153
HSL162°19.46%56.67%
HSB/HSV162°25.90%65.10%
CMYK25.90%0.00%7.83%
34.90%

Color #7BA699 in popluar number systems.

HEX7BA699
Decimal123166153
Binary11110111010011010011001
Octal173246231

Shades and tints

Shades of #7BA699

#7BA699
(123,166,153)
#70978C
(112,151,140)
#65887F
(101,136,127)
#5A7972
(90,121,114)
#4F6A65
(79,106,101)
#445B58
(68,91,88)
#394C4B
(57,76,75)
#2E3D3E
(46,61,62)
#232E31
(35,46,49)
#181F24
(24,31,36)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #7BA699

#7BA699
(123,166,153)
#87AEA2
(135,174,162)
#93B6AB
(147,182,171)
#9FBEB4
(159,190,180)
#ABC6BD
(171,198,189)
#B7CEC6
(183,206,198)
#C3D6CF
(195,214,207)
#CFDED8
(207,222,216)
#DBE6E1
(219,230,225)
#E7EEEA
(231,238,234)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA699; }

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

This text font color is #7BA699.


Background Color

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

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

This div background color is #7BA699.


Border color

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

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

This div border color is #7BA699.


Opacity

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

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

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

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

This text has shadow with #7BA699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA699 on black background.


Color preview on white background

This text has color #7BA699 on white background.



Black color preview on #7BA699 background

This text has black color on #7BA699 background.


White color preview on #7BA699 background

This text has white color on #7BA699 background.