COLOR #99C2A1

HEX: #99C2A1
RGB: (153,194,161)

Color info

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

RGB color model

#99C2A1 color RGB value is (153,194,161).

  • red value is 153;
  • green value is 194;
  • blue value is 161.
RGB:
(153,194,161)
(60%,76%,63%)

RGB channels and saturation

R 153 of 255 = 60%
G 194 of 255 = 76%
B 161 of 255 = 63%

153
194
161

R + G + B ~ 66%. #99C2A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 194 + 161 = 508 (100%)
R 153 of 508 ~ 30.12%
G 194 of 508 ~ 38.19%
B 161 of 508 ~ 31.69%

%30.12
%38.19
%31.69

CMYK color model

#99C2A1 color CMYK value is (21,0,17,24).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 17.01%
  • key color value is 23.92%
CMYK:
(21,0,17,24)
C21M0Y17K24 
(21%,0%,17%,24%)
(0.21/0.00/0.17/0.24)	

CMYK percentages

%21.13
%0
%17.01
%23.92

Codes

Color #99C2A1 in popluar color models

99C2A1
RGB153194161
HSL132°25.15%68.04%
HSB/HSV132°21.13%76.08%
CMYK21.13%0.00%17.01%
23.92%

Color #99C2A1 in popluar number systems.

HEX99C2A1
Decimal153194161
Binary100110011100001010100001
Octal231302241

Shades and tints

Shades of #99C2A1

#99C2A1
(153,194,161)
#8CB193
(140,177,147)
#7FA085
(127,160,133)
#728F77
(114,143,119)
#657E69
(101,126,105)
#586D5B
(88,109,91)
#4B5C4D
(75,92,77)
#3E4B3F
(62,75,63)
#313A31
(49,58,49)
#242923
(36,41,35)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #99C2A1

#99C2A1
(153,194,161)
#A2C7A9
(162,199,169)
#ABCCB1
(171,204,177)
#B4D1B9
(180,209,185)
#BDD6C1
(189,214,193)
#C6DBC9
(198,219,201)
#CFE0D1
(207,224,209)
#D8E5D9
(216,229,217)
#E1EAE1
(225,234,225)
#EAEFE9
(234,239,233)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C2A1 color. Also use rgb(153,194,161) instead hex code.

Text Font Color

.myTextColor { color: #99C2A1; }

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

This text font color is #99C2A1.


Background Color

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

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

This div background color is #99C2A1.


Border color

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

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

This div border color is #99C2A1.


Opacity

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

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

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

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

This text has shadow with #99C2A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C2A1 on black background.


Color preview on white background

This text has color #99C2A1 on white background.



Black color preview on #99C2A1 background

This text has black color on #99C2A1 background.


White color preview on #99C2A1 background

This text has white color on #99C2A1 background.