COLOR #99D4A9

HEX: #99D4A9
RGB: (153,212,169)

Color info

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

RGB color model

#99D4A9 color RGB value is (153,212,169).

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

RGB channels and saturation

R 153 of 255 = 60%
G 212 of 255 = 83%
B 169 of 255 = 66%

153
212
169

R + G + B ~ 70%. #99D4A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 212 + 169 = 534 (100%)
R 153 of 534 ~ 28.65%
G 212 of 534 ~ 39.7%
B 169 of 534 ~ 31.65%

%28.65
%39.7
%31.65

CMYK color model

#99D4A9 color CMYK value is (28,0,20,17).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 20.28%
  • key color value is 16.86%
CMYK:
(28,0,20,17)
C28M0Y20K17 
(28%,0%,20%,17%)
(0.28/0.00/0.20/0.17)	

CMYK percentages

%27.83
%0
%20.28
%16.86

Codes

Color #99D4A9 in popluar color models

99D4A9
RGB153212169
HSL136°40.69%71.57%
HSB/HSV136°27.83%83.14%
CMYK27.83%0.00%20.28%
16.86%

Color #99D4A9 in popluar number systems.

HEX99D4A9
Decimal153212169
Binary100110011101010010101001
Octal231324251

Shades and tints

Shades of #99D4A9

#99D4A9
(153,212,169)
#8CC19A
(140,193,154)
#7FAE8B
(127,174,139)
#729B7C
(114,155,124)
#65886D
(101,136,109)
#58755E
(88,117,94)
#4B624F
(75,98,79)
#3E4F40
(62,79,64)
#313C31
(49,60,49)
#242922
(36,41,34)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #99D4A9

#99D4A9
(153,212,169)
#A2D7B0
(162,215,176)
#ABDAB7
(171,218,183)
#B4DDBE
(180,221,190)
#BDE0C5
(189,224,197)
#C6E3CC
(198,227,204)
#CFE6D3
(207,230,211)
#D8E9DA
(216,233,218)
#E1ECE1
(225,236,225)
#EAEFE8
(234,239,232)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D4A9; }

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

This text font color is #99D4A9.


Background Color

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

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

This div background color is #99D4A9.


Border color

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

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

This div border color is #99D4A9.


Opacity

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

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

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

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

This text has shadow with #99D4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D4A9 on black background.


Color preview on white background

This text has color #99D4A9 on white background.



Black color preview on #99D4A9 background

This text has black color on #99D4A9 background.


White color preview on #99D4A9 background

This text has white color on #99D4A9 background.