COLOR #9BCAA9

HEX: #9BCAA9
RGB: (155,202,169)

Color info

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

RGB color model

#9BCAA9 color RGB value is (155,202,169).

  • red value is 155;
  • green value is 202;
  • blue value is 169.
RGB:
(155,202,169)
(61%,79%,66%)

RGB channels and saturation

R 155 of 255 = 61%
G 202 of 255 = 79%
B 169 of 255 = 66%

155
202
169

R + G + B ~ 69%. #9BCAA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 202 + 169 = 526 (100%)
R 155 of 526 ~ 29.47%
G 202 of 526 ~ 38.4%
B 169 of 526 ~ 32.13%

%29.47
%38.4
%32.13

CMYK color model

#9BCAA9 color CMYK value is (23,0,16,21).

  • cyan value is 23.27%
  • magenta value is 0.00%
  • yellow value is 16.34%
  • key color value is 20.78%
CMYK:
(23,0,16,21)
C23M0Y16K21 
(23%,0%,16%,21%)
(0.23/0.00/0.16/0.21)	

CMYK percentages

%23.27
%0
%16.34
%20.78

Codes

Color #9BCAA9 in popluar color models

9BCAA9
RGB155202169
HSL138°30.72%70.00%
HSB/HSV138°23.27%79.22%
CMYK23.27%0.00%16.34%
20.78%

Color #9BCAA9 in popluar number systems.

HEX9BCAA9
Decimal155202169
Binary100110111100101010101001
Octal233312251

Shades and tints

Shades of #9BCAA9

#9BCAA9
(155,202,169)
#8DB89A
(141,184,154)
#7FA68B
(127,166,139)
#71947C
(113,148,124)
#63826D
(99,130,109)
#55705E
(85,112,94)
#475E4F
(71,94,79)
#394C40
(57,76,64)
#2B3A31
(43,58,49)
#1D2822
(29,40,34)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #9BCAA9

#9BCAA9
(155,202,169)
#A4CEB0
(164,206,176)
#ADD2B7
(173,210,183)
#B6D6BE
(182,214,190)
#BFDAC5
(191,218,197)
#C8DECC
(200,222,204)
#D1E2D3
(209,226,211)
#DAE6DA
(218,230,218)
#E3EAE1
(227,234,225)
#ECEEE8
(236,238,232)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCAA9 color. Also use rgb(155,202,169) instead hex code.

Text Font Color

.myTextColor { color: #9BCAA9; }

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

This text font color is #9BCAA9.


Background Color

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

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

This div background color is #9BCAA9.


Border color

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

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

This div border color is #9BCAA9.


Opacity

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

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

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

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

This text has shadow with #9BCAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCAA9 on black background.


Color preview on white background

This text has color #9BCAA9 on white background.



Black color preview on #9BCAA9 background

This text has black color on #9BCAA9 background.


White color preview on #9BCAA9 background

This text has white color on #9BCAA9 background.