COLOR #7CBD8B

HEX: #7CBD8B RGB: (124,189,139)

Color info

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

RGB color model

#7CBD8B color RGB value is (124,189,139).

RGB: (124,189,139) (49%, 74%, 55%)

RGB channels and saturation

R 124 of 255 = 49%
G 189 of 255 = 74%
B 139 of 255 = 55%

124
189
139

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

Portions of RGB colors in percentages

R + G + B = 124 + 189 + 139 = 452 (100%)
R 124 of 452 ~ 27.43%
G 189 of 452 ~ 41.81%
B 139 of 452 ~ 30.75'%

%27.43
%41.81
%30.75

CMYK color model

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

  • cyan value is 34.39%
  • magenta value is 0.00%
  • yellow value is 26.46%
  • key color value is 25.88%

CMYK: (34,0,26,26)
C34M0Y26K26 (34%, 0%, 26%, 26%)
(0.34 / 0.00 / 0.26 / 0.26)

CMYK percentages

%34.39
%0
%26.46
%25.88

Codes

Color #7CBD8B in popluar color models

7C BD 8B
RGB 124 189 139
HSL 134° 32.99% 61.37%
HSB/HSV 134° 34.39% 74.12%
CMYK 34.39% 0.00% 26.46%
25.88%

Color #7CBD8B in popluar number systems.

HEX 7C BD 8B
Decimal 124 189 139
Binary 1111100 10111101 10001011
Octal 174 275 213

Shades and tints

Shades of #7CBD8B

#7CBD8B
(124,189,139)
#71AC7F
(113,172,127)
#669B73
(102,155,115)
#5B8A67
(91,138,103)
#50795B
(80,121,91)
#45684F
(69,104,79)
#3A5743
(58,87,67)
#2F4637
(47,70,55)
#24352B
(36,53,43)
#19241F
(25,36,31)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #7CBD8B

#7CBD8B
(124,189,139)
#87C395
(135,195,149)
#92C99F
(146,201,159)
#9DCFA9
(157,207,169)
#A8D5B3
(168,213,179)
#B3DBBD
(179,219,189)
#BEE1C7
(190,225,199)
#C9E7D1
(201,231,209)
#D4EDDB
(212,237,219)
#DFF3E5
(223,243,229)
#EAF9EF
(234,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBD8B; }

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

This text font color is #7CBD8B.

Background Color

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

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

This div background color is #7CBD8B.

Border color

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

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

This div border color is #7CBD8B.

Opacity

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

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

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

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

This text has shadow with #7CBD8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CBD8B.

Preview

Color preview on black background

This text has color #7CBD8B on black background.


Color preview on white background

This text has color #7CBD8B on white background.


Black color preview on #7CBD8B background

This text has black color on #7CBD8B background.


White color preview on #7CBD8B background

This text has white color on #7CBD8B background.


Related colors

Complementary color

Complementary color for #hex is #834274.


I love getcolorcode.com

Triadic colors

1 #8B7CBD and #BD8B7C with #7CBD8B are triadic colors.

2 #8BBD7C and #BD7C8B with #7CBD8B are triadic colors.