COLOR #ACC7BD

HEX: #ACC7BD
RGB: (172,199,189)

Color info

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

RGB color model

#ACC7BD color RGB value is (172,199,189).

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

RGB channels and saturation

R 172 of 255 = 67%
G 199 of 255 = 78%
B 189 of 255 = 74%

172
199
189

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

Portions of RGB colors in percentages

R + G + B =
172 + 199 + 189 = 560 (100%)
R 172 of 560 ~ 30.71%
G 199 of 560 ~ 35.54%
B 189 of 560 ~ 33.75%

%30.71
%35.54
%33.75

CMYK color model

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

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

CMYK percentages

%13.57
%0
%5.03
%21.96

Codes

Color #ACC7BD in popluar color models

ACC7BD
RGB172199189
HSL158°19.42%72.75%
HSB/HSV158°13.57%78.04%
CMYK13.57%0.00%5.03%
21.96%

Color #ACC7BD in popluar number systems.

HEXACC7BD
Decimal172199189
Binary101011001100011110111101
Octal254307275

Shades and tints

Shades of #ACC7BD

#ACC7BD
(172,199,189)
#9DB5AC
(157,181,172)
#8EA39B
(142,163,155)
#7F918A
(127,145,138)
#707F79
(112,127,121)
#616D68
(97,109,104)
#525B57
(82,91,87)
#434946
(67,73,70)
#343735
(52,55,53)
#252524
(37,37,36)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #ACC7BD

#ACC7BD
(172,199,189)
#B3CCC3
(179,204,195)
#BAD1C9
(186,209,201)
#C1D6CF
(193,214,207)
#C8DBD5
(200,219,213)
#CFE0DB
(207,224,219)
#D6E5E1
(214,229,225)
#DDEAE7
(221,234,231)
#E4EFED
(228,239,237)
#EBF4F3
(235,244,243)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC7BD; }

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

This text font color is #ACC7BD.


Background Color

.myBgColor { background-color: #ACC7BD; }

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

This div background color is #ACC7BD.


Border color

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

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

This div border color is #ACC7BD.


Opacity

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

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

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

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

This text has shadow with #ACC7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC7BD on black background.


Color preview on white background

This text has color #ACC7BD on white background.



Black color preview on #ACC7BD background

This text has black color on #ACC7BD background.


White color preview on #ACC7BD background

This text has white color on #ACC7BD background.