COLOR #9DCB9C

HEX: #9DCB9C RGB: (157,203,156)

Color info

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

RGB color model

#9DCB9C color RGB value is (157,203,156).

RGB: (157,203,156) (62%, 80%, 61%)

RGB channels and saturation

R 157 of 255 = 62%
G 203 of 255 = 80%
B 156 of 255 = 61%

157
203
156

R + G + B ~ 68%. #9DCB9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 203 + 156 = 516 (100%)
R 157 of 516 ~ 30.43%
G 203 of 516 ~ 39.34%
B 156 of 516 ~ 30.23'%

%30.43
%39.34
%30.23

CMYK color model

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

  • cyan value is 22.66%
  • magenta value is 0.00%
  • yellow value is 23.15%
  • key color value is 20.39%
CMYK: (23,0,23,20) C23M0Y23K20 (23%,0%,23%,20%) (0.23/0.00/0.23/0.20) 

CMYK percentages

%22.66
%0
%23.15
%20.39

Codes

Color #9DCB9C in popluar color models

9D CB 9C
RGB 157 203 156
HSL 119° 31.13% 70.39%
HSB/HSV 119° 23.15% 79.61%
CMYK 22.66% 0.00% 23.15%
20.39%

Color #9DCB9C in popluar number systems.

HEX 9D CB 9C
Decimal 157 203 156
Binary 10011101 11001011 10011100
Octal 235 313 234

Shades and tints

Shades of #9DCB9C

#9DCB9C
(157,203,156)
#8FB98E
(143,185,142)
#81A780
(129,167,128)
#739572
(115,149,114)
#658364
(101,131,100)
#577156
(87,113,86)
#495F48
(73,95,72)
#3B4D3A
(59,77,58)
#2D3B2C
(45,59,44)
#1F291E
(31,41,30)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #9DCB9C

#9DCB9C
(157,203,156)
#A5CFA5
(165,207,165)
#ADD3AE
(173,211,174)
#B5D7B7
(181,215,183)
#BDDBC0
(189,219,192)
#C5DFC9
(197,223,201)
#CDE3D2
(205,227,210)
#D5E7DB
(213,231,219)
#DDEBE4
(221,235,228)
#E5EFED
(229,239,237)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCB9C; }

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

This text font color is #9DCB9C.

Background Color

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

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

This div background color is #9DCB9C.

Border color

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

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

This div border color is #9DCB9C.

Opacity

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

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

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

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

This text has shadow with #9DCB9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DCB9C.

Preview

Color preview on black background

This text has color #9DCB9C on black background.


Color preview on white background

This text has color #9DCB9C on white background.


Black color preview on #9DCB9C background

This text has black color on #9DCB9C background.


White color preview on #9DCB9C background

This text has white color on #9DCB9C background.


Related colors

Complementary color

Complementary color for #hex is #623463.


I love getcolorcode.com

Triadic colors

1 #9C9DCB and #CB9C9D with #9DCB9C are triadic colors.

2 #9CCB9D and #CB9D9C with #9DCB9C are triadic colors.