COLOR #99C080

HEX: #99C080 RGB: (153,192,128)

Color info

#99C080 contains mainly red and green colors. Web safe color of #99C080 is #99CC66 (or #9C6).

RGB color model

#99C080 color RGB value is (153,192,128).

RGB: (153,192,128) (60%, 75%, 50%)

RGB channels and saturation

R 153 of 255 = 60%
G 192 of 255 = 75%
B 128 of 255 = 50%

153
192
128

R + G + B ~ 62%. #99C080 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 192 + 128 = 473 (100%)
R 153 of 473 ~ 32.35%
G 192 of 473 ~ 40.59%
B 128 of 473 ~ 27.06'%

%32.35
%40.59
%27.06

CMYK color model

#99C080 color CMYK value is (20,0,33,25).

  • cyan value is 20.31%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 24.71%

CMYK: (20,0,33,25)
C20M0Y33K25 (20%, 0%, 33%, 25%)
(0.20 / 0.00 / 0.33 / 0.25)

CMYK percentages

%20.31
%0
%33.33
%24.71

Codes

Color #99C080 in popluar color models

99 C0 80
RGB 153 192 128
HSL 97° 33.68% 62.75%
HSB/HSV 97° 33.33% 75.29%
CMYK 20.31% 0.00% 33.33%
24.71%

Color #99C080 in popluar number systems.

HEX 99 C0 80
Decimal 153 192 128
Binary 10011001 11000000 10000000
Octal 231 300 200

Shades and tints

Shades of #99C080

#99C080
(153,192,128)
#8CAF75
(140,175,117)
#7F9E6A
(127,158,106)
#728D5F
(114,141,95)
#657C54
(101,124,84)
#586B49
(88,107,73)
#4B5A3E
(75,90,62)
#3E4933
(62,73,51)
#313828
(49,56,40)
#24271D
(36,39,29)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #99C080

#99C080
(153,192,128)
#A2C58B
(162,197,139)
#ABCA96
(171,202,150)
#B4CFA1
(180,207,161)
#BDD4AC
(189,212,172)
#C6D9B7
(198,217,183)
#CFDEC2
(207,222,194)
#D8E3CD
(216,227,205)
#E1E8D8
(225,232,216)
#EAEDE3
(234,237,227)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C080 color. Also use rgb(153,192,128) instead hex code.

Text Font Color

.myTextColor { color: #99C080; }

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

This text font color is #99C080.

Background Color

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

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

This div background color is #99C080.

Border color

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

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

This div border color is #99C080.

Opacity

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

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

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

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

This text has shadow with #99C080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C080.

Preview

Color preview on black background

This text has color #99C080 on black background.


Color preview on white background

This text has color #99C080 on white background.


Black color preview on #99C080 background

This text has black color on #99C080 background.


White color preview on #99C080 background

This text has white color on #99C080 background.


Related colors

Complementary color

Complementary color for #hex is #663F7F.


I love getcolorcode.com

Triadic colors

1 #8099C0 and #C08099 with #99C080 are triadic colors.

2 #80C099 and #C09980 with #99C080 are triadic colors.