COLOR #99C47E

HEX: #99C47E RGB: (153,196,126)

Color info

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

RGB color model

#99C47E color RGB value is (153,196,126).

RGB: (153,196,126) (60%, 77%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 196 of 255 = 77%
B 126 of 255 = 49%

153
196
126

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

Portions of RGB colors in percentages

R + G + B = 153 + 196 + 126 = 475 (100%)
R 153 of 475 ~ 32.21%
G 196 of 475 ~ 41.26%
B 126 of 475 ~ 26.53'%

%32.21
%41.26
%26.53

CMYK color model

#99C47E color CMYK value is (22,0,36,23).

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 23.14%

CMYK: (22,0,36,23)
C22M0Y36K23 (22%, 0%, 36%, 23%)
(0.22 / 0.00 / 0.36 / 0.23)

CMYK percentages

%21.94
%0
%35.71
%23.14

Codes

Color #99C47E in popluar color models

99 C4 7E
RGB 153 196 126
HSL 97° 37.23% 63.14%
HSB/HSV 97° 35.71% 76.86%
CMYK 21.94% 0.00% 35.71%
23.14%

Color #99C47E in popluar number systems.

HEX 99 C4 7E
Decimal 153 196 126
Binary 10011001 11000100 1111110
Octal 231 304 176

Shades and tints

Shades of #99C47E

#99C47E
(153,196,126)
#8CB373
(140,179,115)
#7FA268
(127,162,104)
#72915D
(114,145,93)
#658052
(101,128,82)
#586F47
(88,111,71)
#4B5E3C
(75,94,60)
#3E4D31
(62,77,49)
#313C26
(49,60,38)
#242B1B
(36,43,27)
#171A10
(23,26,16)
#000000
(0,0,0)

Tints of #99C47E

#99C47E
(153,196,126)
#A2C989
(162,201,137)
#ABCE94
(171,206,148)
#B4D39F
(180,211,159)
#BDD8AA
(189,216,170)
#C6DDB5
(198,221,181)
#CFE2C0
(207,226,192)
#D8E7CB
(216,231,203)
#E1ECD6
(225,236,214)
#EAF1E1
(234,241,225)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C47E color. Also use rgb(153,196,126) instead hex code.

Text Font Color

.myTextColor { color: #99C47E; }

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

This text font color is #99C47E.

Background Color

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

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

This div background color is #99C47E.

Border color

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

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

This div border color is #99C47E.

Opacity

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

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

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

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

This text has shadow with #99C47E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C47E.

Preview

Color preview on black background

This text has color #99C47E on black background.


Color preview on white background

This text has color #99C47E on white background.


Black color preview on #99C47E background

This text has black color on #99C47E background.


White color preview on #99C47E background

This text has white color on #99C47E background.


Related colors

Complementary color

Complementary color for #hex is #663B81.


I love getcolorcode.com

Triadic colors

1 #7E99C4 and #C47E99 with #99C47E are triadic colors.

2 #7EC499 and #C4997E with #99C47E are triadic colors.