COLOR #9BC1AD

HEX: #9BC1AD RGB: (155,193,173)

Color info

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

RGB color model

#9BC1AD color RGB value is (155,193,173).

RGB: (155,193,173) (61%, 76%, 68%)

RGB channels and saturation

R 155 of 255 = 61%
G 193 of 255 = 76%
B 173 of 255 = 68%

155
193
173

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

Portions of RGB colors in percentages

R + G + B = 155 + 193 + 173 = 521 (100%)
R 155 of 521 ~ 29.75%
G 193 of 521 ~ 37.04%
B 173 of 521 ~ 33.21'%

%29.75
%37.04
%33.21

CMYK color model

#9BC1AD color CMYK value is (20,0,10,24).

  • cyan value is 19.69%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 24.31%

CMYK: (20,0,10,24)
C20M0Y10K24 (20%, 0%, 10%, 24%)
(0.20 / 0.00 / 0.10 / 0.24)

CMYK percentages

%19.69
%0
%10.36
%24.31

Codes

Color #9BC1AD in popluar color models

9B C1 AD
RGB 155 193 173
HSL 148° 23.46% 68.24%
HSB/HSV 148° 19.69% 75.69%
CMYK 19.69% 0.00% 10.36%
24.31%

Color #9BC1AD in popluar number systems.

HEX 9B C1 AD
Decimal 155 193 173
Binary 10011011 11000001 10101101
Octal 233 301 255

Shades and tints

Shades of #9BC1AD

#9BC1AD
(155,193,173)
#8DB09E
(141,176,158)
#7F9F8F
(127,159,143)
#718E80
(113,142,128)
#637D71
(99,125,113)
#556C62
(85,108,98)
#475B53
(71,91,83)
#394A44
(57,74,68)
#2B3935
(43,57,53)
#1D2826
(29,40,38)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #9BC1AD

#9BC1AD
(155,193,173)
#A4C6B4
(164,198,180)
#ADCBBB
(173,203,187)
#B6D0C2
(182,208,194)
#BFD5C9
(191,213,201)
#C8DAD0
(200,218,208)
#D1DFD7
(209,223,215)
#DAE4DE
(218,228,222)
#E3E9E5
(227,233,229)
#ECEEEC
(236,238,236)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC1AD color. Also use rgb(155,193,173) instead hex code.

Text Font Color

.myTextColor { color: #9BC1AD; }

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

This text font color is #9BC1AD.

Background Color

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

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

This div background color is #9BC1AD.

Border color

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

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

This div border color is #9BC1AD.

Opacity

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

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

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

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

This text has shadow with #9BC1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC1AD.

Preview

Color preview on black background

This text has color #9BC1AD on black background.


Color preview on white background

This text has color #9BC1AD on white background.


Black color preview on #9BC1AD background

This text has black color on #9BC1AD background.


White color preview on #9BC1AD background

This text has white color on #9BC1AD background.


Related colors

Complementary color

Complementary color for #hex is #643E52.


I love getcolorcode.com

Triadic colors

1 #AD9BC1 and #C1AD9B with #9BC1AD are triadic colors.

2 #ADC19B and #C19BAD with #9BC1AD are triadic colors.