COLOR #ACC7BF

HEX: #ACC7BF
RGB: (172,199,191)

Color info

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

RGB color model

#ACC7BF color RGB value is (172,199,191).

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

RGB channels and saturation

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

172
199
191

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

Portions of RGB colors in percentages

R + G + B =
172 + 199 + 191 = 562 (100%)
R 172 of 562 ~ 30.6%
G 199 of 562 ~ 35.41%
B 191 of 562 ~ 33.99%

%30.6
%35.41
%33.99

CMYK color model

#ACC7BF color CMYK value is (14,0,4,22).

  • cyan value is 13.57%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 21.96%
CMYK:
(14,0,4,22)
C14M0Y4K22 
(14%,0%,4%,22%)
(0.14/0.00/0.04/0.22)	

CMYK percentages

%13.57
%0
%4.02
%21.96

Codes

Color #ACC7BF in popluar color models

ACC7BF
RGB172199191
HSL162°19.42%72.75%
HSB/HSV162°13.57%78.04%
CMYK13.57%0.00%4.02%
21.96%

Color #ACC7BF in popluar number systems.

HEXACC7BF
Decimal172199191
Binary101011001100011110111111
Octal254307277

Shades and tints

Shades of #ACC7BF

#ACC7BF
(172,199,191)
#9DB5AE
(157,181,174)
#8EA39D
(142,163,157)
#7F918C
(127,145,140)
#707F7B
(112,127,123)
#616D6A
(97,109,106)
#525B59
(82,91,89)
#434948
(67,73,72)
#343737
(52,55,55)
#252526
(37,37,38)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #ACC7BF

#ACC7BF
(172,199,191)
#B3CCC4
(179,204,196)
#BAD1C9
(186,209,201)
#C1D6CE
(193,214,206)
#C8DBD3
(200,219,211)
#CFE0D8
(207,224,216)
#D6E5DD
(214,229,221)
#DDEAE2
(221,234,226)
#E4EFE7
(228,239,231)
#EBF4EC
(235,244,236)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC7BF; }

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

This text font color is #ACC7BF.


Background Color

.myBgColor { background-color: #ACC7BF; }

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

This div background color is #ACC7BF.


Border color

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

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

This div border color is #ACC7BF.


Opacity

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

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

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

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

This text has shadow with #ACC7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC7BF on black background.


Color preview on white background

This text has color #ACC7BF on white background.



Black color preview on #ACC7BF background

This text has black color on #ACC7BF background.


White color preview on #ACC7BF background

This text has white color on #ACC7BF background.