COLOR #99C8AB

HEX: #99C8AB RGB: (153,200,171)

Color info

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

RGB color model

#99C8AB color RGB value is (153,200,171).

RGB: (153,200,171) (60%, 78%, 67%)

RGB channels and saturation

R 153 of 255 = 60%
G 200 of 255 = 78%
B 171 of 255 = 67%

153
200
171

R + G + B ~ 68%. #99C8AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 200 + 171 = 524 (100%)
R 153 of 524 ~ 29.2%
G 200 of 524 ~ 38.17%
B 171 of 524 ~ 32.63'%

%29.2
%38.17
%32.63

CMYK color model

#99C8AB color CMYK value is (24,0,15,22).

  • cyan value is 23.50%
  • magenta value is 0.00%
  • yellow value is 14.50%
  • key color value is 21.57%
CMYK: (24,0,15,22) C24M0Y15K22 (24%,0%,15%,22%) (0.24/0.00/0.15/0.22) 

CMYK percentages

%23.5
%0
%14.5
%21.57

Codes

Color #99C8AB in popluar color models

99 C8 AB
RGB 153 200 171
HSL 143° 29.94% 69.22%
HSB/HSV 143° 23.50% 78.43%
CMYK 23.50% 0.00% 14.50%
21.57%

Color #99C8AB in popluar number systems.

HEX 99 C8 AB
Decimal 153 200 171
Binary 10011001 11001000 10101011
Octal 231 310 253

Shades and tints

Shades of #99C8AB

#99C8AB
(153,200,171)
#8CB69C
(140,182,156)
#7FA48D
(127,164,141)
#72927E
(114,146,126)
#65806F
(101,128,111)
#586E60
(88,110,96)
#4B5C51
(75,92,81)
#3E4A42
(62,74,66)
#313833
(49,56,51)
#242624
(36,38,36)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #99C8AB

#99C8AB
(153,200,171)
#A2CDB2
(162,205,178)
#ABD2B9
(171,210,185)
#B4D7C0
(180,215,192)
#BDDCC7
(189,220,199)
#C6E1CE
(198,225,206)
#CFE6D5
(207,230,213)
#D8EBDC
(216,235,220)
#E1F0E3
(225,240,227)
#EAF5EA
(234,245,234)
#F3FAF1
(243,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C8AB color. Also use rgb(153,200,171) instead hex code.

Text Font Color

.myTextColor { color: #99C8AB; }

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

This text font color is #99C8AB.

Background Color

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

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

This div background color is #99C8AB.

Border color

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

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

This div border color is #99C8AB.

Opacity

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

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

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

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

This text has shadow with #99C8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C8AB.

Preview

Color preview on black background

This text has color #99C8AB on black background.


Color preview on white background

This text has color #99C8AB on white background.


Black color preview on #99C8AB background

This text has black color on #99C8AB background.


White color preview on #99C8AB background

This text has white color on #99C8AB background.


Related colors

Complementary color

Complementary color for #hex is #663754.


I love getcolorcode.com

Triadic colors

1 #AB99C8 and #C8AB99 with #99C8AB are triadic colors.

2 #ABC899 and #C899AB with #99C8AB are triadic colors.