COLOR #99C1C8

HEX: #99C1C8
RGB: (153,193,200)

Color info

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

RGB color model

#99C1C8 color RGB value is (153,193,200).

  • red value is 153;
  • green value is 193;
  • blue value is 200.
RGB:
(153,193,200)
(60%,76%,78%)

RGB channels and saturation

R 153 of 255 = 60%
G 193 of 255 = 76%
B 200 of 255 = 78%

153
193
200

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

Portions of RGB colors in percentages

R + G + B =
153 + 193 + 200 = 546 (100%)
R 153 of 546 ~ 28.02%
G 193 of 546 ~ 35.35%
B 200 of 546 ~ 36.63%

%28.02
%35.35
%36.63

CMYK color model

#99C1C8 color CMYK value is (24,4,0,22).

  • cyan value is 23.50%
  • magenta value is 3.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(24,4,0,22)
C24M4Y0K22 
(24%,4%,0%,22%)
(0.24/0.04/0.00/0.22)	

CMYK percentages

%23.5
%3.5
%0
%21.57

Codes

Color #99C1C8 in popluar color models

99C1C8
RGB153193200
HSL189°29.94%69.22%
HSB/HSV189°23.50%78.43%
CMYK23.50%3.50%0.00%
21.57%

Color #99C1C8 in popluar number systems.

HEX99C1C8
Decimal153193200
Binary100110011100000111001000
Octal231301310

Shades and tints

Shades of #99C1C8

#99C1C8
(153,193,200)
#8CB0B6
(140,176,182)
#7F9FA4
(127,159,164)
#728E92
(114,142,146)
#657D80
(101,125,128)
#586C6E
(88,108,110)
#4B5B5C
(75,91,92)
#3E4A4A
(62,74,74)
#313938
(49,57,56)
#242826
(36,40,38)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #99C1C8

#99C1C8
(153,193,200)
#A2C6CD
(162,198,205)
#ABCBD2
(171,203,210)
#B4D0D7
(180,208,215)
#BDD5DC
(189,213,220)
#C6DAE1
(198,218,225)
#CFDFE6
(207,223,230)
#D8E4EB
(216,228,235)
#E1E9F0
(225,233,240)
#EAEEF5
(234,238,245)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C1C8 color. Also use rgb(153,193,200) instead hex code.

Text Font Color

.myTextColor { color: #99C1C8; }

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

This text font color is #99C1C8.


Background Color

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

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

This div background color is #99C1C8.


Border color

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

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

This div border color is #99C1C8.


Opacity

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

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

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

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

This text has shadow with #99C1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C1C8 on black background.


Color preview on white background

This text has color #99C1C8 on white background.



Black color preview on #99C1C8 background

This text has black color on #99C1C8 background.


White color preview on #99C1C8 background

This text has white color on #99C1C8 background.