COLOR #9DB892

HEX: #9DB892
RGB: (157,184,146)

Color info

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

RGB color model

#9DB892 color RGB value is (157,184,146).

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

RGB channels and saturation

R 157 of 255 = 62%
G 184 of 255 = 72%
B 146 of 255 = 57%

157
184
146

R + G + B ~ 64%. #9DB892 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 184 + 146 = 487 (100%)
R 157 of 487 ~ 32.24%
G 184 of 487 ~ 37.78%
B 146 of 487 ~ 29.98%

%32.24
%37.78
%29.98

CMYK color model

#9DB892 color CMYK value is (15,0,21,28).

  • cyan value is 14.67%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 27.84%
CMYK:
(15,0,21,28)
C15M0Y21K28 
(15%,0%,21%,28%)
(0.15/0.00/0.21/0.28)	

CMYK percentages

%14.67
%0
%20.65
%27.84

Codes

Color #9DB892 in popluar color models

9DB892
RGB157184146
HSL103°21.11%64.71%
HSB/HSV103°20.65%72.16%
CMYK14.67%0.00%20.65%
27.84%

Color #9DB892 in popluar number systems.

HEX9DB892
Decimal157184146
Binary100111011011100010010010
Octal235270222

Shades and tints

Shades of #9DB892

#9DB892
(157,184,146)
#8FA885
(143,168,133)
#819878
(129,152,120)
#73886B
(115,136,107)
#65785E
(101,120,94)
#576851
(87,104,81)
#495844
(73,88,68)
#3B4837
(59,72,55)
#2D382A
(45,56,42)
#1F281D
(31,40,29)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #9DB892

#9DB892
(157,184,146)
#A5BE9B
(165,190,155)
#ADC4A4
(173,196,164)
#B5CAAD
(181,202,173)
#BDD0B6
(189,208,182)
#C5D6BF
(197,214,191)
#CDDCC8
(205,220,200)
#D5E2D1
(213,226,209)
#DDE8DA
(221,232,218)
#E5EEE3
(229,238,227)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB892; }

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

This text font color is #9DB892.


Background Color

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

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

This div background color is #9DB892.


Border color

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

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

This div border color is #9DB892.


Opacity

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

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

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

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

This text has shadow with #9DB892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB892 on black background.


Color preview on white background

This text has color #9DB892 on white background.



Black color preview on #9DB892 background

This text has black color on #9DB892 background.


White color preview on #9DB892 background

This text has white color on #9DB892 background.