COLOR #99D69E

HEX: #99D69E RGB: (153,214,158)

Color info

#99D69E contains mainly green and blue colors. Web safe color of #99D69E is #99CC99 (or #9C9).

RGB color model

#99D69E color RGB value is (153,214,158).

RGB: (153,214,158) (60%, 84%, 62%)

RGB channels and saturation

R 153 of 255 = 60%
G 214 of 255 = 84%
B 158 of 255 = 62%

153
214
158

R + G + B ~ 69%. #99D69E is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 214 + 158 = 525 (100%)
R 153 of 525 ~ 29.14%
G 214 of 525 ~ 40.76%
B 158 of 525 ~ 30.1'%

%29.14
%40.76
%30.1

CMYK color model

#99D69E color CMYK value is (29,0,26,16).

  • cyan value is 28.50%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 16.08%

CMYK: (29,0,26,16)
C29M0Y26K16 (29%, 0%, 26%, 16%)
(0.29 / 0.00 / 0.26 / 0.16)

CMYK percentages

%28.5
%0
%26.17
%16.08

Codes

Color #99D69E in popluar color models

99 D6 9E
RGB 153 214 158
HSL 125° 42.66% 71.96%
HSB/HSV 125° 28.50% 83.92%
CMYK 28.50% 0.00% 26.17%
16.08%

Color #99D69E in popluar number systems.

HEX 99 D6 9E
Decimal 153 214 158
Binary 10011001 11010110 10011110
Octal 231 326 236

Shades and tints

Shades of #99D69E

#99D69E
(153,214,158)
#8CC390
(140,195,144)
#7FB082
(127,176,130)
#729D74
(114,157,116)
#658A66
(101,138,102)
#587758
(88,119,88)
#4B644A
(75,100,74)
#3E513C
(62,81,60)
#313E2E
(49,62,46)
#242B20
(36,43,32)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #99D69E

#99D69E
(153,214,158)
#A2D9A6
(162,217,166)
#ABDCAE
(171,220,174)
#B4DFB6
(180,223,182)
#BDE2BE
(189,226,190)
#C6E5C6
(198,229,198)
#CFE8CE
(207,232,206)
#D8EBD6
(216,235,214)
#E1EEDE
(225,238,222)
#EAF1E6
(234,241,230)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D69E color. Also use rgb(153,214,158) instead hex code.

Text Font Color

.myTextColor { color: #99D69E; }

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

This text font color is #99D69E.

Background Color

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

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

This div background color is #99D69E.

Border color

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

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

This div border color is #99D69E.

Opacity

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

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

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

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

This text has shadow with #99D69E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99D69E.

Preview

Color preview on black background

This text has color #99D69E on black background.


Color preview on white background

This text has color #99D69E on white background.


Black color preview on #99D69E background

This text has black color on #99D69E background.


White color preview on #99D69E background

This text has white color on #99D69E background.


Related colors

Complementary color

Complementary color for #hex is #662961.


I love getcolorcode.com

Triadic colors

1 #9E99D6 and #D69E99 with #99D69E are triadic colors.

2 #9ED699 and #D6999E with #99D69E are triadic colors.