COLOR #99C0BD

HEX: #99C0BD
RGB: (153,192,189)

Color info

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

RGB color model

#99C0BD color RGB value is (153,192,189).

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

RGB channels and saturation

R 153 of 255 = 60%
G 192 of 255 = 75%
B 189 of 255 = 74%

153
192
189

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

Portions of RGB colors in percentages

R + G + B =
153 + 192 + 189 = 534 (100%)
R 153 of 534 ~ 28.65%
G 192 of 534 ~ 35.96%
B 189 of 534 ~ 35.39%

%28.65
%35.96
%35.39

CMYK color model

#99C0BD color CMYK value is (20,0,2,25).

  • cyan value is 20.31%
  • magenta value is 0.00%
  • yellow value is 1.56%
  • key color value is 24.71%
CMYK:
(20,0,2,25)
C20M0Y2K25 
(20%,0%,2%,25%)
(0.20/0.00/0.02/0.25)	

CMYK percentages

%20.31
%0
%1.56
%24.71

Codes

Color #99C0BD in popluar color models

99C0BD
RGB153192189
HSL175°23.64%67.65%
HSB/HSV175°20.31%75.29%
CMYK20.31%0.00%1.56%
24.71%

Color #99C0BD in popluar number systems.

HEX99C0BD
Decimal153192189
Binary100110011100000010111101
Octal231300275

Shades and tints

Shades of #99C0BD

#99C0BD
(153,192,189)
#8CAFAC
(140,175,172)
#7F9E9B
(127,158,155)
#728D8A
(114,141,138)
#657C79
(101,124,121)
#586B68
(88,107,104)
#4B5A57
(75,90,87)
#3E4946
(62,73,70)
#313835
(49,56,53)
#242724
(36,39,36)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #99C0BD

#99C0BD
(153,192,189)
#A2C5C3
(162,197,195)
#ABCAC9
(171,202,201)
#B4CFCF
(180,207,207)
#BDD4D5
(189,212,213)
#C6D9DB
(198,217,219)
#CFDEE1
(207,222,225)
#D8E3E7
(216,227,231)
#E1E8ED
(225,232,237)
#EAEDF3
(234,237,243)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C0BD; }

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

This text font color is #99C0BD.


Background Color

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

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

This div background color is #99C0BD.


Border color

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

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

This div border color is #99C0BD.


Opacity

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

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

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

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

This text has shadow with #99C0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C0BD on black background.


Color preview on white background

This text has color #99C0BD on white background.



Black color preview on #99C0BD background

This text has black color on #99C0BD background.


White color preview on #99C0BD background

This text has white color on #99C0BD background.