COLOR #9DCB94

HEX: #9DCB94
RGB: (157,203,148)

Color info

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

RGB color model

#9DCB94 color RGB value is (157,203,148).

  • red value is 157;
  • green value is 203;
  • blue value is 148.
RGB:
(157,203,148)
(62%,80%,58%)

RGB channels and saturation

R 157 of 255 = 62%
G 203 of 255 = 80%
B 148 of 255 = 58%

157
203
148

R + G + B ~ 67%. #9DCB94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 203 + 148 = 508 (100%)
R 157 of 508 ~ 30.91%
G 203 of 508 ~ 39.96%
B 148 of 508 ~ 29.13%

%30.91
%39.96
%29.13

CMYK color model

#9DCB94 color CMYK value is (23,0,27,20).

  • cyan value is 22.66%
  • magenta value is 0.00%
  • yellow value is 27.09%
  • key color value is 20.39%
CMYK:
(23,0,27,20)
C23M0Y27K20 
(23%,0%,27%,20%)
(0.23/0.00/0.27/0.20)	

CMYK percentages

%22.66
%0
%27.09
%20.39

Codes

Color #9DCB94 in popluar color models

9DCB94
RGB157203148
HSL110°34.59%68.82%
HSB/HSV110°27.09%79.61%
CMYK22.66%0.00%27.09%
20.39%

Color #9DCB94 in popluar number systems.

HEX9DCB94
Decimal157203148
Binary100111011100101110010100
Octal235313224

Shades and tints

Shades of #9DCB94

#9DCB94
(157,203,148)
#8FB987
(143,185,135)
#81A77A
(129,167,122)
#73956D
(115,149,109)
#658360
(101,131,96)
#577153
(87,113,83)
#495F46
(73,95,70)
#3B4D39
(59,77,57)
#2D3B2C
(45,59,44)
#1F291F
(31,41,31)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #9DCB94

#9DCB94
(157,203,148)
#A5CF9D
(165,207,157)
#ADD3A6
(173,211,166)
#B5D7AF
(181,215,175)
#BDDBB8
(189,219,184)
#C5DFC1
(197,223,193)
#CDE3CA
(205,227,202)
#D5E7D3
(213,231,211)
#DDEBDC
(221,235,220)
#E5EFE5
(229,239,229)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCB94 color. Also use rgb(157,203,148) instead hex code.

Text Font Color

.myTextColor { color: #9DCB94; }

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

This text font color is #9DCB94.


Background Color

.myBgColor { background-color: #9DCB94; }

<div style="background-color:#9DCB94">Inner text</div>

This div background color is #9DCB94.


Border color

.myBorderColor { border: 1px solid #9DCB94; }

<div style="border:3px solid #9DCB94">Div</div>

This div border color is #9DCB94.


Opacity

.myOpacity80 { color: #9DCB94; opacity: 0.8; }

<p style="color:#9DCB94;opacity:0.8;">80%</p>

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

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

This text has shadow with #9DCB94 color.

.textShadow {text-shadow: 3px 3px 1px #9DCB94, 3px 3px 1px red;}

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

This text has shadow with #9DCB94 primary color and red secondary color.


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

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

This text has shadow with #9DCB94 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCB94 on black background.


Color preview on white background

This text has color #9DCB94 on white background.



Black color preview on #9DCB94 background

This text has black color on #9DCB94 background.


White color preview on #9DCB94 background

This text has white color on #9DCB94 background.