COLOR #99D97B

HEX: #99D97B RGB: (153,217,123)

Color info

#99D97B contains mainly green color. Web safe color of #99D97B is #99CC66 (or #9C6).

RGB color model

#99D97B color RGB value is (153,217,123).

RGB: (153,217,123) (60%, 85%, 48%)

RGB channels and saturation

R 153 of 255 = 60%
G 217 of 255 = 85%
B 123 of 255 = 48%

153
217
123

R + G + B ~ 64%. #99D97B is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 217 + 123 = 493 (100%)
R 153 of 493 ~ 31.03%
G 217 of 493 ~ 44.02%
B 123 of 493 ~ 24.95'%

%31.03
%44.02
%24.95

CMYK color model

#99D97B color CMYK value is (29,0,43,15).

  • cyan value is 29.49%
  • magenta value is 0.00%
  • yellow value is 43.32%
  • key color value is 14.90%

CMYK: (29,0,43,15)
C29M0Y43K15 (29%, 0%, 43%, 15%)
(0.29 / 0.00 / 0.43 / 0.15)

CMYK percentages

%29.49
%0
%43.32
%14.9

Codes

Color #99D97B in popluar color models

99 D9 7B
RGB 153 217 123
HSL 101° 55.29% 66.67%
HSB/HSV 101° 43.32% 85.10%
CMYK 29.49% 0.00% 43.32%
14.90%

Color #99D97B in popluar number systems.

HEX 99 D9 7B
Decimal 153 217 123
Binary 10011001 11011001 1111011
Octal 231 331 173

Shades and tints

Shades of #99D97B

#99D97B
(153,217,123)
#8CC670
(140,198,112)
#7FB365
(127,179,101)
#72A05A
(114,160,90)
#658D4F
(101,141,79)
#587A44
(88,122,68)
#4B6739
(75,103,57)
#3E542E
(62,84,46)
#314123
(49,65,35)
#242E18
(36,46,24)
#171B0D
(23,27,13)
#000000
(0,0,0)

Tints of #99D97B

#99D97B
(153,217,123)
#A2DC87
(162,220,135)
#ABDF93
(171,223,147)
#B4E29F
(180,226,159)
#BDE5AB
(189,229,171)
#C6E8B7
(198,232,183)
#CFEBC3
(207,235,195)
#D8EECF
(216,238,207)
#E1F1DB
(225,241,219)
#EAF4E7
(234,244,231)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D97B color. Also use rgb(153,217,123) instead hex code.

Text Font Color

.myTextColor { color: #99D97B; }

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

This text font color is #99D97B.

Background Color

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

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

This div background color is #99D97B.

Border color

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

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

This div border color is #99D97B.

Opacity

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

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

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

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

This text has shadow with #99D97B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99D97B.

Preview

Color preview on black background

This text has color #99D97B on black background.


Color preview on white background

This text has color #99D97B on white background.


Black color preview on #99D97B background

This text has black color on #99D97B background.


White color preview on #99D97B background

This text has white color on #99D97B background.


Related colors

Complementary color

Complementary color for #hex is #662684.


I love getcolorcode.com

Triadic colors

1 #7B99D9 and #D97B99 with #99D97B are triadic colors.

2 #7BD999 and #D9997B with #99D97B are triadic colors.