COLOR #9DBCAA

HEX: #9DBCAA
RGB: (157,188,170)

Color info

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

RGB color model

#9DBCAA color RGB value is (157,188,170).

  • red value is 157;
  • green value is 188;
  • blue value is 170.
RGB:
(157,188,170)
(62%,74%,67%)

RGB channels and saturation

R 157 of 255 = 62%
G 188 of 255 = 74%
B 170 of 255 = 67%

157
188
170

R + G + B ~ 68%. #9DBCAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 188 + 170 = 515 (100%)
R 157 of 515 ~ 30.49%
G 188 of 515 ~ 36.5%
B 170 of 515 ~ 33.01%

%30.49
%36.5
%33.01

CMYK color model

#9DBCAA color CMYK value is (16,0,10,26).

  • cyan value is 16.49%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 26.27%
CMYK:
(16,0,10,26)
C16M0Y10K26 
(16%,0%,10%,26%)
(0.16/0.00/0.10/0.26)	

CMYK percentages

%16.49
%0
%9.57
%26.27

Codes

Color #9DBCAA in popluar color models

9DBCAA
RGB157188170
HSL145°18.79%67.65%
HSB/HSV145°16.49%73.73%
CMYK16.49%0.00%9.57%
26.27%

Color #9DBCAA in popluar number systems.

HEX9DBCAA
Decimal157188170
Binary100111011011110010101010
Octal235274252

Shades and tints

Shades of #9DBCAA

#9DBCAA
(157,188,170)
#8FAB9B
(143,171,155)
#819A8C
(129,154,140)
#73897D
(115,137,125)
#65786E
(101,120,110)
#57675F
(87,103,95)
#495650
(73,86,80)
#3B4541
(59,69,65)
#2D3432
(45,52,50)
#1F2323
(31,35,35)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #9DBCAA

#9DBCAA
(157,188,170)
#A5C2B1
(165,194,177)
#ADC8B8
(173,200,184)
#B5CEBF
(181,206,191)
#BDD4C6
(189,212,198)
#C5DACD
(197,218,205)
#CDE0D4
(205,224,212)
#D5E6DB
(213,230,219)
#DDECE2
(221,236,226)
#E5F2E9
(229,242,233)
#EDF8F0
(237,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DBCAA color. Also use rgb(157,188,170) instead hex code.

Text Font Color

.myTextColor { color: #9DBCAA; }

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

This text font color is #9DBCAA.


Background Color

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

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

This div background color is #9DBCAA.


Border color

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

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

This div border color is #9DBCAA.


Opacity

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

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

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

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

This text has shadow with #9DBCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBCAA on black background.


Color preview on white background

This text has color #9DBCAA on white background.



Black color preview on #9DBCAA background

This text has black color on #9DBCAA background.


White color preview on #9DBCAA background

This text has white color on #9DBCAA background.