COLOR #99D09C

HEX: #99D09C
RGB: (153,208,156)

Color info

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

RGB color model

#99D09C color RGB value is (153,208,156).

  • red value is 153;
  • green value is 208;
  • blue value is 156.
RGB:
(153,208,156)
(60%,82%,61%)

RGB channels and saturation

R 153 of 255 = 60%
G 208 of 255 = 82%
B 156 of 255 = 61%

153
208
156

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

Portions of RGB colors in percentages

R + G + B =
153 + 208 + 156 = 517 (100%)
R 153 of 517 ~ 29.59%
G 208 of 517 ~ 40.23%
B 156 of 517 ~ 30.17%

%29.59
%40.23
%30.17

CMYK color model

#99D09C color CMYK value is (26,0,25,18).

  • cyan value is 26.44%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 18.43%
CMYK:
(26,0,25,18)
C26M0Y25K18 
(26%,0%,25%,18%)
(0.26/0.00/0.25/0.18)	

CMYK percentages

%26.44
%0
%25
%18.43

Codes

Color #99D09C in popluar color models

99D09C
RGB153208156
HSL123°36.91%70.78%
HSB/HSV123°26.44%81.57%
CMYK26.44%0.00%25.00%
18.43%

Color #99D09C in popluar number systems.

HEX99D09C
Decimal153208156
Binary100110011101000010011100
Octal231320234

Shades and tints

Shades of #99D09C

#99D09C
(153,208,156)
#8CBE8E
(140,190,142)
#7FAC80
(127,172,128)
#729A72
(114,154,114)
#658864
(101,136,100)
#587656
(88,118,86)
#4B6448
(75,100,72)
#3E523A
(62,82,58)
#31402C
(49,64,44)
#242E1E
(36,46,30)
#171C10
(23,28,16)
#000000
(0,0,0)

Tints of #99D09C

#99D09C
(153,208,156)
#A2D4A5
(162,212,165)
#ABD8AE
(171,216,174)
#B4DCB7
(180,220,183)
#BDE0C0
(189,224,192)
#C6E4C9
(198,228,201)
#CFE8D2
(207,232,210)
#D8ECDB
(216,236,219)
#E1F0E4
(225,240,228)
#EAF4ED
(234,244,237)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D09C color. Also use rgb(153,208,156) instead hex code.

Text Font Color

.myTextColor { color: #99D09C; }

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

This text font color is #99D09C.


Background Color

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

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

This div background color is #99D09C.


Border color

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

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

This div border color is #99D09C.


Opacity

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

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

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

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

This text has shadow with #99D09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D09C on black background.


Color preview on white background

This text has color #99D09C on white background.



Black color preview on #99D09C background

This text has black color on #99D09C background.


White color preview on #99D09C background

This text has white color on #99D09C background.