COLOR #9BC4AC

HEX: #9BC4AC
RGB: (155,196,172)

Color info

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

RGB color model

#9BC4AC color RGB value is (155,196,172).

  • red value is 155;
  • green value is 196;
  • blue value is 172.
RGB:
(155,196,172)
(61%,77%,67%)

RGB channels and saturation

R 155 of 255 = 61%
G 196 of 255 = 77%
B 172 of 255 = 67%

155
196
172

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

Portions of RGB colors in percentages

R + G + B =
155 + 196 + 172 = 523 (100%)
R 155 of 523 ~ 29.64%
G 196 of 523 ~ 37.48%
B 172 of 523 ~ 32.89%

%29.64
%37.48
%32.89

CMYK color model

#9BC4AC color CMYK value is (21,0,12,23).

  • cyan value is 20.92%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 23.14%
CMYK:
(21,0,12,23)
C21M0Y12K23 
(21%,0%,12%,23%)
(0.21/0.00/0.12/0.23)	

CMYK percentages

%20.92
%0
%12.24
%23.14

Codes

Color #9BC4AC in popluar color models

9BC4AC
RGB155196172
HSL145°25.79%68.82%
HSB/HSV145°20.92%76.86%
CMYK20.92%0.00%12.24%
23.14%

Color #9BC4AC in popluar number systems.

HEX9BC4AC
Decimal155196172
Binary100110111100010010101100
Octal233304254

Shades and tints

Shades of #9BC4AC

#9BC4AC
(155,196,172)
#8DB39D
(141,179,157)
#7FA28E
(127,162,142)
#71917F
(113,145,127)
#638070
(99,128,112)
#556F61
(85,111,97)
#475E52
(71,94,82)
#394D43
(57,77,67)
#2B3C34
(43,60,52)
#1D2B25
(29,43,37)
#0F1A16
(15,26,22)
#000000
(0,0,0)

Tints of #9BC4AC

#9BC4AC
(155,196,172)
#A4C9B3
(164,201,179)
#ADCEBA
(173,206,186)
#B6D3C1
(182,211,193)
#BFD8C8
(191,216,200)
#C8DDCF
(200,221,207)
#D1E2D6
(209,226,214)
#DAE7DD
(218,231,221)
#E3ECE4
(227,236,228)
#ECF1EB
(236,241,235)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC4AC color. Also use rgb(155,196,172) instead hex code.

Text Font Color

.myTextColor { color: #9BC4AC; }

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

This text font color is #9BC4AC.


Background Color

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

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

This div background color is #9BC4AC.


Border color

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

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

This div border color is #9BC4AC.


Opacity

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

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

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

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

This text has shadow with #9BC4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC4AC on black background.


Color preview on white background

This text has color #9BC4AC on white background.



Black color preview on #9BC4AC background

This text has black color on #9BC4AC background.


White color preview on #9BC4AC background

This text has white color on #9BC4AC background.