COLOR #99C4BA

HEX: #99C4BA
RGB: (153,196,186)

Color info

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

RGB color model

#99C4BA color RGB value is (153,196,186).

  • red value is 153;
  • green value is 196;
  • blue value is 186.
RGB:
(153,196,186)
(60%,77%,73%)

RGB channels and saturation

R 153 of 255 = 60%
G 196 of 255 = 77%
B 186 of 255 = 73%

153
196
186

R + G + B ~ 70%. #99C4BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 196 + 186 = 535 (100%)
R 153 of 535 ~ 28.6%
G 196 of 535 ~ 36.64%
B 186 of 535 ~ 34.77%

%28.6
%36.64
%34.77

CMYK color model

#99C4BA color CMYK value is (22,0,5,23).

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 23.14%
CMYK:
(22,0,5,23)
C22M0Y5K23 
(22%,0%,5%,23%)
(0.22/0.00/0.05/0.23)	

CMYK percentages

%21.94
%0
%5.1
%23.14

Codes

Color #99C4BA in popluar color models

99C4BA
RGB153196186
HSL166°26.71%68.43%
HSB/HSV166°21.94%76.86%
CMYK21.94%0.00%5.10%
23.14%

Color #99C4BA in popluar number systems.

HEX99C4BA
Decimal153196186
Binary100110011100010010111010
Octal231304272

Shades and tints

Shades of #99C4BA

#99C4BA
(153,196,186)
#8CB3AA
(140,179,170)
#7FA29A
(127,162,154)
#72918A
(114,145,138)
#65807A
(101,128,122)
#586F6A
(88,111,106)
#4B5E5A
(75,94,90)
#3E4D4A
(62,77,74)
#313C3A
(49,60,58)
#242B2A
(36,43,42)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #99C4BA

#99C4BA
(153,196,186)
#A2C9C0
(162,201,192)
#ABCEC6
(171,206,198)
#B4D3CC
(180,211,204)
#BDD8D2
(189,216,210)
#C6DDD8
(198,221,216)
#CFE2DE
(207,226,222)
#D8E7E4
(216,231,228)
#E1ECEA
(225,236,234)
#EAF1F0
(234,241,240)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C4BA color. Also use rgb(153,196,186) instead hex code.

Text Font Color

.myTextColor { color: #99C4BA; }

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

This text font color is #99C4BA.


Background Color

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

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

This div background color is #99C4BA.


Border color

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

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

This div border color is #99C4BA.


Opacity

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

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

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

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

This text has shadow with #99C4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C4BA on black background.


Color preview on white background

This text has color #99C4BA on white background.



Black color preview on #99C4BA background

This text has black color on #99C4BA background.


White color preview on #99C4BA background

This text has white color on #99C4BA background.