COLOR #7CB498

HEX: #7CB498
RGB: (124,180,152)

Color info

#7CB498 contains red, green and blue colors in about the same proportion. Web safe color of #7CB498 is #66CC99 (or #6C9).

RGB color model

#7CB498 color RGB value is (124,180,152).

  • red value is 124;
  • green value is 180;
  • blue value is 152.
RGB:
(124,180,152)
(49%,71%,60%)

RGB channels and saturation

R 124 of 255 = 49%
G 180 of 255 = 71%
B 152 of 255 = 60%

124
180
152

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

Portions of RGB colors in percentages

R + G + B =
124 + 180 + 152 = 456 (100%)
R 124 of 456 ~ 27.19%
G 180 of 456 ~ 39.47%
B 152 of 456 ~ 33.33%

%27.19
%39.47
%33.33

CMYK color model

#7CB498 color CMYK value is (31,0,16,29).

  • cyan value is 31.11%
  • magenta value is 0.00%
  • yellow value is 15.56%
  • key color value is 29.41%
CMYK:
(31,0,16,29)
C31M0Y16K29 
(31%,0%,16%,29%)
(0.31/0.00/0.16/0.29)	

CMYK percentages

%31.11
%0
%15.56
%29.41

Codes

Color #7CB498 in popluar color models

7CB498
RGB124180152
HSL150°27.18%59.61%
HSB/HSV150°31.11%70.59%
CMYK31.11%0.00%15.56%
29.41%

Color #7CB498 in popluar number systems.

HEX7CB498
Decimal124180152
Binary11111001011010010011000
Octal174264230

Shades and tints

Shades of #7CB498

#7CB498
(124,180,152)
#71A48B
(113,164,139)
#66947E
(102,148,126)
#5B8471
(91,132,113)
#507464
(80,116,100)
#456457
(69,100,87)
#3A544A
(58,84,74)
#2F443D
(47,68,61)
#243430
(36,52,48)
#192423
(25,36,35)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #7CB498

#7CB498
(124,180,152)
#87BAA1
(135,186,161)
#92C0AA
(146,192,170)
#9DC6B3
(157,198,179)
#A8CCBC
(168,204,188)
#B3D2C5
(179,210,197)
#BED8CE
(190,216,206)
#C9DED7
(201,222,215)
#D4E4E0
(212,228,224)
#DFEAE9
(223,234,233)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB498 color. Also use rgb(124,180,152) instead hex code.

Text Font Color

.myTextColor { color: #7CB498; }

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

This text font color is #7CB498.


Background Color

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

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

This div background color is #7CB498.


Border color

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

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

This div border color is #7CB498.


Opacity

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

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

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

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

This text has shadow with #7CB498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB498 on black background.


Color preview on white background

This text has color #7CB498 on white background.



Black color preview on #7CB498 background

This text has black color on #7CB498 background.


White color preview on #7CB498 background

This text has white color on #7CB498 background.