COLOR #94C59B

HEX: #94C59B RGB: (148,197,155)

Color info

#94C59B contains red, green and blue colors in about the same proportion. Web safe color of #94C59B is #99CC99 (or #9C9).

RGB color model

#94C59B color RGB value is (148,197,155).

RGB: (148,197,155) (58%, 77%, 61%)

RGB channels and saturation

R 148 of 255 = 58%
G 197 of 255 = 77%
B 155 of 255 = 61%

148
197
155

R + G + B ~ 65%. #94C59B is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 197 + 155 = 500 (100%)
R 148 of 500 ~ 29.6%
G 197 of 500 ~ 39.4%
B 155 of 500 ~ 31'%

%29.6
%39.4
%31

CMYK color model

#94C59B color CMYK value is (25,0,21,23).

  • cyan value is 24.87%
  • magenta value is 0.00%
  • yellow value is 21.32%
  • key color value is 22.75%

CMYK: (25,0,21,23)
C25M0Y21K23 (25%, 0%, 21%, 23%)
(0.25 / 0.00 / 0.21 / 0.23)

CMYK percentages

%24.87
%0
%21.32
%22.75

Codes

Color #94C59B in popluar color models

94 C5 9B
RGB 148 197 155
HSL 129° 29.70% 67.65%
HSB/HSV 129° 24.87% 77.25%
CMYK 24.87% 0.00% 21.32%
22.75%

Color #94C59B in popluar number systems.

HEX 94 C5 9B
Decimal 148 197 155
Binary 10010100 11000101 10011011
Octal 224 305 233

Shades and tints

Shades of #94C59B

#94C59B
(148,197,155)
#87B48D
(135,180,141)
#7AA37F
(122,163,127)
#6D9271
(109,146,113)
#608163
(96,129,99)
#537055
(83,112,85)
#465F47
(70,95,71)
#394E39
(57,78,57)
#2C3D2B
(44,61,43)
#1F2C1D
(31,44,29)
#121B0F
(18,27,15)
#000000
(0,0,0)

Tints of #94C59B

#94C59B
(148,197,155)
#9DCAA4
(157,202,164)
#A6CFAD
(166,207,173)
#AFD4B6
(175,212,182)
#B8D9BF
(184,217,191)
#C1DEC8
(193,222,200)
#CAE3D1
(202,227,209)
#D3E8DA
(211,232,218)
#DCEDE3
(220,237,227)
#E5F2EC
(229,242,236)
#EEF7F5
(238,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94C59B color. Also use rgb(148,197,155) instead hex code.

Text Font Color

.myTextColor { color: #94C59B; }

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

This text font color is #94C59B.

Background Color

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

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

This div background color is #94C59B.

Border color

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

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

This div border color is #94C59B.

Opacity

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

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

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

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

This text has shadow with #94C59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94C59B.

Preview

Color preview on black background

This text has color #94C59B on black background.


Color preview on white background

This text has color #94C59B on white background.


Black color preview on #94C59B background

This text has black color on #94C59B background.


White color preview on #94C59B background

This text has white color on #94C59B background.


Related colors

Complementary color

Complementary color for #hex is #6B3A64.


I love getcolorcode.com

Triadic colors

1 #9B94C5 and #C59B94 with #94C59B are triadic colors.

2 #9BC594 and #C5949B with #94C59B are triadic colors.