COLOR #9BC9A4

HEX: #9BC9A4 RGB: (155,201,164)

Color info

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

RGB color model

#9BC9A4 color RGB value is (155,201,164).

RGB: (155,201,164) (61%, 79%, 64%)

RGB channels and saturation

R 155 of 255 = 61%
G 201 of 255 = 79%
B 164 of 255 = 64%

155
201
164

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

Portions of RGB colors in percentages

R + G + B = 155 + 201 + 164 = 520 (100%)
R 155 of 520 ~ 29.81%
G 201 of 520 ~ 38.65%
B 164 of 520 ~ 31.54'%

%29.81
%38.65
%31.54

CMYK color model

#9BC9A4 color CMYK value is (23,0,18,21).

  • cyan value is 22.89%
  • magenta value is 0.00%
  • yellow value is 18.41%
  • key color value is 21.18%

CMYK: (23,0,18,21)
C23M0Y18K21 (23%, 0%, 18%, 21%)
(0.23 / 0.00 / 0.18 / 0.21)

CMYK percentages

%22.89
%0
%18.41
%21.18

Codes

Color #9BC9A4 in popluar color models

9B C9 A4
RGB 155 201 164
HSL 132° 29.87% 69.80%
HSB/HSV 132° 22.89% 78.82%
CMYK 22.89% 0.00% 18.41%
21.18%

Color #9BC9A4 in popluar number systems.

HEX 9B C9 A4
Decimal 155 201 164
Binary 10011011 11001001 10100100
Octal 233 311 244

Shades and tints

Shades of #9BC9A4

#9BC9A4
(155,201,164)
#8DB796
(141,183,150)
#7FA588
(127,165,136)
#71937A
(113,147,122)
#63816C
(99,129,108)
#556F5E
(85,111,94)
#475D50
(71,93,80)
#394B42
(57,75,66)
#2B3934
(43,57,52)
#1D2726
(29,39,38)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #9BC9A4

#9BC9A4
(155,201,164)
#A4CDAC
(164,205,172)
#ADD1B4
(173,209,180)
#B6D5BC
(182,213,188)
#BFD9C4
(191,217,196)
#C8DDCC
(200,221,204)
#D1E1D4
(209,225,212)
#DAE5DC
(218,229,220)
#E3E9E4
(227,233,228)
#ECEDEC
(236,237,236)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC9A4 color. Also use rgb(155,201,164) instead hex code.

Text Font Color

.myTextColor { color: #9BC9A4; }

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

This text font color is #9BC9A4.

Background Color

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

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

This div background color is #9BC9A4.

Border color

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

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

This div border color is #9BC9A4.

Opacity

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

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

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

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

This text has shadow with #9BC9A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC9A4.

Preview

Color preview on black background

This text has color #9BC9A4 on black background.


Color preview on white background

This text has color #9BC9A4 on white background.


Black color preview on #9BC9A4 background

This text has black color on #9BC9A4 background.


White color preview on #9BC9A4 background

This text has white color on #9BC9A4 background.


Related colors

Complementary color

Complementary color for #hex is #64365B.


I love getcolorcode.com

Triadic colors

1 #A49BC9 and #C9A49B with #9BC9A4 are triadic colors.

2 #A4C99B and #C99BA4 with #9BC9A4 are triadic colors.