COLOR #99CCCC

HEX: #99CCCC
RGB: (153,204,204)

Color info

#99CCCC contains red, green and blue colors in about the same proportion. #99CCCC color is web safe color. It maybe written shortly as #9CC.

RGB color model

#99CCCC color RGB value is (153,204,204).

  • red value is 153;
  • green value is 204;
  • blue value is 204.
RGB:
(153,204,204)
(60%,80%,80%)

RGB channels and saturation

R 153 of 255 = 60%
G 204 of 255 = 80%
B 204 of 255 = 80%

153
204
204

R + G + B ~ 73%. #99CCCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 204 + 204 = 561 (100%)
R 153 of 561 ~ 27.27%
G 204 of 561 ~ 36.36%
B 204 of 561 ~ 36.36%

%27.27
%36.36
%36.36

CMYK color model

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

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(25,0,0,20)
C25M0Y0K20 
(25%,0%,0%,20%)
(0.25/0.00/0.00/0.20)	

CMYK percentages

%25
%0
%0
%20

Codes

Color #99CCCC in popluar color models

99CCCC
RGB153204204
HSL180°33.33%70.00%
HSB/HSV180°25.00%80.00%
CMYK25.00%0.00%0.00%
20.00%

Color #99CCCC in popluar number systems.

HEX99CCCC
Decimal153204204
Binary100110011100110011001100
Octal231314314

Shades and tints

Shades of #99CCCC

#99CCCC
(153,204,204)
#8CBABA
(140,186,186)
#7FA8A8
(127,168,168)
#729696
(114,150,150)
#658484
(101,132,132)
#587272
(88,114,114)
#4B6060
(75,96,96)
#3E4E4E
(62,78,78)
#313C3C
(49,60,60)
#242A2A
(36,42,42)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #99CCCC

#99CCCC
(153,204,204)
#A2D0D0
(162,208,208)
#ABD4D4
(171,212,212)
#B4D8D8
(180,216,216)
#BDDCDC
(189,220,220)
#C6E0E0
(198,224,224)
#CFE4E4
(207,228,228)
#D8E8E8
(216,232,232)
#E1ECEC
(225,236,236)
#EAF0F0
(234,240,240)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CCCC; }

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

This text font color is #99CCCC.


Background Color

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

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

This div background color is #99CCCC.


Border color

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

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

This div border color is #99CCCC.


Opacity

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

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

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

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

This text has shadow with #99CCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CCCC on black background.


Color preview on white background

This text has color #99CCCC on white background.



Black color preview on #99CCCC background

This text has black color on #99CCCC background.


White color preview on #99CCCC background

This text has white color on #99CCCC background.