COLOR #99C5B3

HEX: #99C5B3 RGB: (153,197,179)

Color info

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

RGB color model

#99C5B3 color RGB value is (153,197,179).

RGB: (153,197,179) (60%, 77%, 70%)

RGB channels and saturation

R 153 of 255 = 60%
G 197 of 255 = 77%
B 179 of 255 = 70%

153
197
179

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

Portions of RGB colors in percentages

R + G + B = 153 + 197 + 179 = 529 (100%)
R 153 of 529 ~ 28.92%
G 197 of 529 ~ 37.24%
B 179 of 529 ~ 33.84'%

%28.92
%37.24
%33.84

CMYK color model

#99C5B3 color CMYK value is (22,0,9,23).

  • cyan value is 22.34%
  • magenta value is 0.00%
  • yellow value is 9.14%
  • key color value is 22.75%

CMYK: (22,0,9,23)
C22M0Y9K23 (22%, 0%, 9%, 23%)
(0.22 / 0.00 / 0.09 / 0.23)

CMYK percentages

%22.34
%0
%9.14
%22.75

Codes

Color #99C5B3 in popluar color models

99 C5 B3
RGB 153 197 179
HSL 155° 27.50% 68.63%
HSB/HSV 155° 22.34% 77.25%
CMYK 22.34% 0.00% 9.14%
22.75%

Color #99C5B3 in popluar number systems.

HEX 99 C5 B3
Decimal 153 197 179
Binary 10011001 11000101 10110011
Octal 231 305 263

Shades and tints

Shades of #99C5B3

#99C5B3
(153,197,179)
#8CB4A3
(140,180,163)
#7FA393
(127,163,147)
#729283
(114,146,131)
#658173
(101,129,115)
#587063
(88,112,99)
#4B5F53
(75,95,83)
#3E4E43
(62,78,67)
#313D33
(49,61,51)
#242C23
(36,44,35)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #99C5B3

#99C5B3
(153,197,179)
#A2CAB9
(162,202,185)
#ABCFBF
(171,207,191)
#B4D4C5
(180,212,197)
#BDD9CB
(189,217,203)
#C6DED1
(198,222,209)
#CFE3D7
(207,227,215)
#D8E8DD
(216,232,221)
#E1EDE3
(225,237,227)
#EAF2E9
(234,242,233)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C5B3 color. Also use rgb(153,197,179) instead hex code.

Text Font Color

.myTextColor { color: #99C5B3; }

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

This text font color is #99C5B3.

Background Color

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

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

This div background color is #99C5B3.

Border color

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

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

This div border color is #99C5B3.

Opacity

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

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

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

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

This text has shadow with #99C5B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C5B3.

Preview

Color preview on black background

This text has color #99C5B3 on black background.


Color preview on white background

This text has color #99C5B3 on white background.


Black color preview on #99C5B3 background

This text has black color on #99C5B3 background.


White color preview on #99C5B3 background

This text has white color on #99C5B3 background.


Related colors

Complementary color

Complementary color for #hex is #663A4C.


I love getcolorcode.com

Triadic colors

1 #B399C5 and #C5B399 with #99C5B3 are triadic colors.

2 #B3C599 and #C599B3 with #99C5B3 are triadic colors.