COLOR #99CA9E

HEX: #99CA9E
RGB: (153,202,158)

Color info

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

RGB color model

#99CA9E color RGB value is (153,202,158).

  • red value is 153;
  • green value is 202;
  • blue value is 158.
RGB:
(153,202,158)
(60%,79%,62%)

RGB channels and saturation

R 153 of 255 = 60%
G 202 of 255 = 79%
B 158 of 255 = 62%

153
202
158

R + G + B ~ 67%. #99CA9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 202 + 158 = 513 (100%)
R 153 of 513 ~ 29.82%
G 202 of 513 ~ 39.38%
B 158 of 513 ~ 30.8%

%29.82
%39.38
%30.8

CMYK color model

#99CA9E color CMYK value is (24,0,22,21).

  • cyan value is 24.26%
  • magenta value is 0.00%
  • yellow value is 21.78%
  • key color value is 20.78%
CMYK:
(24,0,22,21)
C24M0Y22K21 
(24%,0%,22%,21%)
(0.24/0.00/0.22/0.21)	

CMYK percentages

%24.26
%0
%21.78
%20.78

Codes

Color #99CA9E in popluar color models

99CA9E
RGB153202158
HSL126°31.61%69.61%
HSB/HSV126°24.26%79.22%
CMYK24.26%0.00%21.78%
20.78%

Color #99CA9E in popluar number systems.

HEX99CA9E
Decimal153202158
Binary100110011100101010011110
Octal231312236

Shades and tints

Shades of #99CA9E

#99CA9E
(153,202,158)
#8CB890
(140,184,144)
#7FA682
(127,166,130)
#729474
(114,148,116)
#658266
(101,130,102)
#587058
(88,112,88)
#4B5E4A
(75,94,74)
#3E4C3C
(62,76,60)
#313A2E
(49,58,46)
#242820
(36,40,32)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #99CA9E

#99CA9E
(153,202,158)
#A2CEA6
(162,206,166)
#ABD2AE
(171,210,174)
#B4D6B6
(180,214,182)
#BDDABE
(189,218,190)
#C6DEC6
(198,222,198)
#CFE2CE
(207,226,206)
#D8E6D6
(216,230,214)
#E1EADE
(225,234,222)
#EAEEE6
(234,238,230)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99CA9E color. Also use rgb(153,202,158) instead hex code.

Text Font Color

.myTextColor { color: #99CA9E; }

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

This text font color is #99CA9E.


Background Color

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

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

This div background color is #99CA9E.


Border color

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

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

This div border color is #99CA9E.


Opacity

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

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

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

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

This text has shadow with #99CA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CA9E on black background.


Color preview on white background

This text has color #99CA9E on white background.



Black color preview on #99CA9E background

This text has black color on #99CA9E background.


White color preview on #99CA9E background

This text has white color on #99CA9E background.