COLOR #99CCA4

HEX: #99CCA4 RGB: (153,204,164)

Color info

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

RGB color model

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

RGB: (153,204,164) (60%, 80%, 64%)

RGB channels and saturation

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

153
204
164

R + G + B ~ 68%. #99CCA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 204 + 164 = 521 (100%)
R 153 of 521 ~ 29.37%
G 204 of 521 ~ 39.16%
B 164 of 521 ~ 31.48'%

%29.37
%39.16
%31.48

CMYK color model

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

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 20.00%

CMYK: (25,0,20,20)
C25M0Y20K20 (25%, 0%, 20%, 20%)
(0.25 / 0.00 / 0.20 / 0.20)

CMYK percentages

%25
%0
%19.61
%20

Codes

Color #99CCA4 in popluar color models

99 CC A4
RGB 153 204 164
HSL 133° 33.33% 70.00%
HSB/HSV 133° 25.00% 80.00%
CMYK 25.00% 0.00% 19.61%
20.00%

Color #99CCA4 in popluar number systems.

HEX 99 CC A4
Decimal 153 204 164
Binary 10011001 11001100 10100100
Octal 231 314 244

Shades and tints

Shades of #99CCA4

#99CCA4
(153,204,164)
#8CBA96
(140,186,150)
#7FA888
(127,168,136)
#72967A
(114,150,122)
#65846C
(101,132,108)
#58725E
(88,114,94)
#4B6050
(75,96,80)
#3E4E42
(62,78,66)
#313C34
(49,60,52)
#242A26
(36,42,38)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #99CCA4

#99CCA4
(153,204,164)
#A2D0AC
(162,208,172)
#ABD4B4
(171,212,180)
#B4D8BC
(180,216,188)
#BDDCC4
(189,220,196)
#C6E0CC
(198,224,204)
#CFE4D4
(207,228,212)
#D8E8DC
(216,232,220)
#E1ECE4
(225,236,228)
#EAF0EC
(234,240,236)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CCA4; }

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

This text font color is #99CCA4.

Background Color

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

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

This div background color is #99CCA4.

Border color

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

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

This div border color is #99CCA4.

Opacity

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

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

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

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

This text has shadow with #99CCA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99CCA4.

Preview

Color preview on black background

This text has color #99CCA4 on black background.


Color preview on white background

This text has color #99CCA4 on white background.


Black color preview on #99CCA4 background

This text has black color on #99CCA4 background.


White color preview on #99CCA4 background

This text has white color on #99CCA4 background.


Related colors

Complementary color

Complementary color for #hex is #66335B.


I love getcolorcode.com

Triadic colors

1 #A499CC and #CCA499 with #99CCA4 are triadic colors.

2 #A4CC99 and #CC99A4 with #99CCA4 are triadic colors.