COLOR #99CA9B

HEX: #99CA9B RGB: (153,202,155)

Color info

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

RGB color model

#99CA9B color RGB value is (153,202,155).

RGB: (153,202,155) (60%, 79%, 61%)

RGB channels and saturation

R 153 of 255 = 60%
G 202 of 255 = 79%
B 155 of 255 = 61%

153
202
155

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

Portions of RGB colors in percentages

R + G + B = 153 + 202 + 155 = 510 (100%)
R 153 of 510 ~ 30%
G 202 of 510 ~ 39.61%
B 155 of 510 ~ 30.39'%

%30
%39.61
%30.39

CMYK color model

#99CA9B color CMYK value is (24,0,23,21).

  • cyan value is 24.26%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • key color value is 20.78%

CMYK: (24,0,23,21)
C24M0Y23K21 (24%, 0%, 23%, 21%)
(0.24 / 0.00 / 0.23 / 0.21)

CMYK percentages

%24.26
%0
%23.27
%20.78

Codes

Color #99CA9B in popluar color models

99 CA 9B
RGB 153 202 155
HSL 122° 31.61% 69.61%
HSB/HSV 122° 24.26% 79.22%
CMYK 24.26% 0.00% 23.27%
20.78%

Color #99CA9B in popluar number systems.

HEX 99 CA 9B
Decimal 153 202 155
Binary 10011001 11001010 10011011
Octal 231 312 233

Shades and tints

Shades of #99CA9B

#99CA9B
(153,202,155)
#8CB88D
(140,184,141)
#7FA67F
(127,166,127)
#729471
(114,148,113)
#658263
(101,130,99)
#587055
(88,112,85)
#4B5E47
(75,94,71)
#3E4C39
(62,76,57)
#313A2B
(49,58,43)
#24281D
(36,40,29)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #99CA9B

#99CA9B
(153,202,155)
#A2CEA4
(162,206,164)
#ABD2AD
(171,210,173)
#B4D6B6
(180,214,182)
#BDDABF
(189,218,191)
#C6DEC8
(198,222,200)
#CFE2D1
(207,226,209)
#D8E6DA
(216,230,218)
#E1EAE3
(225,234,227)
#EAEEEC
(234,238,236)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CA9B; }

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

This text font color is #99CA9B.

Background Color

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

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

This div background color is #99CA9B.

Border color

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

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

This div border color is #99CA9B.

Opacity

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

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

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

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

This text has shadow with #99CA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99CA9B.

Preview

Color preview on black background

This text has color #99CA9B on black background.


Color preview on white background

This text has color #99CA9B on white background.


Black color preview on #99CA9B background

This text has black color on #99CA9B background.


White color preview on #99CA9B background

This text has white color on #99CA9B background.


Related colors

Complementary color

Complementary color for #hex is #663564.


I love getcolorcode.com

Triadic colors

1 #9B99CA and #CA9B99 with #99CA9B are triadic colors.

2 #9BCA99 and #CA999B with #99CA9B are triadic colors.