COLOR #99C27E

HEX: #99C27E RGB: (153,194,126)

Color info

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

RGB color model

#99C27E color RGB value is (153,194,126).

RGB: (153,194,126) (60%, 76%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 194 of 255 = 76%
B 126 of 255 = 49%

153
194
126

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

Portions of RGB colors in percentages

R + G + B = 153 + 194 + 126 = 473 (100%)
R 153 of 473 ~ 32.35%
G 194 of 473 ~ 41.01%
B 126 of 473 ~ 26.64'%

%32.35
%41.01
%26.64

CMYK color model

#99C27E color CMYK value is (21,0,35,24).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 35.05%
  • key color value is 23.92%

CMYK: (21,0,35,24)
C21M0Y35K24 (21%, 0%, 35%, 24%)
(0.21 / 0.00 / 0.35 / 0.24)

CMYK percentages

%21.13
%0
%35.05
%23.92

Codes

Color #99C27E in popluar color models

99 C2 7E
RGB 153 194 126
HSL 96° 35.79% 62.75%
HSB/HSV 96° 35.05% 76.08%
CMYK 21.13% 0.00% 35.05%
23.92%

Color #99C27E in popluar number systems.

HEX 99 C2 7E
Decimal 153 194 126
Binary 10011001 11000010 1111110
Octal 231 302 176

Shades and tints

Shades of #99C27E

#99C27E
(153,194,126)
#8CB173
(140,177,115)
#7FA068
(127,160,104)
#728F5D
(114,143,93)
#657E52
(101,126,82)
#586D47
(88,109,71)
#4B5C3C
(75,92,60)
#3E4B31
(62,75,49)
#313A26
(49,58,38)
#24291B
(36,41,27)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #99C27E

#99C27E
(153,194,126)
#A2C789
(162,199,137)
#ABCC94
(171,204,148)
#B4D19F
(180,209,159)
#BDD6AA
(189,214,170)
#C6DBB5
(198,219,181)
#CFE0C0
(207,224,192)
#D8E5CB
(216,229,203)
#E1EAD6
(225,234,214)
#EAEFE1
(234,239,225)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C27E; }

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

This text font color is #99C27E.

Background Color

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

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

This div background color is #99C27E.

Border color

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

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

This div border color is #99C27E.

Opacity

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

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

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

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

This text has shadow with #99C27E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C27E.

Preview

Color preview on black background

This text has color #99C27E on black background.


Color preview on white background

This text has color #99C27E on white background.


Black color preview on #99C27E background

This text has black color on #99C27E background.


White color preview on #99C27E background

This text has white color on #99C27E background.


Related colors

Complementary color

Complementary color for #hex is #663D81.


I love getcolorcode.com

Triadic colors

1 #7E99C2 and #C27E99 with #99C27E are triadic colors.

2 #7EC299 and #C2997E with #99C27E are triadic colors.