COLOR #99FFCC

HEX: #99FFCC RGB: (153,255,204)

Color info

#99FFCC contains mainly green and blue colors. #99FFCC color is web safe color. It maybe written shortly as #9FC.

RGB color model

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

RGB: (153,255,204) (60%, 100%, 80%)

RGB channels and saturation

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

153
255
204

R + G + B ~ 80%. #99FFCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 255 + 204 = 612 (100%)
R 153 of 612 ~ 25%
G 255 of 612 ~ 41.67%
B 204 of 612 ~ 33.33'%

%25
%41.67
%33.33

CMYK color model

#99FFCC color CMYK value is (40,0,20,0).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 0.00%

CMYK: (40,0,20,0)
C40M0Y20K0 (40%, 0%, 20%, 0%)
(0.40 / 0.00 / 0.20 / 0.00)

CMYK percentages

%40
%0
%20
%0

Codes

Color #99FFCC in popluar color models

99 FF CC
RGB 153 255 204
HSL 150° 100.00% 80.00%
HSB/HSV 150° 40.00% 100.00%
CMYK 40.00% 0.00% 20.00%
0.00%

Color #99FFCC in popluar number systems.

HEX 99 FF CC
Decimal 153 255 204
Binary 10011001 11111111 11001100
Octal 231 377 314

Shades and tints

Shades of #99FFCC

#99FFCC
(153,255,204)
#8CE8BA
(140,232,186)
#7FD1A8
(127,209,168)
#72BA96
(114,186,150)
#65A384
(101,163,132)
#588C72
(88,140,114)
#4B7560
(75,117,96)
#3E5E4E
(62,94,78)
#31473C
(49,71,60)
#24302A
(36,48,42)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #99FFCC

#99FFCC
(153,255,204)
#A2FFD0
(162,255,208)
#ABFFD4
(171,255,212)
#B4FFD8
(180,255,216)
#BDFFDC
(189,255,220)
#C6FFE0
(198,255,224)
#CFFFE4
(207,255,228)
#D8FFE8
(216,255,232)
#E1FFEC
(225,255,236)
#EAFFF0
(234,255,240)
#F3FFF4
(243,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99FFCC; }

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

This text font color is #99FFCC.

Background Color

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

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

This div background color is #99FFCC.

Border color

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

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

This div border color is #99FFCC.

Opacity

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

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

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

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

This text has shadow with #99FFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99FFCC.

Preview

Color preview on black background

This text has color #99FFCC on black background.


Color preview on white background

This text has color #99FFCC on white background.


Black color preview on #99FFCC background

This text has black color on #99FFCC background.


White color preview on #99FFCC background

This text has white color on #99FFCC background.


Related colors

Complementary color

Complementary color for #hex is #660033.


I love getcolorcode.com

Triadic colors

1 #CC99FF and #FFCC99 with #99FFCC are triadic colors.

2 #CCFF99 and #FF99CC with #99FFCC are triadic colors.