COLOR #99BCBD

HEX: #99BCBD
RGB: (153,188,189)

Color info

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

RGB color model

#99BCBD color RGB value is (153,188,189).

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

RGB channels and saturation

R 153 of 255 = 60%
G 188 of 255 = 74%
B 189 of 255 = 74%

153
188
189

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

Portions of RGB colors in percentages

R + G + B =
153 + 188 + 189 = 530 (100%)
R 153 of 530 ~ 28.87%
G 188 of 530 ~ 35.47%
B 189 of 530 ~ 35.66%

%28.87
%35.47
%35.66

CMYK color model

#99BCBD color CMYK value is (19,1,0,26).

  • cyan value is 19.05%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(19,1,0,26)
C19M1Y0K26 
(19%,1%,0%,26%)
(0.19/0.01/0.00/0.26)	

CMYK percentages

%19.05
%0.53
%0
%25.88

Codes

Color #99BCBD in popluar color models

99BCBD
RGB153188189
HSL182°21.43%67.06%
HSB/HSV182°19.05%74.12%
CMYK19.05%0.53%0.00%
25.88%

Color #99BCBD in popluar number systems.

HEX99BCBD
Decimal153188189
Binary100110011011110010111101
Octal231274275

Shades and tints

Shades of #99BCBD

#99BCBD
(153,188,189)
#8CABAC
(140,171,172)
#7F9A9B
(127,154,155)
#72898A
(114,137,138)
#657879
(101,120,121)
#586768
(88,103,104)
#4B5657
(75,86,87)
#3E4546
(62,69,70)
#313435
(49,52,53)
#242324
(36,35,36)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #99BCBD

#99BCBD
(153,188,189)
#A2C2C3
(162,194,195)
#ABC8C9
(171,200,201)
#B4CECF
(180,206,207)
#BDD4D5
(189,212,213)
#C6DADB
(198,218,219)
#CFE0E1
(207,224,225)
#D8E6E7
(216,230,231)
#E1ECED
(225,236,237)
#EAF2F3
(234,242,243)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BCBD; }

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

This text font color is #99BCBD.


Background Color

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

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

This div background color is #99BCBD.


Border color

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

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

This div border color is #99BCBD.


Opacity

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

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

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

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

This text has shadow with #99BCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BCBD on black background.


Color preview on white background

This text has color #99BCBD on white background.



Black color preview on #99BCBD background

This text has black color on #99BCBD background.


White color preview on #99BCBD background

This text has white color on #99BCBD background.