COLOR #9DBE9C

HEX: #9DBE9C RGB: (157,190,156)

Color info

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

RGB color model

#9DBE9C color RGB value is (157,190,156).

RGB: (157,190,156) (62%, 75%, 61%)

RGB channels and saturation

R 157 of 255 = 62%
G 190 of 255 = 75%
B 156 of 255 = 61%

157
190
156

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

Portions of RGB colors in percentages

R + G + B = 157 + 190 + 156 = 503 (100%)
R 157 of 503 ~ 31.21%
G 190 of 503 ~ 37.77%
B 156 of 503 ~ 31.01'%

%31.21
%37.77
%31.01

CMYK color model

#9DBE9C color CMYK value is (17,0,18,25).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 25.49%

CMYK: (17,0,18,25)
C17M0Y18K25 (17%, 0%, 18%, 25%)
(0.17 / 0.00 / 0.18 / 0.25)

CMYK percentages

%17.37
%0
%17.89
%25.49

Codes

Color #9DBE9C in popluar color models

9D BE 9C
RGB 157 190 156
HSL 118° 20.73% 67.84%
HSB/HSV 118° 17.89% 74.51%
CMYK 17.37% 0.00% 17.89%
25.49%

Color #9DBE9C in popluar number systems.

HEX 9D BE 9C
Decimal 157 190 156
Binary 10011101 10111110 10011100
Octal 235 276 234

Shades and tints

Shades of #9DBE9C

#9DBE9C
(157,190,156)
#8FAD8E
(143,173,142)
#819C80
(129,156,128)
#738B72
(115,139,114)
#657A64
(101,122,100)
#576956
(87,105,86)
#495848
(73,88,72)
#3B473A
(59,71,58)
#2D362C
(45,54,44)
#1F251E
(31,37,30)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #9DBE9C

#9DBE9C
(157,190,156)
#A5C3A5
(165,195,165)
#ADC8AE
(173,200,174)
#B5CDB7
(181,205,183)
#BDD2C0
(189,210,192)
#C5D7C9
(197,215,201)
#CDDCD2
(205,220,210)
#D5E1DB
(213,225,219)
#DDE6E4
(221,230,228)
#E5EBED
(229,235,237)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBE9C; }

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

This text font color is #9DBE9C.

Background Color

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

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

This div background color is #9DBE9C.

Border color

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

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

This div border color is #9DBE9C.

Opacity

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

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

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

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

This text has shadow with #9DBE9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DBE9C.

Preview

Color preview on black background

This text has color #9DBE9C on black background.


Color preview on white background

This text has color #9DBE9C on white background.


Black color preview on #9DBE9C background

This text has black color on #9DBE9C background.


White color preview on #9DBE9C background

This text has white color on #9DBE9C background.


Related colors

Complementary color

Complementary color for #hex is #624163.


I love getcolorcode.com

Triadic colors

1 #9C9DBE and #BE9C9D with #9DBE9C are triadic colors.

2 #9CBE9D and #BE9D9C with #9DBE9C are triadic colors.