COLOR #99C5B6

HEX: #99C5B6 RGB: (153,197,182)

Color info

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

RGB color model

#99C5B6 color RGB value is (153,197,182).

RGB: (153,197,182) (60%, 77%, 71%)

RGB channels and saturation

R 153 of 255 = 60%
G 197 of 255 = 77%
B 182 of 255 = 71%

153
197
182

R + G + B ~ 69%. #99C5B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 197 + 182 = 532 (100%)
R 153 of 532 ~ 28.76%
G 197 of 532 ~ 37.03%
B 182 of 532 ~ 34.21'%

%28.76
%37.03
%34.21

CMYK color model

#99C5B6 color CMYK value is (22,0,8,23).

  • cyan value is 22.34%
  • magenta value is 0.00%
  • yellow value is 7.61%
  • key color value is 22.75%
CMYK: (22,0,8,23) C22M0Y8K23 (22%,0%,8%,23%) (0.22/0.00/0.08/0.23) 

CMYK percentages

%22.34
%0
%7.61
%22.75

Codes

Color #99C5B6 in popluar color models

99 C5 B6
RGB 153 197 182
HSL 160° 27.50% 68.63%
HSB/HSV 160° 22.34% 77.25%
CMYK 22.34% 0.00% 7.61%
22.75%

Color #99C5B6 in popluar number systems.

HEX 99 C5 B6
Decimal 153 197 182
Binary 10011001 11000101 10110110
Octal 231 305 266

Shades and tints

Shades of #99C5B6

#99C5B6
(153,197,182)
#8CB4A6
(140,180,166)
#7FA396
(127,163,150)
#729286
(114,146,134)
#658176
(101,129,118)
#587066
(88,112,102)
#4B5F56
(75,95,86)
#3E4E46
(62,78,70)
#313D36
(49,61,54)
#242C26
(36,44,38)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #99C5B6

#99C5B6
(153,197,182)
#A2CABC
(162,202,188)
#ABCFC2
(171,207,194)
#B4D4C8
(180,212,200)
#BDD9CE
(189,217,206)
#C6DED4
(198,222,212)
#CFE3DA
(207,227,218)
#D8E8E0
(216,232,224)
#E1EDE6
(225,237,230)
#EAF2EC
(234,242,236)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C5B6 color. Also use rgb(153,197,182) instead hex code.

Text Font Color

.myTextColor { color: #99C5B6; }

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

This text font color is #99C5B6.

Background Color

.myBgColor { background-color: #99C5B6; }

<div style="background-color:#99C5B6">Inner text</div>

This div background color is #99C5B6.

Border color

.myBorderColor { border: 1px solid #99C5B6; }

<div style="border:3px solid #99C5B6">Div</div>

This div border color is #99C5B6.

Opacity

.myOpacity80 { color: #99C5B6; opacity: 0.8; }

<p style="color:#99C5B6;opacity:0.8;">80%</p>

Text with #99C5B6 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 #99C5B6;}

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

This text has shadow with #99C5B6 color.


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

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

This text has shadow with #99C5B6 primary color and red secondary color.


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

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

This text has shadow with #99C5B6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99C5B6.

Preview

Color preview on black background

This text has color #99C5B6 on black background.


Color preview on white background

This text has color #99C5B6 on white background.


Black color preview on #99C5B6 background

This text has black color on #99C5B6 background.


White color preview on #99C5B6 background

This text has white color on #99C5B6 background.


Related colors

Complementary color

Complementary color for #hex is #663A49.


I love getcolorcode.com

Triadic colors

1 #B699C5 and #C5B699 with #99C5B6 are triadic colors.

2 #B6C599 and #C599B6 with #99C5B6 are triadic colors.