COLOR #7CB99B

HEX: #7CB99B RGB: (124,185,155)

Color info

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

RGB color model

#7CB99B color RGB value is (124,185,155).

RGB: (124,185,155) (49%, 73%, 61%)

RGB channels and saturation

R 124 of 255 = 49%
G 185 of 255 = 73%
B 155 of 255 = 61%

124
185
155

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

Portions of RGB colors in percentages

R + G + B = 124 + 185 + 155 = 464 (100%)
R 124 of 464 ~ 26.72%
G 185 of 464 ~ 39.87%
B 155 of 464 ~ 33.41'%

%26.72
%39.87
%33.41

CMYK color model

#7CB99B color CMYK value is (33,0,16,27).

  • cyan value is 32.97%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 27.45%
CMYK: (33,0,16,27) C33M0Y16K27 (33%,0%,16%,27%) (0.33/0.00/0.16/0.27) 

CMYK percentages

%32.97
%0
%16.22
%27.45

Codes

Color #7CB99B in popluar color models

7C B9 9B
RGB 124 185 155
HSL 150° 30.35% 60.59%
HSB/HSV 150° 32.97% 72.55%
CMYK 32.97% 0.00% 16.22%
27.45%

Color #7CB99B in popluar number systems.

HEX 7C B9 9B
Decimal 124 185 155
Binary 1111100 10111001 10011011
Octal 174 271 233

Shades and tints

Shades of #7CB99B

#7CB99B
(124,185,155)
#71A98D
(113,169,141)
#66997F
(102,153,127)
#5B8971
(91,137,113)
#507963
(80,121,99)
#456955
(69,105,85)
#3A5947
(58,89,71)
#2F4939
(47,73,57)
#24392B
(36,57,43)
#19291D
(25,41,29)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #7CB99B

#7CB99B
(124,185,155)
#87BFA4
(135,191,164)
#92C5AD
(146,197,173)
#9DCBB6
(157,203,182)
#A8D1BF
(168,209,191)
#B3D7C8
(179,215,200)
#BEDDD1
(190,221,209)
#C9E3DA
(201,227,218)
#D4E9E3
(212,233,227)
#DFEFEC
(223,239,236)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB99B color. Also use rgb(124,185,155) instead hex code.

Text Font Color

.myTextColor { color: #7CB99B; }

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

This text font color is #7CB99B.

Background Color

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

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

This div background color is #7CB99B.

Border color

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

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

This div border color is #7CB99B.

Opacity

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

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

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

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

This text has shadow with #7CB99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB99B.

Preview

Color preview on black background

This text has color #7CB99B on black background.


Color preview on white background

This text has color #7CB99B on white background.


Black color preview on #7CB99B background

This text has black color on #7CB99B background.


White color preview on #7CB99B background

This text has white color on #7CB99B background.


Related colors

Complementary color

Complementary color for #hex is #834664.


I love getcolorcode.com

Triadic colors

1 #9B7CB9 and #B99B7C with #7CB99B are triadic colors.

2 #9BB97C and #B97C9B with #7CB99B are triadic colors.