COLOR #ACC8BF

HEX: #ACC8BF
RGB: (172,200,191)

Color info

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

RGB color model

#ACC8BF color RGB value is (172,200,191).

  • red value is 172;
  • green value is 200;
  • blue value is 191.
RGB:
(172,200,191)
(67%,78%,75%)

RGB channels and saturation

R 172 of 255 = 67%
G 200 of 255 = 78%
B 191 of 255 = 75%

172
200
191

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

Portions of RGB colors in percentages

R + G + B =
172 + 200 + 191 = 563 (100%)
R 172 of 563 ~ 30.55%
G 200 of 563 ~ 35.52%
B 191 of 563 ~ 33.93%

%30.55
%35.52
%33.93

CMYK color model

#ACC8BF color CMYK value is (14,0,5,22).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 4.50%
  • key color value is 21.57%
CMYK:
(14,0,5,22)
C14M0Y5K22 
(14%,0%,5%,22%)
(0.14/0.00/0.05/0.22)	

CMYK percentages

%14
%0
%4.5
%21.57

Codes

Color #ACC8BF in popluar color models

ACC8BF
RGB172200191
HSL161°20.29%72.94%
HSB/HSV161°14.00%78.43%
CMYK14.00%0.00%4.50%
21.57%

Color #ACC8BF in popluar number systems.

HEXACC8BF
Decimal172200191
Binary101011001100100010111111
Octal254310277

Shades and tints

Shades of #ACC8BF

#ACC8BF
(172,200,191)
#9DB6AE
(157,182,174)
#8EA49D
(142,164,157)
#7F928C
(127,146,140)
#70807B
(112,128,123)
#616E6A
(97,110,106)
#525C59
(82,92,89)
#434A48
(67,74,72)
#343837
(52,56,55)
#252626
(37,38,38)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #ACC8BF

#ACC8BF
(172,200,191)
#B3CDC4
(179,205,196)
#BAD2C9
(186,210,201)
#C1D7CE
(193,215,206)
#C8DCD3
(200,220,211)
#CFE1D8
(207,225,216)
#D6E6DD
(214,230,221)
#DDEBE2
(221,235,226)
#E4F0E7
(228,240,231)
#EBF5EC
(235,245,236)
#F2FAF1
(242,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC8BF color. Also use rgb(172,200,191) instead hex code.

Text Font Color

.myTextColor { color: #ACC8BF; }

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

This text font color is #ACC8BF.


Background Color

.myBgColor { background-color: #ACC8BF; }

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

This div background color is #ACC8BF.


Border color

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

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

This div border color is #ACC8BF.


Opacity

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

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

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

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

This text has shadow with #ACC8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC8BF on black background.


Color preview on white background

This text has color #ACC8BF on white background.



Black color preview on #ACC8BF background

This text has black color on #ACC8BF background.


White color preview on #ACC8BF background

This text has white color on #ACC8BF background.