COLOR #99BEC0

HEX: #99BEC0
RGB: (153,190,192)

Color info

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

RGB color model

#99BEC0 color RGB value is (153,190,192).

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

RGB channels and saturation

R 153 of 255 = 60%
G 190 of 255 = 75%
B 192 of 255 = 75%

153
190
192

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

Portions of RGB colors in percentages

R + G + B =
153 + 190 + 192 = 535 (100%)
R 153 of 535 ~ 28.6%
G 190 of 535 ~ 35.51%
B 192 of 535 ~ 35.89%

%28.6
%35.51
%35.89

CMYK color model

#99BEC0 color CMYK value is (20,1,0,25).

  • cyan value is 20.31%
  • magenta value is 1.04%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(20,1,0,25)
C20M1Y0K25 
(20%,1%,0%,25%)
(0.20/0.01/0.00/0.25)	

CMYK percentages

%20.31
%1.04
%0
%24.71

Codes

Color #99BEC0 in popluar color models

99BEC0
RGB153190192
HSL183°23.64%67.65%
HSB/HSV183°20.31%75.29%
CMYK20.31%1.04%0.00%
24.71%

Color #99BEC0 in popluar number systems.

HEX99BEC0
Decimal153190192
Binary100110011011111011000000
Octal231276300

Shades and tints

Shades of #99BEC0

#99BEC0
(153,190,192)
#8CADAF
(140,173,175)
#7F9C9E
(127,156,158)
#728B8D
(114,139,141)
#657A7C
(101,122,124)
#58696B
(88,105,107)
#4B585A
(75,88,90)
#3E4749
(62,71,73)
#313638
(49,54,56)
#242527
(36,37,39)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #99BEC0

#99BEC0
(153,190,192)
#A2C3C5
(162,195,197)
#ABC8CA
(171,200,202)
#B4CDCF
(180,205,207)
#BDD2D4
(189,210,212)
#C6D7D9
(198,215,217)
#CFDCDE
(207,220,222)
#D8E1E3
(216,225,227)
#E1E6E8
(225,230,232)
#EAEBED
(234,235,237)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BEC0; }

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

This text font color is #99BEC0.


Background Color

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

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

This div background color is #99BEC0.


Border color

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

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

This div border color is #99BEC0.


Opacity

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

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

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

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

This text has shadow with #99BEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BEC0 on black background.


Color preview on white background

This text has color #99BEC0 on white background.



Black color preview on #99BEC0 background

This text has black color on #99BEC0 background.


White color preview on #99BEC0 background

This text has white color on #99BEC0 background.