COLOR #99C6BD

HEX: #99C6BD
RGB: (153,198,189)

Color info

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

RGB color model

#99C6BD color RGB value is (153,198,189).

  • red value is 153;
  • green value is 198;
  • blue value is 189.
RGB:
(153,198,189)
(60%,78%,74%)

RGB channels and saturation

R 153 of 255 = 60%
G 198 of 255 = 78%
B 189 of 255 = 74%

153
198
189

R + G + B ~ 71%. #99C6BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 198 + 189 = 540 (100%)
R 153 of 540 ~ 28.33%
G 198 of 540 ~ 36.67%
B 189 of 540 ~ 35%

%28.33
%36.67
%35

CMYK color model

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

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 22.35%
CMYK:
(23,0,5,22)
C23M0Y5K22 
(23%,0%,5%,22%)
(0.23/0.00/0.05/0.22)	

CMYK percentages

%22.73
%0
%4.55
%22.35

Codes

Color #99C6BD in popluar color models

99C6BD
RGB153198189
HSL168°28.30%68.82%
HSB/HSV168°22.73%77.65%
CMYK22.73%0.00%4.55%
22.35%

Color #99C6BD in popluar number systems.

HEX99C6BD
Decimal153198189
Binary100110011100011010111101
Octal231306275

Shades and tints

Shades of #99C6BD

#99C6BD
(153,198,189)
#8CB4AC
(140,180,172)
#7FA29B
(127,162,155)
#72908A
(114,144,138)
#657E79
(101,126,121)
#586C68
(88,108,104)
#4B5A57
(75,90,87)
#3E4846
(62,72,70)
#313635
(49,54,53)
#242424
(36,36,36)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #99C6BD

#99C6BD
(153,198,189)
#A2CBC3
(162,203,195)
#ABD0C9
(171,208,201)
#B4D5CF
(180,213,207)
#BDDAD5
(189,218,213)
#C6DFDB
(198,223,219)
#CFE4E1
(207,228,225)
#D8E9E7
(216,233,231)
#E1EEED
(225,238,237)
#EAF3F3
(234,243,243)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C6BD color. Also use rgb(153,198,189) instead hex code.

Text Font Color

.myTextColor { color: #99C6BD; }

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

This text font color is #99C6BD.


Background Color

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

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

This div background color is #99C6BD.


Border color

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

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

This div border color is #99C6BD.


Opacity

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

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

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

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

This text has shadow with #99C6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C6BD on black background.


Color preview on white background

This text has color #99C6BD on white background.



Black color preview on #99C6BD background

This text has black color on #99C6BD background.


White color preview on #99C6BD background

This text has white color on #99C6BD background.