COLOR #99CC9B

HEX: #99CC9B RGB: (153,204,155)

Color info

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

RGB color model

#99CC9B color RGB value is (153,204,155).

RGB: (153,204,155) (60%, 80%, 61%)

RGB channels and saturation

R 153 of 255 = 60%
G 204 of 255 = 80%
B 155 of 255 = 61%

153
204
155

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

Portions of RGB colors in percentages

R + G + B = 153 + 204 + 155 = 512 (100%)
R 153 of 512 ~ 29.88%
G 204 of 512 ~ 39.84%
B 155 of 512 ~ 30.27'%

%29.88
%39.84
%30.27

CMYK color model

#99CC9B color CMYK value is (25,0,24,20).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 24.02%
  • key color value is 20.00%

CMYK: (25,0,24,20)
C25M0Y24K20 (25%, 0%, 24%, 20%)
(0.25 / 0.00 / 0.24 / 0.20)

CMYK percentages

%25
%0
%24.02
%20

Codes

Color #99CC9B in popluar color models

99 CC 9B
RGB 153 204 155
HSL 122° 33.33% 70.00%
HSB/HSV 122° 25.00% 80.00%
CMYK 25.00% 0.00% 24.02%
20.00%

Color #99CC9B in popluar number systems.

HEX 99 CC 9B
Decimal 153 204 155
Binary 10011001 11001100 10011011
Octal 231 314 233

Shades and tints

Shades of #99CC9B

#99CC9B
(153,204,155)
#8CBA8D
(140,186,141)
#7FA87F
(127,168,127)
#729671
(114,150,113)
#658463
(101,132,99)
#587255
(88,114,85)
#4B6047
(75,96,71)
#3E4E39
(62,78,57)
#313C2B
(49,60,43)
#242A1D
(36,42,29)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #99CC9B

#99CC9B
(153,204,155)
#A2D0A4
(162,208,164)
#ABD4AD
(171,212,173)
#B4D8B6
(180,216,182)
#BDDCBF
(189,220,191)
#C6E0C8
(198,224,200)
#CFE4D1
(207,228,209)
#D8E8DA
(216,232,218)
#E1ECE3
(225,236,227)
#EAF0EC
(234,240,236)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99CC9B color. Also use rgb(153,204,155) instead hex code.

Text Font Color

.myTextColor { color: #99CC9B; }

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

This text font color is #99CC9B.

Background Color

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

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

This div background color is #99CC9B.

Border color

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

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

This div border color is #99CC9B.

Opacity

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

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

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

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

This text has shadow with #99CC9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99CC9B.

Preview

Color preview on black background

This text has color #99CC9B on black background.


Color preview on white background

This text has color #99CC9B on white background.


Black color preview on #99CC9B background

This text has black color on #99CC9B background.


White color preview on #99CC9B background

This text has white color on #99CC9B background.


Related colors

Complementary color

Complementary color for #hex is #663364.


I love getcolorcode.com

Triadic colors

1 #9B99CC and #CC9B99 with #99CC9B are triadic colors.

2 #9BCC99 and #CC999B with #99CC9B are triadic colors.