COLOR #99C69F

HEX: #99C69F RGB: (153,198,159)

Color info

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

RGB color model

#99C69F color RGB value is (153,198,159).

RGB: (153,198,159) (60%, 78%, 62%)

RGB channels and saturation

R 153 of 255 = 60%
G 198 of 255 = 78%
B 159 of 255 = 62%

153
198
159

R + G + B ~ 67%. #99C69F is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 198 + 159 = 510 (100%)
R 153 of 510 ~ 30%
G 198 of 510 ~ 38.82%
B 159 of 510 ~ 31.18'%

%30
%38.82
%31.18

CMYK color model

#99C69F color CMYK value is (23,0,20,22).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 22.35%

CMYK: (23,0,20,22)
C23M0Y20K22 (23%, 0%, 20%, 22%)
(0.23 / 0.00 / 0.20 / 0.22)

CMYK percentages

%22.73
%0
%19.7
%22.35

Codes

Color #99C69F in popluar color models

99 C6 9F
RGB 153 198 159
HSL 128° 28.30% 68.82%
HSB/HSV 128° 22.73% 77.65%
CMYK 22.73% 0.00% 19.70%
22.35%

Color #99C69F in popluar number systems.

HEX 99 C6 9F
Decimal 153 198 159
Binary 10011001 11000110 10011111
Octal 231 306 237

Shades and tints

Shades of #99C69F

#99C69F
(153,198,159)
#8CB491
(140,180,145)
#7FA283
(127,162,131)
#729075
(114,144,117)
#657E67
(101,126,103)
#586C59
(88,108,89)
#4B5A4B
(75,90,75)
#3E483D
(62,72,61)
#31362F
(49,54,47)
#242421
(36,36,33)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #99C69F

#99C69F
(153,198,159)
#A2CBA7
(162,203,167)
#ABD0AF
(171,208,175)
#B4D5B7
(180,213,183)
#BDDABF
(189,218,191)
#C6DFC7
(198,223,199)
#CFE4CF
(207,228,207)
#D8E9D7
(216,233,215)
#E1EEDF
(225,238,223)
#EAF3E7
(234,243,231)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C69F color. Also use rgb(153,198,159) instead hex code.

Text Font Color

.myTextColor { color: #99C69F; }

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

This text font color is #99C69F.

Background Color

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

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

This div background color is #99C69F.

Border color

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

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

This div border color is #99C69F.

Opacity

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

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

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

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

This text has shadow with #99C69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C69F.

Preview

Color preview on black background

This text has color #99C69F on black background.


Color preview on white background

This text has color #99C69F on white background.


Black color preview on #99C69F background

This text has black color on #99C69F background.


White color preview on #99C69F background

This text has white color on #99C69F background.


Related colors

Complementary color

Complementary color for #hex is #663960.


I love getcolorcode.com

Triadic colors

1 #9F99C6 and #C69F99 with #99C69F are triadic colors.

2 #9FC699 and #C6999F with #99C69F are triadic colors.