COLOR #99CCAC

HEX: #99CCAC RGB: (153,204,172)

Color info

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

RGB color model

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

RGB: (153,204,172) (60%, 80%, 67%)

RGB channels and saturation

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

153
204
172

R + G + B ~ 69%. #99CCAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 204 + 172 = 529 (100%)
R 153 of 529 ~ 28.92%
G 204 of 529 ~ 38.56%
B 172 of 529 ~ 32.51'%

%28.92
%38.56
%32.51

CMYK color model

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

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

CMYK percentages

%25
%0
%15.69
%20

Codes

Color #99CCAC in popluar color models

99 CC AC
RGB 153 204 172
HSL 142° 33.33% 70.00%
HSB/HSV 142° 25.00% 80.00%
CMYK 25.00% 0.00% 15.69%
20.00%

Color #99CCAC in popluar number systems.

HEX 99 CC AC
Decimal 153 204 172
Binary 10011001 11001100 10101100
Octal 231 314 254

Shades and tints

Shades of #99CCAC

#99CCAC
(153,204,172)
#8CBA9D
(140,186,157)
#7FA88E
(127,168,142)
#72967F
(114,150,127)
#658470
(101,132,112)
#587261
(88,114,97)
#4B6052
(75,96,82)
#3E4E43
(62,78,67)
#313C34
(49,60,52)
#242A25
(36,42,37)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #99CCAC

#99CCAC
(153,204,172)
#A2D0B3
(162,208,179)
#ABD4BA
(171,212,186)
#B4D8C1
(180,216,193)
#BDDCC8
(189,220,200)
#C6E0CF
(198,224,207)
#CFE4D6
(207,228,214)
#D8E8DD
(216,232,221)
#E1ECE4
(225,236,228)
#EAF0EB
(234,240,235)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CCAC; }

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

This text font color is #99CCAC.

Background Color

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

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

This div background color is #99CCAC.

Border color

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

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

This div border color is #99CCAC.

Opacity

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

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

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

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

This text has shadow with #99CCAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99CCAC.

Preview

Color preview on black background

This text has color #99CCAC on black background.


Color preview on white background

This text has color #99CCAC on white background.


Black color preview on #99CCAC background

This text has black color on #99CCAC background.


White color preview on #99CCAC background

This text has white color on #99CCAC background.


Related colors

Complementary color

Complementary color for #hex is #663353.


I love getcolorcode.com

Triadic colors

1 #AC99CC and #CCAC99 with #99CCAC are triadic colors.

2 #ACCC99 and #CC99AC with #99CCAC are triadic colors.