COLOR #99C6A9

HEX: #99C6A9
RGB: (153,198,169)

Color info

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

RGB color model

#99C6A9 color RGB value is (153,198,169).

  • red value is 153;
  • green value is 198;
  • blue value is 169.
RGB:
(153,198,169)
(60%,78%,66%)

RGB channels and saturation

R 153 of 255 = 60%
G 198 of 255 = 78%
B 169 of 255 = 66%

153
198
169

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

Portions of RGB colors in percentages

R + G + B =
153 + 198 + 169 = 520 (100%)
R 153 of 520 ~ 29.42%
G 198 of 520 ~ 38.08%
B 169 of 520 ~ 32.5%

%29.42
%38.08
%32.5

CMYK color model

#99C6A9 color CMYK value is (23,0,15,22).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 14.65%
  • key color value is 22.35%
CMYK:
(23,0,15,22)
C23M0Y15K22 
(23%,0%,15%,22%)
(0.23/0.00/0.15/0.22)	

CMYK percentages

%22.73
%0
%14.65
%22.35

Codes

Color #99C6A9 in popluar color models

99C6A9
RGB153198169
HSL141°28.30%68.82%
HSB/HSV141°22.73%77.65%
CMYK22.73%0.00%14.65%
22.35%

Color #99C6A9 in popluar number systems.

HEX99C6A9
Decimal153198169
Binary100110011100011010101001
Octal231306251

Shades and tints

Shades of #99C6A9

#99C6A9
(153,198,169)
#8CB49A
(140,180,154)
#7FA28B
(127,162,139)
#72907C
(114,144,124)
#657E6D
(101,126,109)
#586C5E
(88,108,94)
#4B5A4F
(75,90,79)
#3E4840
(62,72,64)
#313631
(49,54,49)
#242422
(36,36,34)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #99C6A9

#99C6A9
(153,198,169)
#A2CBB0
(162,203,176)
#ABD0B7
(171,208,183)
#B4D5BE
(180,213,190)
#BDDAC5
(189,218,197)
#C6DFCC
(198,223,204)
#CFE4D3
(207,228,211)
#D8E9DA
(216,233,218)
#E1EEE1
(225,238,225)
#EAF3E8
(234,243,232)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C6A9 color. Also use rgb(153,198,169) instead hex code.

Text Font Color

.myTextColor { color: #99C6A9; }

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

This text font color is #99C6A9.


Background Color

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

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

This div background color is #99C6A9.


Border color

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

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

This div border color is #99C6A9.


Opacity

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

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

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

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

This text has shadow with #99C6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C6A9 on black background.


Color preview on white background

This text has color #99C6A9 on white background.



Black color preview on #99C6A9 background

This text has black color on #99C6A9 background.


White color preview on #99C6A9 background

This text has white color on #99C6A9 background.