COLOR #9DBE97

HEX: #9DBE97 RGB: (157,190,151)

Color info

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

RGB color model

#9DBE97 color RGB value is (157,190,151).

RGB: (157,190,151) (62%, 75%, 59%)

RGB channels and saturation

R 157 of 255 = 62%
G 190 of 255 = 75%
B 151 of 255 = 59%

157
190
151

R + G + B ~ 65%. #9DBE97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 190 + 151 = 498 (100%)
R 157 of 498 ~ 31.53%
G 190 of 498 ~ 38.15%
B 151 of 498 ~ 30.32'%

%31.53
%38.15
%30.32

CMYK color model

#9DBE97 color CMYK value is (17,0,21,25).

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

CMYK: (17,0,21,25)
C17M0Y21K25 (17%, 0%, 21%, 25%)
(0.17 / 0.00 / 0.21 / 0.25)

CMYK percentages

%17.37
%0
%20.53
%25.49

Codes

Color #9DBE97 in popluar color models

9D BE 97
RGB 157 190 151
HSL 111° 23.08% 66.86%
HSB/HSV 111° 20.53% 74.51%
CMYK 17.37% 0.00% 20.53%
25.49%

Color #9DBE97 in popluar number systems.

HEX 9D BE 97
Decimal 157 190 151
Binary 10011101 10111110 10010111
Octal 235 276 227

Shades and tints

Shades of #9DBE97

#9DBE97
(157,190,151)
#8FAD8A
(143,173,138)
#819C7D
(129,156,125)
#738B70
(115,139,112)
#657A63
(101,122,99)
#576956
(87,105,86)
#495849
(73,88,73)
#3B473C
(59,71,60)
#2D362F
(45,54,47)
#1F2522
(31,37,34)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #9DBE97

#9DBE97
(157,190,151)
#A5C3A0
(165,195,160)
#ADC8A9
(173,200,169)
#B5CDB2
(181,205,178)
#BDD2BB
(189,210,187)
#C5D7C4
(197,215,196)
#CDDCCD
(205,220,205)
#D5E1D6
(213,225,214)
#DDE6DF
(221,230,223)
#E5EBE8
(229,235,232)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBE97; }

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

This text font color is #9DBE97.

Background Color

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

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

This div background color is #9DBE97.

Border color

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

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

This div border color is #9DBE97.

Opacity

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

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

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

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

This text has shadow with #9DBE97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DBE97.

Preview

Color preview on black background

This text has color #9DBE97 on black background.


Color preview on white background

This text has color #9DBE97 on white background.


Black color preview on #9DBE97 background

This text has black color on #9DBE97 background.


White color preview on #9DBE97 background

This text has white color on #9DBE97 background.


Related colors

Complementary color

Complementary color for #hex is #624168.


I love getcolorcode.com

Triadic colors

1 #979DBE and #BE979D with #9DBE97 are triadic colors.

2 #97BE9D and #BE9D97 with #9DBE97 are triadic colors.