COLOR #9DCA92

HEX: #9DCA92 RGB: (157,202,146)

Color info

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

RGB color model

#9DCA92 color RGB value is (157,202,146).

RGB: (157,202,146) (62%, 79%, 57%)

RGB channels and saturation

R 157 of 255 = 62%
G 202 of 255 = 79%
B 146 of 255 = 57%

157
202
146

R + G + B ~ 66%. #9DCA92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 202 + 146 = 505 (100%)
R 157 of 505 ~ 31.09%
G 202 of 505 ~ 40%
B 146 of 505 ~ 28.91'%

%31.09
%40
%28.91

CMYK color model

#9DCA92 color CMYK value is (22,0,28,21).

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 27.72%
  • key color value is 20.78%

CMYK: (22,0,28,21)
C22M0Y28K21 (22%, 0%, 28%, 21%)
(0.22 / 0.00 / 0.28 / 0.21)

CMYK percentages

%22.28
%0
%27.72
%20.78

Codes

Color #9DCA92 in popluar color models

9D CA 92
RGB 157 202 146
HSL 108° 34.57% 68.24%
HSB/HSV 108° 27.72% 79.22%
CMYK 22.28% 0.00% 27.72%
20.78%

Color #9DCA92 in popluar number systems.

HEX 9D CA 92
Decimal 157 202 146
Binary 10011101 11001010 10010010
Octal 235 312 222

Shades and tints

Shades of #9DCA92

#9DCA92
(157,202,146)
#8FB885
(143,184,133)
#81A678
(129,166,120)
#73946B
(115,148,107)
#65825E
(101,130,94)
#577051
(87,112,81)
#495E44
(73,94,68)
#3B4C37
(59,76,55)
#2D3A2A
(45,58,42)
#1F281D
(31,40,29)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #9DCA92

#9DCA92
(157,202,146)
#A5CE9B
(165,206,155)
#ADD2A4
(173,210,164)
#B5D6AD
(181,214,173)
#BDDAB6
(189,218,182)
#C5DEBF
(197,222,191)
#CDE2C8
(205,226,200)
#D5E6D1
(213,230,209)
#DDEADA
(221,234,218)
#E5EEE3
(229,238,227)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCA92 color. Also use rgb(157,202,146) instead hex code.

Text Font Color

.myTextColor { color: #9DCA92; }

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

This text font color is #9DCA92.

Background Color

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

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

This div background color is #9DCA92.

Border color

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

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

This div border color is #9DCA92.

Opacity

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

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

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

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

This text has shadow with #9DCA92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DCA92.

Preview

Color preview on black background

This text has color #9DCA92 on black background.


Color preview on white background

This text has color #9DCA92 on white background.


Black color preview on #9DCA92 background

This text has black color on #9DCA92 background.


White color preview on #9DCA92 background

This text has white color on #9DCA92 background.


Related colors

Complementary color

Complementary color for #hex is #62356D.


I love getcolorcode.com

Triadic colors

1 #929DCA and #CA929D with #9DCA92 are triadic colors.

2 #92CA9D and #CA9D92 with #9DCA92 are triadic colors.