COLOR #99C19D

HEX: #99C19D RGB: (153,193,157)

Color info

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

RGB color model

#99C19D color RGB value is (153,193,157).

RGB: (153,193,157) (60%, 76%, 62%)

RGB channels and saturation

R 153 of 255 = 60%
G 193 of 255 = 76%
B 157 of 255 = 62%

153
193
157

R + G + B ~ 66%. #99C19D is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 193 + 157 = 503 (100%)
R 153 of 503 ~ 30.42%
G 193 of 503 ~ 38.37%
B 157 of 503 ~ 31.21'%

%30.42
%38.37
%31.21

CMYK color model

#99C19D color CMYK value is (21,0,19,24).

  • cyan value is 20.73%
  • magenta value is 0.00%
  • yellow value is 18.65%
  • key color value is 24.31%

CMYK: (21,0,19,24)
C21M0Y19K24 (21%, 0%, 19%, 24%)
(0.21 / 0.00 / 0.19 / 0.24)

CMYK percentages

%20.73
%0
%18.65
%24.31

Codes

Color #99C19D in popluar color models

99 C1 9D
RGB 153 193 157
HSL 126° 24.39% 67.84%
HSB/HSV 126° 20.73% 75.69%
CMYK 20.73% 0.00% 18.65%
24.31%

Color #99C19D in popluar number systems.

HEX 99 C1 9D
Decimal 153 193 157
Binary 10011001 11000001 10011101
Octal 231 301 235

Shades and tints

Shades of #99C19D

#99C19D
(153,193,157)
#8CB08F
(140,176,143)
#7F9F81
(127,159,129)
#728E73
(114,142,115)
#657D65
(101,125,101)
#586C57
(88,108,87)
#4B5B49
(75,91,73)
#3E4A3B
(62,74,59)
#31392D
(49,57,45)
#24281F
(36,40,31)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #99C19D

#99C19D
(153,193,157)
#A2C6A5
(162,198,165)
#ABCBAD
(171,203,173)
#B4D0B5
(180,208,181)
#BDD5BD
(189,213,189)
#C6DAC5
(198,218,197)
#CFDFCD
(207,223,205)
#D8E4D5
(216,228,213)
#E1E9DD
(225,233,221)
#EAEEE5
(234,238,229)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C19D color. Also use rgb(153,193,157) instead hex code.

Text Font Color

.myTextColor { color: #99C19D; }

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

This text font color is #99C19D.

Background Color

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

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

This div background color is #99C19D.

Border color

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

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

This div border color is #99C19D.

Opacity

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

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

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

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

This text has shadow with #99C19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C19D.

Preview

Color preview on black background

This text has color #99C19D on black background.


Color preview on white background

This text has color #99C19D on white background.


Black color preview on #99C19D background

This text has black color on #99C19D background.


White color preview on #99C19D background

This text has white color on #99C19D background.


Related colors

Complementary color

Complementary color for #hex is #663E62.


I love getcolorcode.com

Triadic colors

1 #9D99C1 and #C19D99 with #99C19D are triadic colors.

2 #9DC199 and #C1999D with #99C19D are triadic colors.