COLOR #ACC9BD

HEX: #ACC9BD
RGB: (172,201,189)

Color info

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

RGB color model

#ACC9BD color RGB value is (172,201,189).

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

RGB channels and saturation

R 172 of 255 = 67%
G 201 of 255 = 79%
B 189 of 255 = 74%

172
201
189

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

Portions of RGB colors in percentages

R + G + B =
172 + 201 + 189 = 562 (100%)
R 172 of 562 ~ 30.6%
G 201 of 562 ~ 35.77%
B 189 of 562 ~ 33.63%

%30.6
%35.77
%33.63

CMYK color model

#ACC9BD color CMYK value is (14,0,6,21).

  • cyan value is 14.43%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 21.18%
CMYK:
(14,0,6,21)
C14M0Y6K21 
(14%,0%,6%,21%)
(0.14/0.00/0.06/0.21)	

CMYK percentages

%14.43
%0
%5.97
%21.18

Codes

Color #ACC9BD in popluar color models

ACC9BD
RGB172201189
HSL155°21.17%73.14%
HSB/HSV155°14.43%78.82%
CMYK14.43%0.00%5.97%
21.18%

Color #ACC9BD in popluar number systems.

HEXACC9BD
Decimal172201189
Binary101011001100100110111101
Octal254311275

Shades and tints

Shades of #ACC9BD

#ACC9BD
(172,201,189)
#9DB7AC
(157,183,172)
#8EA59B
(142,165,155)
#7F938A
(127,147,138)
#708179
(112,129,121)
#616F68
(97,111,104)
#525D57
(82,93,87)
#434B46
(67,75,70)
#343935
(52,57,53)
#252724
(37,39,36)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #ACC9BD

#ACC9BD
(172,201,189)
#B3CDC3
(179,205,195)
#BAD1C9
(186,209,201)
#C1D5CF
(193,213,207)
#C8D9D5
(200,217,213)
#CFDDDB
(207,221,219)
#D6E1E1
(214,225,225)
#DDE5E7
(221,229,231)
#E4E9ED
(228,233,237)
#EBEDF3
(235,237,243)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC9BD; }

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

This text font color is #ACC9BD.


Background Color

.myBgColor { background-color: #ACC9BD; }

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

This div background color is #ACC9BD.


Border color

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

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

This div border color is #ACC9BD.


Opacity

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

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

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

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

This text has shadow with #ACC9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC9BD on black background.


Color preview on white background

This text has color #ACC9BD on white background.



Black color preview on #ACC9BD background

This text has black color on #ACC9BD background.


White color preview on #ACC9BD background

This text has white color on #ACC9BD background.