COLOR #99CA8A

HEX: #99CA8A
RGB: (153,202,138)

Color info

#99CA8A contains mainly red and green colors. Web safe color of #99CA8A is #99CC99 (or #9C9).

RGB color model

#99CA8A color RGB value is (153,202,138).

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

RGB channels and saturation

R 153 of 255 = 60%
G 202 of 255 = 79%
B 138 of 255 = 54%

153
202
138

R + G + B ~ 64%. #99CA8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 202 + 138 = 493 (100%)
R 153 of 493 ~ 31.03%
G 202 of 493 ~ 40.97%
B 138 of 493 ~ 27.99%

%31.03
%40.97
%27.99

CMYK color model

#99CA8A color CMYK value is (24,0,32,21).

  • cyan value is 24.26%
  • magenta value is 0.00%
  • yellow value is 31.68%
  • key color value is 20.78%
CMYK:
(24,0,32,21)
C24M0Y32K21 
(24%,0%,32%,21%)
(0.24/0.00/0.32/0.21)	

CMYK percentages

%24.26
%0
%31.68
%20.78

Codes

Color #99CA8A in popluar color models

99CA8A
RGB153202138
HSL106°37.65%66.67%
HSB/HSV106°31.68%79.22%
CMYK24.26%0.00%31.68%
20.78%

Color #99CA8A in popluar number systems.

HEX99CA8A
Decimal153202138
Binary100110011100101010001010
Octal231312212

Shades and tints

Shades of #99CA8A

#99CA8A
(153,202,138)
#8CB87E
(140,184,126)
#7FA672
(127,166,114)
#729466
(114,148,102)
#65825A
(101,130,90)
#58704E
(88,112,78)
#4B5E42
(75,94,66)
#3E4C36
(62,76,54)
#313A2A
(49,58,42)
#24281E
(36,40,30)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #99CA8A

#99CA8A
(153,202,138)
#A2CE94
(162,206,148)
#ABD29E
(171,210,158)
#B4D6A8
(180,214,168)
#BDDAB2
(189,218,178)
#C6DEBC
(198,222,188)
#CFE2C6
(207,226,198)
#D8E6D0
(216,230,208)
#E1EADA
(225,234,218)
#EAEEE4
(234,238,228)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CA8A; }

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

This text font color is #99CA8A.


Background Color

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

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

This div background color is #99CA8A.


Border color

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

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

This div border color is #99CA8A.


Opacity

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

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

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

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

This text has shadow with #99CA8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CA8A on black background.


Color preview on white background

This text has color #99CA8A on white background.



Black color preview on #99CA8A background

This text has black color on #99CA8A background.


White color preview on #99CA8A background

This text has white color on #99CA8A background.