COLOR #9DB898

HEX: #9DB898
RGB: (157,184,152)

Color info

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

RGB color model

#9DB898 color RGB value is (157,184,152).

  • red value is 157;
  • green value is 184;
  • blue value is 152.
RGB:
(157,184,152)
(62%,72%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 184 of 255 = 72%
B 152 of 255 = 60%

157
184
152

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

Portions of RGB colors in percentages

R + G + B =
157 + 184 + 152 = 493 (100%)
R 157 of 493 ~ 31.85%
G 184 of 493 ~ 37.32%
B 152 of 493 ~ 30.83%

%31.85
%37.32
%30.83

CMYK color model

#9DB898 color CMYK value is (15,0,17,28).

  • cyan value is 14.67%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 27.84%
CMYK:
(15,0,17,28)
C15M0Y17K28 
(15%,0%,17%,28%)
(0.15/0.00/0.17/0.28)	

CMYK percentages

%14.67
%0
%17.39
%27.84

Codes

Color #9DB898 in popluar color models

9DB898
RGB157184152
HSL111°18.39%65.88%
HSB/HSV111°17.39%72.16%
CMYK14.67%0.00%17.39%
27.84%

Color #9DB898 in popluar number systems.

HEX9DB898
Decimal157184152
Binary100111011011100010011000
Octal235270230

Shades and tints

Shades of #9DB898

#9DB898
(157,184,152)
#8FA88B
(143,168,139)
#81987E
(129,152,126)
#738871
(115,136,113)
#657864
(101,120,100)
#576857
(87,104,87)
#49584A
(73,88,74)
#3B483D
(59,72,61)
#2D3830
(45,56,48)
#1F2823
(31,40,35)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #9DB898

#9DB898
(157,184,152)
#A5BEA1
(165,190,161)
#ADC4AA
(173,196,170)
#B5CAB3
(181,202,179)
#BDD0BC
(189,208,188)
#C5D6C5
(197,214,197)
#CDDCCE
(205,220,206)
#D5E2D7
(213,226,215)
#DDE8E0
(221,232,224)
#E5EEE9
(229,238,233)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB898 color. Also use rgb(157,184,152) instead hex code.

Text Font Color

.myTextColor { color: #9DB898; }

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

This text font color is #9DB898.


Background Color

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

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

This div background color is #9DB898.


Border color

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

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

This div border color is #9DB898.


Opacity

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

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

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

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

This text has shadow with #9DB898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB898 on black background.


Color preview on white background

This text has color #9DB898 on white background.



Black color preview on #9DB898 background

This text has black color on #9DB898 background.


White color preview on #9DB898 background

This text has white color on #9DB898 background.