COLOR #99BEC6

HEX: #99BEC6
RGB: (153,190,198)

Color info

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

RGB color model

#99BEC6 color RGB value is (153,190,198).

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

RGB channels and saturation

R 153 of 255 = 60%
G 190 of 255 = 75%
B 198 of 255 = 78%

153
190
198

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

Portions of RGB colors in percentages

R + G + B =
153 + 190 + 198 = 541 (100%)
R 153 of 541 ~ 28.28%
G 190 of 541 ~ 35.12%
B 198 of 541 ~ 36.6%

%28.28
%35.12
%36.6

CMYK color model

#99BEC6 color CMYK value is (23,4,0,22).

  • cyan value is 22.73%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(23,4,0,22)
C23M4Y0K22 
(23%,4%,0%,22%)
(0.23/0.04/0.00/0.22)	

CMYK percentages

%22.73
%4.04
%0
%22.35

Codes

Color #99BEC6 in popluar color models

99BEC6
RGB153190198
HSL191°28.30%68.82%
HSB/HSV191°22.73%77.65%
CMYK22.73%4.04%0.00%
22.35%

Color #99BEC6 in popluar number systems.

HEX99BEC6
Decimal153190198
Binary100110011011111011000110
Octal231276306

Shades and tints

Shades of #99BEC6

#99BEC6
(153,190,198)
#8CADB4
(140,173,180)
#7F9CA2
(127,156,162)
#728B90
(114,139,144)
#657A7E
(101,122,126)
#58696C
(88,105,108)
#4B585A
(75,88,90)
#3E4748
(62,71,72)
#313636
(49,54,54)
#242524
(36,37,36)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #99BEC6

#99BEC6
(153,190,198)
#A2C3CB
(162,195,203)
#ABC8D0
(171,200,208)
#B4CDD5
(180,205,213)
#BDD2DA
(189,210,218)
#C6D7DF
(198,215,223)
#CFDCE4
(207,220,228)
#D8E1E9
(216,225,233)
#E1E6EE
(225,230,238)
#EAEBF3
(234,235,243)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BEC6; }

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

This text font color is #99BEC6.


Background Color

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

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

This div background color is #99BEC6.


Border color

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

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

This div border color is #99BEC6.


Opacity

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

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

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

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

This text has shadow with #99BEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BEC6 on black background.


Color preview on white background

This text has color #99BEC6 on white background.



Black color preview on #99BEC6 background

This text has black color on #99BEC6 background.


White color preview on #99BEC6 background

This text has white color on #99BEC6 background.