COLOR #ACCAB7

HEX: #ACCAB7
RGB: (172,202,183)

Color info

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

RGB color model

#ACCAB7 color RGB value is (172,202,183).

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

RGB channels and saturation

R 172 of 255 = 67%
G 202 of 255 = 79%
B 183 of 255 = 72%

172
202
183

R + G + B ~ 73%. #ACCAB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 202 + 183 = 557 (100%)
R 172 of 557 ~ 30.88%
G 202 of 557 ~ 36.27%
B 183 of 557 ~ 32.85%

%30.88
%36.27
%32.85

CMYK color model

#ACCAB7 color CMYK value is (15,0,9,21).

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 20.78%
CMYK:
(15,0,9,21)
C15M0Y9K21 
(15%,0%,9%,21%)
(0.15/0.00/0.09/0.21)	

CMYK percentages

%14.85
%0
%9.41
%20.78

Codes

Color #ACCAB7 in popluar color models

ACCAB7
RGB172202183
HSL142°22.06%73.33%
HSB/HSV142°14.85%79.22%
CMYK14.85%0.00%9.41%
20.78%

Color #ACCAB7 in popluar number systems.

HEXACCAB7
Decimal172202183
Binary101011001100101010110111
Octal254312267

Shades and tints

Shades of #ACCAB7

#ACCAB7
(172,202,183)
#9DB8A7
(157,184,167)
#8EA697
(142,166,151)
#7F9487
(127,148,135)
#708277
(112,130,119)
#617067
(97,112,103)
#525E57
(82,94,87)
#434C47
(67,76,71)
#343A37
(52,58,55)
#252827
(37,40,39)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #ACCAB7

#ACCAB7
(172,202,183)
#B3CEBD
(179,206,189)
#BAD2C3
(186,210,195)
#C1D6C9
(193,214,201)
#C8DACF
(200,218,207)
#CFDED5
(207,222,213)
#D6E2DB
(214,226,219)
#DDE6E1
(221,230,225)
#E4EAE7
(228,234,231)
#EBEEED
(235,238,237)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCAB7; }

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

This text font color is #ACCAB7.


Background Color

.myBgColor { background-color: #ACCAB7; }

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

This div background color is #ACCAB7.


Border color

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

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

This div border color is #ACCAB7.


Opacity

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

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

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

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

This text has shadow with #ACCAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCAB7 on black background.


Color preview on white background

This text has color #ACCAB7 on white background.



Black color preview on #ACCAB7 background

This text has black color on #ACCAB7 background.


White color preview on #ACCAB7 background

This text has white color on #ACCAB7 background.