COLOR #94BC7D

HEX: #94BC7D RGB: (148,188,125)

Color info

#94BC7D contains mainly red and green colors. Web safe color of #94BC7D is #99CC66 (or #9C6).

RGB color model

#94BC7D color RGB value is (148,188,125).

RGB: (148,188,125) (58%, 74%, 49%)

RGB channels and saturation

R 148 of 255 = 58%
G 188 of 255 = 74%
B 125 of 255 = 49%

148
188
125

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

Portions of RGB colors in percentages

R + G + B = 148 + 188 + 125 = 461 (100%)
R 148 of 461 ~ 32.1%
G 188 of 461 ~ 40.78%
B 125 of 461 ~ 27.11'%

%32.1
%40.78
%27.11

CMYK color model

#94BC7D color CMYK value is (21,0,34,26).

  • cyan value is 21.28%
  • magenta value is 0.00%
  • yellow value is 33.51%
  • key color value is 26.27%
CMYK: (21,0,34,26) C21M0Y34K26 (21%,0%,34%,26%) (0.21/0.00/0.34/0.26) 

CMYK percentages

%21.28
%0
%33.51
%26.27

Codes

Color #94BC7D in popluar color models

94 BC 7D
RGB 148 188 125
HSL 98° 31.98% 61.37%
HSB/HSV 98° 33.51% 73.73%
CMYK 21.28% 0.00% 33.51%
26.27%

Color #94BC7D in popluar number systems.

HEX 94 BC 7D
Decimal 148 188 125
Binary 10010100 10111100 1111101
Octal 224 274 175

Shades and tints

Shades of #94BC7D

#94BC7D
(148,188,125)
#87AB72
(135,171,114)
#7A9A67
(122,154,103)
#6D895C
(109,137,92)
#607851
(96,120,81)
#536746
(83,103,70)
#46563B
(70,86,59)
#394530
(57,69,48)
#2C3425
(44,52,37)
#1F231A
(31,35,26)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #94BC7D

#94BC7D
(148,188,125)
#9DC288
(157,194,136)
#A6C893
(166,200,147)
#AFCE9E
(175,206,158)
#B8D4A9
(184,212,169)
#C1DAB4
(193,218,180)
#CAE0BF
(202,224,191)
#D3E6CA
(211,230,202)
#DCECD5
(220,236,213)
#E5F2E0
(229,242,224)
#EEF8EB
(238,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94BC7D color. Also use rgb(148,188,125) instead hex code.

Text Font Color

.myTextColor { color: #94BC7D; }

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

This text font color is #94BC7D.

Background Color

.myBgColor { background-color: #94BC7D; }

<div style="background-color:#94BC7D">Inner text</div>

This div background color is #94BC7D.

Border color

.myBorderColor { border: 1px solid #94BC7D; }

<div style="border:3px solid #94BC7D">Div</div>

This div border color is #94BC7D.

Opacity

.myOpacity80 { color: #94BC7D; opacity: 0.8; }

<p style="color:#94BC7D;opacity:0.8;">80%</p>

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

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

This text has shadow with #94BC7D color.


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

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

This text has shadow with #94BC7D primary color and red secondary color.


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

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

This text has shadow with #94BC7D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #94BC7D.

Preview

Color preview on black background

This text has color #94BC7D on black background.


Color preview on white background

This text has color #94BC7D on white background.


Black color preview on #94BC7D background

This text has black color on #94BC7D background.


White color preview on #94BC7D background

This text has white color on #94BC7D background.


Related colors

Complementary color

Complementary color for #hex is #6B4382.


I love getcolorcode.com

Triadic colors

1 #7D94BC and #BC7D94 with #94BC7D are triadic colors.

2 #7DBC94 and #BC947D with #94BC7D are triadic colors.