COLOR #ACC6BE

HEX: #ACC6BE RGB: (172,198,190)

Color info

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

RGB color model

#ACC6BE color RGB value is (172,198,190).

RGB: (172,198,190) (67%, 78%, 75%)

RGB channels and saturation

R 172 of 255 = 67%
G 198 of 255 = 78%
B 190 of 255 = 75%

172
198
190

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

Portions of RGB colors in percentages

R + G + B = 172 + 198 + 190 = 560 (100%)
R 172 of 560 ~ 30.71%
G 198 of 560 ~ 35.36%
B 190 of 560 ~ 33.93'%

%30.71
%35.36
%33.93

CMYK color model

#ACC6BE color CMYK value is (13,0,4,22).

  • cyan value is 13.13%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 22.35%

CMYK: (13,0,4,22)
C13M0Y4K22 (13%, 0%, 4%, 22%)
(0.13 / 0.00 / 0.04 / 0.22)

CMYK percentages

%13.13
%0
%4.04
%22.35

Codes

Color #ACC6BE in popluar color models

AC C6 BE
RGB 172 198 190
HSL 162° 18.57% 72.55%
HSB/HSV 162° 13.13% 77.65%
CMYK 13.13% 0.00% 4.04%
22.35%

Color #ACC6BE in popluar number systems.

HEX AC C6 BE
Decimal 172 198 190
Binary 10101100 11000110 10111110
Octal 254 306 276

Shades and tints

Shades of #ACC6BE

#ACC6BE
(172,198,190)
#9DB4AD
(157,180,173)
#8EA29C
(142,162,156)
#7F908B
(127,144,139)
#707E7A
(112,126,122)
#616C69
(97,108,105)
#525A58
(82,90,88)
#434847
(67,72,71)
#343636
(52,54,54)
#252425
(37,36,37)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #ACC6BE

#ACC6BE
(172,198,190)
#B3CBC3
(179,203,195)
#BAD0C8
(186,208,200)
#C1D5CD
(193,213,205)
#C8DAD2
(200,218,210)
#CFDFD7
(207,223,215)
#D6E4DC
(214,228,220)
#DDE9E1
(221,233,225)
#E4EEE6
(228,238,230)
#EBF3EB
(235,243,235)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC6BE; }

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

This text font color is #ACC6BE.

Background Color

.myBgColor { background-color: #ACC6BE; }

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

This div background color is #ACC6BE.

Border color

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

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

This div border color is #ACC6BE.

Opacity

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

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

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

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

This text has shadow with #ACC6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC6BE.

Preview

Color preview on black background

This text has color #ACC6BE on black background.


Color preview on white background

This text has color #ACC6BE on white background.


Black color preview on #ACC6BE background

This text has black color on #ACC6BE background.


White color preview on #ACC6BE background

This text has white color on #ACC6BE background.


Related colors

Complementary color

Complementary color for #hex is #533941.


I love getcolorcode.com

Triadic colors

1 #BEACC6 and #C6BEAC with #ACC6BE are triadic colors.

2 #BEC6AC and #C6ACBE with #ACC6BE are triadic colors.