COLOR #ACCAC7

HEX: #ACCAC7
RGB: (172,202,199)

Color info

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

RGB color model

#ACCAC7 color RGB value is (172,202,199).

  • red value is 172;
  • green value is 202;
  • blue value is 199.
RGB:
(172,202,199)
(67%,79%,78%)

RGB channels and saturation

R 172 of 255 = 67%
G 202 of 255 = 79%
B 199 of 255 = 78%

172
202
199

R + G + B ~ 75%. #ACCAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 202 + 199 = 573 (100%)
R 172 of 573 ~ 30.02%
G 202 of 573 ~ 35.25%
B 199 of 573 ~ 34.73%

%30.02
%35.25
%34.73

CMYK color model

#ACCAC7 color CMYK value is (15,0,1,21).

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 20.78%
CMYK:
(15,0,1,21)
C15M0Y1K21 
(15%,0%,1%,21%)
(0.15/0.00/0.01/0.21)	

CMYK percentages

%14.85
%0
%1.49
%20.78

Codes

Color #ACCAC7 in popluar color models

ACCAC7
RGB172202199
HSL174°22.06%73.33%
HSB/HSV174°14.85%79.22%
CMYK14.85%0.00%1.49%
20.78%

Color #ACCAC7 in popluar number systems.

HEXACCAC7
Decimal172202199
Binary101011001100101011000111
Octal254312307

Shades and tints

Shades of #ACCAC7

#ACCAC7
(172,202,199)
#9DB8B5
(157,184,181)
#8EA6A3
(142,166,163)
#7F9491
(127,148,145)
#70827F
(112,130,127)
#61706D
(97,112,109)
#525E5B
(82,94,91)
#434C49
(67,76,73)
#343A37
(52,58,55)
#252825
(37,40,37)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #ACCAC7

#ACCAC7
(172,202,199)
#B3CECC
(179,206,204)
#BAD2D1
(186,210,209)
#C1D6D6
(193,214,214)
#C8DADB
(200,218,219)
#CFDEE0
(207,222,224)
#D6E2E5
(214,226,229)
#DDE6EA
(221,230,234)
#E4EAEF
(228,234,239)
#EBEEF4
(235,238,244)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCAC7 color. Also use rgb(172,202,199) instead hex code.

Text Font Color

.myTextColor { color: #ACCAC7; }

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

This text font color is #ACCAC7.


Background Color

.myBgColor { background-color: #ACCAC7; }

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

This div background color is #ACCAC7.


Border color

.myBorderColor { border: 1px solid #ACCAC7; }

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

This div border color is #ACCAC7.


Opacity

.myOpacity80 { color: #ACCAC7; opacity: 0.8; }

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

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

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

This text has shadow with #ACCAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCAC7 on black background.


Color preview on white background

This text has color #ACCAC7 on white background.



Black color preview on #ACCAC7 background

This text has black color on #ACCAC7 background.


White color preview on #ACCAC7 background

This text has white color on #ACCAC7 background.