COLOR #7CBD96

HEX: #7CBD96
RGB: (124,189,150)

Color info

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

RGB color model

#7CBD96 color RGB value is (124,189,150).

  • red value is 124;
  • green value is 189;
  • blue value is 150.
RGB:
(124,189,150)
(49%,74%,59%)

RGB channels and saturation

R 124 of 255 = 49%
G 189 of 255 = 74%
B 150 of 255 = 59%

124
189
150

R + G + B ~ 61%. #7CBD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 189 + 150 = 463 (100%)
R 124 of 463 ~ 26.78%
G 189 of 463 ~ 40.82%
B 150 of 463 ~ 32.4%

%26.78
%40.82
%32.4

CMYK color model

#7CBD96 color CMYK value is (34,0,21,26).

  • cyan value is 34.39%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 25.88%
CMYK:
(34,0,21,26)
C34M0Y21K26 
(34%,0%,21%,26%)
(0.34/0.00/0.21/0.26)	

CMYK percentages

%34.39
%0
%20.63
%25.88

Codes

Color #7CBD96 in popluar color models

7CBD96
RGB124189150
HSL144°32.99%61.37%
HSB/HSV144°34.39%74.12%
CMYK34.39%0.00%20.63%
25.88%

Color #7CBD96 in popluar number systems.

HEX7CBD96
Decimal124189150
Binary11111001011110110010110
Octal174275226

Shades and tints

Shades of #7CBD96

#7CBD96
(124,189,150)
#71AC89
(113,172,137)
#669B7C
(102,155,124)
#5B8A6F
(91,138,111)
#507962
(80,121,98)
#456855
(69,104,85)
#3A5748
(58,87,72)
#2F463B
(47,70,59)
#24352E
(36,53,46)
#192421
(25,36,33)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #7CBD96

#7CBD96
(124,189,150)
#87C39F
(135,195,159)
#92C9A8
(146,201,168)
#9DCFB1
(157,207,177)
#A8D5BA
(168,213,186)
#B3DBC3
(179,219,195)
#BEE1CC
(190,225,204)
#C9E7D5
(201,231,213)
#D4EDDE
(212,237,222)
#DFF3E7
(223,243,231)
#EAF9F0
(234,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CBD96 color. Also use rgb(124,189,150) instead hex code.

Text Font Color

.myTextColor { color: #7CBD96; }

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

This text font color is #7CBD96.


Background Color

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

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

This div background color is #7CBD96.


Border color

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

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

This div border color is #7CBD96.


Opacity

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

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

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

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

This text has shadow with #7CBD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CBD96 on black background.


Color preview on white background

This text has color #7CBD96 on white background.



Black color preview on #7CBD96 background

This text has black color on #7CBD96 background.


White color preview on #7CBD96 background

This text has white color on #7CBD96 background.