COLOR #7CBD95

HEX: #7CBD95
RGB: (124,189,149)

Color info

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

RGB color model

#7CBD95 color RGB value is (124,189,149).

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

RGB channels and saturation

R 124 of 255 = 49%
G 189 of 255 = 74%
B 149 of 255 = 58%

124
189
149

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

Portions of RGB colors in percentages

R + G + B =
124 + 189 + 149 = 462 (100%)
R 124 of 462 ~ 26.84%
G 189 of 462 ~ 40.91%
B 149 of 462 ~ 32.25%

%26.84
%40.91
%32.25

CMYK color model

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

  • cyan value is 34.39%
  • magenta value is 0.00%
  • yellow value is 21.16%
  • 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
%21.16
%25.88

Codes

Color #7CBD95 in popluar color models

7CBD95
RGB124189149
HSL143°32.99%61.37%
HSB/HSV143°34.39%74.12%
CMYK34.39%0.00%21.16%
25.88%

Color #7CBD95 in popluar number systems.

HEX7CBD95
Decimal124189149
Binary11111001011110110010101
Octal174275225

Shades and tints

Shades of #7CBD95

#7CBD95
(124,189,149)
#71AC88
(113,172,136)
#669B7B
(102,155,123)
#5B8A6E
(91,138,110)
#507961
(80,121,97)
#456854
(69,104,84)
#3A5747
(58,87,71)
#2F463A
(47,70,58)
#24352D
(36,53,45)
#192420
(25,36,32)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #7CBD95

#7CBD95
(124,189,149)
#87C39E
(135,195,158)
#92C9A7
(146,201,167)
#9DCFB0
(157,207,176)
#A8D5B9
(168,213,185)
#B3DBC2
(179,219,194)
#BEE1CB
(190,225,203)
#C9E7D4
(201,231,212)
#D4EDDD
(212,237,221)
#DFF3E6
(223,243,230)
#EAF9EF
(234,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBD95; }

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

This text font color is #7CBD95.


Background Color

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

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

This div background color is #7CBD95.


Border color

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

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

This div border color is #7CBD95.


Opacity

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

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

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

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

This text has shadow with #7CBD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CBD95 on black background.


Color preview on white background

This text has color #7CBD95 on white background.



Black color preview on #7CBD95 background

This text has black color on #7CBD95 background.


White color preview on #7CBD95 background

This text has white color on #7CBD95 background.