COLOR #9DB292

HEX: #9DB292
RGB: (157,178,146)

Color info

#9DB292 contains red, green and blue colors in about the same proportion. Web safe color of #9DB292 is #999999 (or #999).

RGB color model

#9DB292 color RGB value is (157,178,146).

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

RGB channels and saturation

R 157 of 255 = 62%
G 178 of 255 = 70%
B 146 of 255 = 57%

157
178
146

R + G + B ~ 63%. #9DB292 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 178 + 146 = 481 (100%)
R 157 of 481 ~ 32.64%
G 178 of 481 ~ 37.01%
B 146 of 481 ~ 30.35%

%32.64
%37.01
%30.35

CMYK color model

#9DB292 color CMYK value is (12,0,18,30).

  • cyan value is 11.80%
  • magenta value is 0.00%
  • yellow value is 17.98%
  • key color value is 30.20%
CMYK:
(12,0,18,30)
C12M0Y18K30 
(12%,0%,18%,30%)
(0.12/0.00/0.18/0.30)	

CMYK percentages

%11.8
%0
%17.98
%30.2

Codes

Color #9DB292 in popluar color models

9DB292
RGB157178146
HSL99°17.20%63.53%
HSB/HSV99°17.98%69.80%
CMYK11.80%0.00%17.98%
30.20%

Color #9DB292 in popluar number systems.

HEX9DB292
Decimal157178146
Binary100111011011001010010010
Octal235262222

Shades and tints

Shades of #9DB292

#9DB292
(157,178,146)
#8FA285
(143,162,133)
#819278
(129,146,120)
#73826B
(115,130,107)
#65725E
(101,114,94)
#576251
(87,98,81)
#495244
(73,82,68)
#3B4237
(59,66,55)
#2D322A
(45,50,42)
#1F221D
(31,34,29)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #9DB292

#9DB292
(157,178,146)
#A5B99B
(165,185,155)
#ADC0A4
(173,192,164)
#B5C7AD
(181,199,173)
#BDCEB6
(189,206,182)
#C5D5BF
(197,213,191)
#CDDCC8
(205,220,200)
#D5E3D1
(213,227,209)
#DDEADA
(221,234,218)
#E5F1E3
(229,241,227)
#EDF8EC
(237,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB292; }

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

This text font color is #9DB292.


Background Color

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

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

This div background color is #9DB292.


Border color

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

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

This div border color is #9DB292.


Opacity

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

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

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

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

This text has shadow with #9DB292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB292 on black background.


Color preview on white background

This text has color #9DB292 on white background.



Black color preview on #9DB292 background

This text has black color on #9DB292 background.


White color preview on #9DB292 background

This text has white color on #9DB292 background.