COLOR #9BC5AE

HEX: #9BC5AE RGB: (155,197,174)

Color info

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

RGB color model

#9BC5AE color RGB value is (155,197,174).

RGB: (155,197,174) (61%, 77%, 68%)

RGB channels and saturation

R 155 of 255 = 61%
G 197 of 255 = 77%
B 174 of 255 = 68%

155
197
174

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

Portions of RGB colors in percentages

R + G + B = 155 + 197 + 174 = 526 (100%)
R 155 of 526 ~ 29.47%
G 197 of 526 ~ 37.45%
B 174 of 526 ~ 33.08'%

%29.47
%37.45
%33.08

CMYK color model

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

  • cyan value is 21.32%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 22.75%

CMYK: (21,0,12,23)
C21M0Y12K23 (21%, 0%, 12%, 23%)
(0.21 / 0.00 / 0.12 / 0.23)

CMYK percentages

%21.32
%0
%11.68
%22.75

Codes

Color #9BC5AE in popluar color models

9B C5 AE
RGB 155 197 174
HSL 147° 26.58% 69.02%
HSB/HSV 147° 21.32% 77.25%
CMYK 21.32% 0.00% 11.68%
22.75%

Color #9BC5AE in popluar number systems.

HEX 9B C5 AE
Decimal 155 197 174
Binary 10011011 11000101 10101110
Octal 233 305 256

Shades and tints

Shades of #9BC5AE

#9BC5AE
(155,197,174)
#8DB49F
(141,180,159)
#7FA390
(127,163,144)
#719281
(113,146,129)
#638172
(99,129,114)
#557063
(85,112,99)
#475F54
(71,95,84)
#394E45
(57,78,69)
#2B3D36
(43,61,54)
#1D2C27
(29,44,39)
#0F1B18
(15,27,24)
#000000
(0,0,0)

Tints of #9BC5AE

#9BC5AE
(155,197,174)
#A4CAB5
(164,202,181)
#ADCFBC
(173,207,188)
#B6D4C3
(182,212,195)
#BFD9CA
(191,217,202)
#C8DED1
(200,222,209)
#D1E3D8
(209,227,216)
#DAE8DF
(218,232,223)
#E3EDE6
(227,237,230)
#ECF2ED
(236,242,237)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC5AE color. Also use rgb(155,197,174) instead hex code.

Text Font Color

.myTextColor { color: #9BC5AE; }

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

This text font color is #9BC5AE.

Background Color

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

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

This div background color is #9BC5AE.

Border color

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

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

This div border color is #9BC5AE.

Opacity

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

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

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

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

This text has shadow with #9BC5AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC5AE.

Preview

Color preview on black background

This text has color #9BC5AE on black background.


Color preview on white background

This text has color #9BC5AE on white background.


Black color preview on #9BC5AE background

This text has black color on #9BC5AE background.


White color preview on #9BC5AE background

This text has white color on #9BC5AE background.


Related colors

Complementary color

Complementary color for #hex is #643A51.


I love getcolorcode.com

Triadic colors

1 #AE9BC5 and #C5AE9B with #9BC5AE are triadic colors.

2 #AEC59B and #C59BAE with #9BC5AE are triadic colors.