COLOR #99CD8D

HEX: #99CD8D
RGB: (153,205,141)

Color info

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

RGB color model

#99CD8D color RGB value is (153,205,141).

  • red value is 153;
  • green value is 205;
  • blue value is 141.
RGB:
(153,205,141)
(60%,80%,55%)

RGB channels and saturation

R 153 of 255 = 60%
G 205 of 255 = 80%
B 141 of 255 = 55%

153
205
141

R + G + B ~ 65%. #99CD8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 205 + 141 = 499 (100%)
R 153 of 499 ~ 30.66%
G 205 of 499 ~ 41.08%
B 141 of 499 ~ 28.26%

%30.66
%41.08
%28.26

CMYK color model

#99CD8D color CMYK value is (25,0,31,20).

  • cyan value is 25.37%
  • magenta value is 0.00%
  • yellow value is 31.22%
  • key color value is 19.61%
CMYK:
(25,0,31,20)
C25M0Y31K20 
(25%,0%,31%,20%)
(0.25/0.00/0.31/0.20)	

CMYK percentages

%25.37
%0
%31.22
%19.61

Codes

Color #99CD8D in popluar color models

99CD8D
RGB153205141
HSL109°39.02%67.84%
HSB/HSV109°31.22%80.39%
CMYK25.37%0.00%31.22%
19.61%

Color #99CD8D in popluar number systems.

HEX99CD8D
Decimal153205141
Binary100110011100110110001101
Octal231315215

Shades and tints

Shades of #99CD8D

#99CD8D
(153,205,141)
#8CBB81
(140,187,129)
#7FA975
(127,169,117)
#729769
(114,151,105)
#65855D
(101,133,93)
#587351
(88,115,81)
#4B6145
(75,97,69)
#3E4F39
(62,79,57)
#313D2D
(49,61,45)
#242B21
(36,43,33)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #99CD8D

#99CD8D
(153,205,141)
#A2D197
(162,209,151)
#ABD5A1
(171,213,161)
#B4D9AB
(180,217,171)
#BDDDB5
(189,221,181)
#C6E1BF
(198,225,191)
#CFE5C9
(207,229,201)
#D8E9D3
(216,233,211)
#E1EDDD
(225,237,221)
#EAF1E7
(234,241,231)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99CD8D color. Also use rgb(153,205,141) instead hex code.

Text Font Color

.myTextColor { color: #99CD8D; }

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

This text font color is #99CD8D.


Background Color

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

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

This div background color is #99CD8D.


Border color

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

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

This div border color is #99CD8D.


Opacity

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

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

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

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

This text has shadow with #99CD8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CD8D on black background.


Color preview on white background

This text has color #99CD8D on white background.



Black color preview on #99CD8D background

This text has black color on #99CD8D background.


White color preview on #99CD8D background

This text has white color on #99CD8D background.