COLOR #ACC1BD

HEX: #ACC1BD
RGB: (172,193,189)

Color info

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

RGB color model

#ACC1BD color RGB value is (172,193,189).

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

RGB channels and saturation

R 172 of 255 = 67%
G 193 of 255 = 76%
B 189 of 255 = 74%

172
193
189

R + G + B ~ 72%. #ACC1BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 193 + 189 = 554 (100%)
R 172 of 554 ~ 31.05%
G 193 of 554 ~ 34.84%
B 189 of 554 ~ 34.12%

%31.05
%34.84
%34.12

CMYK color model

#ACC1BD color CMYK value is (11,0,2,24).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 24.31%
CMYK:
(11,0,2,24)
C11M0Y2K24 
(11%,0%,2%,24%)
(0.11/0.00/0.02/0.24)	

CMYK percentages

%10.88
%0
%2.07
%24.31

Codes

Color #ACC1BD in popluar color models

ACC1BD
RGB172193189
HSL169°14.48%71.57%
HSB/HSV169°10.88%75.69%
CMYK10.88%0.00%2.07%
24.31%

Color #ACC1BD in popluar number systems.

HEXACC1BD
Decimal172193189
Binary101011001100000110111101
Octal254301275

Shades and tints

Shades of #ACC1BD

#ACC1BD
(172,193,189)
#9DB0AC
(157,176,172)
#8E9F9B
(142,159,155)
#7F8E8A
(127,142,138)
#707D79
(112,125,121)
#616C68
(97,108,104)
#525B57
(82,91,87)
#434A46
(67,74,70)
#343935
(52,57,53)
#252824
(37,40,36)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #ACC1BD

#ACC1BD
(172,193,189)
#B3C6C3
(179,198,195)
#BACBC9
(186,203,201)
#C1D0CF
(193,208,207)
#C8D5D5
(200,213,213)
#CFDADB
(207,218,219)
#D6DFE1
(214,223,225)
#DDE4E7
(221,228,231)
#E4E9ED
(228,233,237)
#EBEEF3
(235,238,243)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC1BD; }

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

This text font color is #ACC1BD.


Background Color

.myBgColor { background-color: #ACC1BD; }

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

This div background color is #ACC1BD.


Border color

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

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

This div border color is #ACC1BD.


Opacity

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

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

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

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

This text has shadow with #ACC1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC1BD on black background.


Color preview on white background

This text has color #ACC1BD on white background.



Black color preview on #ACC1BD background

This text has black color on #ACC1BD background.


White color preview on #ACC1BD background

This text has white color on #ACC1BD background.