COLOR #99BEC7

HEX: #99BEC7
RGB: (153,190,199)

Color info

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

RGB color model

#99BEC7 color RGB value is (153,190,199).

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

RGB channels and saturation

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

153
190
199

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

Portions of RGB colors in percentages

R + G + B =
153 + 190 + 199 = 542 (100%)
R 153 of 542 ~ 28.23%
G 190 of 542 ~ 35.06%
B 199 of 542 ~ 36.72%

%28.23
%35.06
%36.72

CMYK color model

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

  • cyan value is 23.12%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(23,5,0,22)
C23M5Y0K22 
(23%,5%,0%,22%)
(0.23/0.05/0.00/0.22)	

CMYK percentages

%23.12
%4.52
%0
%21.96

Codes

Color #99BEC7 in popluar color models

99BEC7
RGB153190199
HSL192°29.11%69.02%
HSB/HSV192°23.12%78.04%
CMYK23.12%4.52%0.00%
21.96%

Color #99BEC7 in popluar number systems.

HEX99BEC7
Decimal153190199
Binary100110011011111011000111
Octal231276307

Shades and tints

Shades of #99BEC7

#99BEC7
(153,190,199)
#8CADB5
(140,173,181)
#7F9CA3
(127,156,163)
#728B91
(114,139,145)
#657A7F
(101,122,127)
#58696D
(88,105,109)
#4B585B
(75,88,91)
#3E4749
(62,71,73)
#313637
(49,54,55)
#242525
(36,37,37)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #99BEC7

#99BEC7
(153,190,199)
#A2C3CC
(162,195,204)
#ABC8D1
(171,200,209)
#B4CDD6
(180,205,214)
#BDD2DB
(189,210,219)
#C6D7E0
(198,215,224)
#CFDCE5
(207,220,229)
#D8E1EA
(216,225,234)
#E1E6EF
(225,230,239)
#EAEBF4
(234,235,244)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BEC7; }

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

This text font color is #99BEC7.


Background Color

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

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

This div background color is #99BEC7.


Border color

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

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

This div border color is #99BEC7.


Opacity

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

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

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

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

This text has shadow with #99BEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BEC7 on black background.


Color preview on white background

This text has color #99BEC7 on white background.



Black color preview on #99BEC7 background

This text has black color on #99BEC7 background.


White color preview on #99BEC7 background

This text has white color on #99BEC7 background.