COLOR #99ACC4

HEX: #99ACC4
RGB: (153,172,196)

Color info

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

RGB color model

#99ACC4 color RGB value is (153,172,196).

  • red value is 153;
  • green value is 172;
  • blue value is 196.
RGB:
(153,172,196)
(60%,67%,77%)

RGB channels and saturation

R 153 of 255 = 60%
G 172 of 255 = 67%
B 196 of 255 = 77%

153
172
196

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

Portions of RGB colors in percentages

R + G + B =
153 + 172 + 196 = 521 (100%)
R 153 of 521 ~ 29.37%
G 172 of 521 ~ 33.01%
B 196 of 521 ~ 37.62%

%29.37
%33.01
%37.62

CMYK color model

#99ACC4 color CMYK value is (22,12,0,23).

  • cyan value is 21.94%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(22,12,0,23)
C22M12Y0K23 
(22%,12%,0%,23%)
(0.22/0.12/0.00/0.23)	

CMYK percentages

%21.94
%12.24
%0
%23.14

Codes

Color #99ACC4 in popluar color models

99ACC4
RGB153172196
HSL213°26.71%68.43%
HSB/HSV213°21.94%76.86%
CMYK21.94%12.24%0.00%
23.14%

Color #99ACC4 in popluar number systems.

HEX99ACC4
Decimal153172196
Binary100110011010110011000100
Octal231254304

Shades and tints

Shades of #99ACC4

#99ACC4
(153,172,196)
#8C9DB3
(140,157,179)
#7F8EA2
(127,142,162)
#727F91
(114,127,145)
#657080
(101,112,128)
#58616F
(88,97,111)
#4B525E
(75,82,94)
#3E434D
(62,67,77)
#31343C
(49,52,60)
#24252B
(36,37,43)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #99ACC4

#99ACC4
(153,172,196)
#A2B3C9
(162,179,201)
#ABBACE
(171,186,206)
#B4C1D3
(180,193,211)
#BDC8D8
(189,200,216)
#C6CFDD
(198,207,221)
#CFD6E2
(207,214,226)
#D8DDE7
(216,221,231)
#E1E4EC
(225,228,236)
#EAEBF1
(234,235,241)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99ACC4; }

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

This text font color is #99ACC4.


Background Color

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

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

This div background color is #99ACC4.


Border color

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

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

This div border color is #99ACC4.


Opacity

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

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

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

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

This text has shadow with #99ACC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99ACC4 on black background.


Color preview on white background

This text has color #99ACC4 on white background.



Black color preview on #99ACC4 background

This text has black color on #99ACC4 background.


White color preview on #99ACC4 background

This text has white color on #99ACC4 background.