COLOR #99DA97

HEX: #99DA97 RGB: (153,218,151)

Color info

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

RGB color model

#99DA97 color RGB value is (153,218,151).

RGB: (153,218,151) (60%, 85%, 59%)

RGB channels and saturation

R 153 of 255 = 60%
G 218 of 255 = 85%
B 151 of 255 = 59%

153
218
151

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

Portions of RGB colors in percentages

R + G + B = 153 + 218 + 151 = 522 (100%)
R 153 of 522 ~ 29.31%
G 218 of 522 ~ 41.76%
B 151 of 522 ~ 28.93'%

%29.31
%41.76
%28.93

CMYK color model

#99DA97 color CMYK value is (30,0,31,15).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 30.73%
  • key color value is 14.51%

CMYK: (30,0,31,15)
C30M0Y31K15 (30%, 0%, 31%, 15%)
(0.30 / 0.00 / 0.31 / 0.15)

CMYK percentages

%29.82
%0
%30.73
%14.51

Codes

Color #99DA97 in popluar color models

99 DA 97
RGB 153 218 151
HSL 118° 47.52% 72.35%
HSB/HSV 118° 30.73% 85.49%
CMYK 29.82% 0.00% 30.73%
14.51%

Color #99DA97 in popluar number systems.

HEX 99 DA 97
Decimal 153 218 151
Binary 10011001 11011010 10010111
Octal 231 332 227

Shades and tints

Shades of #99DA97

#99DA97
(153,218,151)
#8CC78A
(140,199,138)
#7FB47D
(127,180,125)
#72A170
(114,161,112)
#658E63
(101,142,99)
#587B56
(88,123,86)
#4B6849
(75,104,73)
#3E553C
(62,85,60)
#31422F
(49,66,47)
#242F22
(36,47,34)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #99DA97

#99DA97
(153,218,151)
#A2DDA0
(162,221,160)
#ABE0A9
(171,224,169)
#B4E3B2
(180,227,178)
#BDE6BB
(189,230,187)
#C6E9C4
(198,233,196)
#CFECCD
(207,236,205)
#D8EFD6
(216,239,214)
#E1F2DF
(225,242,223)
#EAF5E8
(234,245,232)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99DA97 color. Also use rgb(153,218,151) instead hex code.

Text Font Color

.myTextColor { color: #99DA97; }

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

This text font color is #99DA97.

Background Color

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

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

This div background color is #99DA97.

Border color

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

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

This div border color is #99DA97.

Opacity

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

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

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

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

This text has shadow with #99DA97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99DA97.

Preview

Color preview on black background

This text has color #99DA97 on black background.


Color preview on white background

This text has color #99DA97 on white background.


Black color preview on #99DA97 background

This text has black color on #99DA97 background.


White color preview on #99DA97 background

This text has white color on #99DA97 background.


Related colors

Complementary color

Complementary color for #hex is #662568.


I love getcolorcode.com

Triadic colors

1 #9799DA and #DA9799 with #99DA97 are triadic colors.

2 #97DA99 and #DA9997 with #99DA97 are triadic colors.