COLOR #99DD9C

HEX: #99DD9C RGB: (153,221,156)

Color info

#99DD9C contains mainly green color. Web safe color of #99DD9C is #99CC99 (or #9C9).

RGB color model

#99DD9C color RGB value is (153,221,156).

RGB: (153,221,156) (60%, 87%, 61%)

RGB channels and saturation

R 153 of 255 = 60%
G 221 of 255 = 87%
B 156 of 255 = 61%

153
221
156

R + G + B ~ 69%. #99DD9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 221 + 156 = 530 (100%)
R 153 of 530 ~ 28.87%
G 221 of 530 ~ 41.7%
B 156 of 530 ~ 29.43'%

%28.87
%41.7
%29.43

CMYK color model

#99DD9C color CMYK value is (31,0,29,13).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 13.33%

CMYK: (31,0,29,13)
C31M0Y29K13 (31%, 0%, 29%, 13%)
(0.31 / 0.00 / 0.29 / 0.13)

CMYK percentages

%30.77
%0
%29.41
%13.33

Codes

Color #99DD9C in popluar color models

99 DD 9C
RGB 153 221 156
HSL 123° 50.00% 73.33%
HSB/HSV 123° 30.77% 86.67%
CMYK 30.77% 0.00% 29.41%
13.33%

Color #99DD9C in popluar number systems.

HEX 99 DD 9C
Decimal 153 221 156
Binary 10011001 11011101 10011100
Octal 231 335 234

Shades and tints

Shades of #99DD9C

#99DD9C
(153,221,156)
#8CC98E
(140,201,142)
#7FB580
(127,181,128)
#72A172
(114,161,114)
#658D64
(101,141,100)
#587956
(88,121,86)
#4B6548
(75,101,72)
#3E513A
(62,81,58)
#313D2C
(49,61,44)
#24291E
(36,41,30)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #99DD9C

#99DD9C
(153,221,156)
#A2E0A5
(162,224,165)
#ABE3AE
(171,227,174)
#B4E6B7
(180,230,183)
#BDE9C0
(189,233,192)
#C6ECC9
(198,236,201)
#CFEFD2
(207,239,210)
#D8F2DB
(216,242,219)
#E1F5E4
(225,245,228)
#EAF8ED
(234,248,237)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99DD9C; }

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

This text font color is #99DD9C.

Background Color

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

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

This div background color is #99DD9C.

Border color

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

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

This div border color is #99DD9C.

Opacity

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

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

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

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

This text has shadow with #99DD9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99DD9C.

Preview

Color preview on black background

This text has color #99DD9C on black background.


Color preview on white background

This text has color #99DD9C on white background.


Black color preview on #99DD9C background

This text has black color on #99DD9C background.


White color preview on #99DD9C background

This text has white color on #99DD9C background.


Related colors

Complementary color

Complementary color for #hex is #662263.


I love getcolorcode.com

Triadic colors

1 #9C99DD and #DD9C99 with #99DD9C are triadic colors.

2 #9CDD99 and #DD999C with #99DD9C are triadic colors.