COLOR #ACC2BE

HEX: #ACC2BE
RGB: (172,194,190)

Color info

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

RGB color model

#ACC2BE color RGB value is (172,194,190).

  • red value is 172;
  • green value is 194;
  • blue value is 190.
RGB:
(172,194,190)
(67%,76%,75%)

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 190 of 255 = 75%

172
194
190

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

Portions of RGB colors in percentages

R + G + B =
172 + 194 + 190 = 556 (100%)
R 172 of 556 ~ 30.94%
G 194 of 556 ~ 34.89%
B 190 of 556 ~ 34.17%

%30.94
%34.89
%34.17

CMYK color model

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

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

CMYK percentages

%11.34
%0
%2.06
%23.92

Codes

Color #ACC2BE in popluar color models

ACC2BE
RGB172194190
HSL169°15.28%71.76%
HSB/HSV169°11.34%76.08%
CMYK11.34%0.00%2.06%
23.92%

Color #ACC2BE in popluar number systems.

HEXACC2BE
Decimal172194190
Binary101011001100001010111110
Octal254302276

Shades and tints

Shades of #ACC2BE

#ACC2BE
(172,194,190)
#9DB1AD
(157,177,173)
#8EA09C
(142,160,156)
#7F8F8B
(127,143,139)
#707E7A
(112,126,122)
#616D69
(97,109,105)
#525C58
(82,92,88)
#434B47
(67,75,71)
#343A36
(52,58,54)
#252925
(37,41,37)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #ACC2BE

#ACC2BE
(172,194,190)
#B3C7C3
(179,199,195)
#BACCC8
(186,204,200)
#C1D1CD
(193,209,205)
#C8D6D2
(200,214,210)
#CFDBD7
(207,219,215)
#D6E0DC
(214,224,220)
#DDE5E1
(221,229,225)
#E4EAE6
(228,234,230)
#EBEFEB
(235,239,235)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC2BE color. Also use rgb(172,194,190) instead hex code.

Text Font Color

.myTextColor { color: #ACC2BE; }

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

This text font color is #ACC2BE.


Background Color

.myBgColor { background-color: #ACC2BE; }

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

This div background color is #ACC2BE.


Border color

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

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

This div border color is #ACC2BE.


Opacity

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

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

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

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

This text has shadow with #ACC2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC2BE on black background.


Color preview on white background

This text has color #ACC2BE on white background.



Black color preview on #ACC2BE background

This text has black color on #ACC2BE background.


White color preview on #ACC2BE background

This text has white color on #ACC2BE background.