COLOR #ACCCB8

HEX: #ACCCB8
RGB: (172,204,184)

Color info

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

RGB color model

#ACCCB8 color RGB value is (172,204,184).

  • red value is 172;
  • green value is 204;
  • blue value is 184.
RGB:
(172,204,184)
(67%,80%,72%)

RGB channels and saturation

R 172 of 255 = 67%
G 204 of 255 = 80%
B 184 of 255 = 72%

172
204
184

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

Portions of RGB colors in percentages

R + G + B =
172 + 204 + 184 = 560 (100%)
R 172 of 560 ~ 30.71%
G 204 of 560 ~ 36.43%
B 184 of 560 ~ 32.86%

%30.71
%36.43
%32.86

CMYK color model

#ACCCB8 color CMYK value is (16,0,10,20).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 20.00%
CMYK:
(16,0,10,20)
C16M0Y10K20 
(16%,0%,10%,20%)
(0.16/0.00/0.10/0.20)	

CMYK percentages

%15.69
%0
%9.8
%20

Codes

Color #ACCCB8 in popluar color models

ACCCB8
RGB172204184
HSL143°23.88%73.73%
HSB/HSV143°15.69%80.00%
CMYK15.69%0.00%9.80%
20.00%

Color #ACCCB8 in popluar number systems.

HEXACCCB8
Decimal172204184
Binary101011001100110010111000
Octal254314270

Shades and tints

Shades of #ACCCB8

#ACCCB8
(172,204,184)
#9DBAA8
(157,186,168)
#8EA898
(142,168,152)
#7F9688
(127,150,136)
#708478
(112,132,120)
#617268
(97,114,104)
#526058
(82,96,88)
#434E48
(67,78,72)
#343C38
(52,60,56)
#252A28
(37,42,40)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #ACCCB8

#ACCCB8
(172,204,184)
#B3D0BE
(179,208,190)
#BAD4C4
(186,212,196)
#C1D8CA
(193,216,202)
#C8DCD0
(200,220,208)
#CFE0D6
(207,224,214)
#D6E4DC
(214,228,220)
#DDE8E2
(221,232,226)
#E4ECE8
(228,236,232)
#EBF0EE
(235,240,238)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCCB8; }

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

This text font color is #ACCCB8.


Background Color

.myBgColor { background-color: #ACCCB8; }

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

This div background color is #ACCCB8.


Border color

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

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

This div border color is #ACCCB8.


Opacity

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

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

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

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

This text has shadow with #ACCCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCCB8 on black background.


Color preview on white background

This text has color #ACCCB8 on white background.



Black color preview on #ACCCB8 background

This text has black color on #ACCCB8 background.


White color preview on #ACCCB8 background

This text has white color on #ACCCB8 background.