COLOR #9BC3A7

HEX: #9BC3A7 RGB: (155,195,167)

Color info

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

RGB color model

#9BC3A7 color RGB value is (155,195,167).

RGB: (155,195,167) (61%, 76%, 65%)

RGB channels and saturation

R 155 of 255 = 61%
G 195 of 255 = 76%
B 167 of 255 = 65%

155
195
167

R + G + B ~ 67%. #9BC3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 195 + 167 = 517 (100%)
R 155 of 517 ~ 29.98%
G 195 of 517 ~ 37.72%
B 167 of 517 ~ 32.3'%

%29.98
%37.72
%32.3

CMYK color model

#9BC3A7 color CMYK value is (21,0,14,24).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 23.53%

CMYK: (21,0,14,24)
C21M0Y14K24 (21%, 0%, 14%, 24%)
(0.21 / 0.00 / 0.14 / 0.24)

CMYK percentages

%20.51
%0
%14.36
%23.53

Codes

Color #9BC3A7 in popluar color models

9B C3 A7
RGB 155 195 167
HSL 138° 25.00% 68.63%
HSB/HSV 138° 20.51% 76.47%
CMYK 20.51% 0.00% 14.36%
23.53%

Color #9BC3A7 in popluar number systems.

HEX 9B C3 A7
Decimal 155 195 167
Binary 10011011 11000011 10100111
Octal 233 303 247

Shades and tints

Shades of #9BC3A7

#9BC3A7
(155,195,167)
#8DB298
(141,178,152)
#7FA189
(127,161,137)
#71907A
(113,144,122)
#637F6B
(99,127,107)
#556E5C
(85,110,92)
#475D4D
(71,93,77)
#394C3E
(57,76,62)
#2B3B2F
(43,59,47)
#1D2A20
(29,42,32)
#0F1911
(15,25,17)
#000000
(0,0,0)

Tints of #9BC3A7

#9BC3A7
(155,195,167)
#A4C8AF
(164,200,175)
#ADCDB7
(173,205,183)
#B6D2BF
(182,210,191)
#BFD7C7
(191,215,199)
#C8DCCF
(200,220,207)
#D1E1D7
(209,225,215)
#DAE6DF
(218,230,223)
#E3EBE7
(227,235,231)
#ECF0EF
(236,240,239)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC3A7 color. Also use rgb(155,195,167) instead hex code.

Text Font Color

.myTextColor { color: #9BC3A7; }

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

This text font color is #9BC3A7.

Background Color

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

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

This div background color is #9BC3A7.

Border color

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

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

This div border color is #9BC3A7.

Opacity

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

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

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

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

This text has shadow with #9BC3A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC3A7.

Preview

Color preview on black background

This text has color #9BC3A7 on black background.


Color preview on white background

This text has color #9BC3A7 on white background.


Black color preview on #9BC3A7 background

This text has black color on #9BC3A7 background.


White color preview on #9BC3A7 background

This text has white color on #9BC3A7 background.


Related colors

Complementary color

Complementary color for #hex is #643C58.


I love getcolorcode.com

Triadic colors

1 #A79BC3 and #C3A79B with #9BC3A7 are triadic colors.

2 #A7C39B and #C39BA7 with #9BC3A7 are triadic colors.