COLOR #ACC3B5

HEX: #ACC3B5 RGB: (172,195,181)

Color info

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

RGB color model

#ACC3B5 color RGB value is (172,195,181).

RGB: (172,195,181) (67%, 76%, 71%)

RGB channels and saturation

R 172 of 255 = 67%
G 195 of 255 = 76%
B 181 of 255 = 71%

172
195
181

R + G + B ~ 71%. #ACC3B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 195 + 181 = 548 (100%)
R 172 of 548 ~ 31.39%
G 195 of 548 ~ 35.58%
B 181 of 548 ~ 33.03'%

%31.39
%35.58
%33.03

CMYK color model

#ACC3B5 color CMYK value is (12,0,7,24).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 7.18%
  • key color value is 23.53%

CMYK: (12,0,7,24)
C12M0Y7K24 (12%, 0%, 7%, 24%)
(0.12 / 0.00 / 0.07 / 0.24)

CMYK percentages

%11.79
%0
%7.18
%23.53

Codes

Color #ACC3B5 in popluar color models

AC C3 B5
RGB 172 195 181
HSL 143° 16.08% 71.96%
HSB/HSV 143° 11.79% 76.47%
CMYK 11.79% 0.00% 7.18%
23.53%

Color #ACC3B5 in popluar number systems.

HEX AC C3 B5
Decimal 172 195 181
Binary 10101100 11000011 10110101
Octal 254 303 265

Shades and tints

Shades of #ACC3B5

#ACC3B5
(172,195,181)
#9DB2A5
(157,178,165)
#8EA195
(142,161,149)
#7F9085
(127,144,133)
#707F75
(112,127,117)
#616E65
(97,110,101)
#525D55
(82,93,85)
#434C45
(67,76,69)
#343B35
(52,59,53)
#252A25
(37,42,37)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #ACC3B5

#ACC3B5
(172,195,181)
#B3C8BB
(179,200,187)
#BACDC1
(186,205,193)
#C1D2C7
(193,210,199)
#C8D7CD
(200,215,205)
#CFDCD3
(207,220,211)
#D6E1D9
(214,225,217)
#DDE6DF
(221,230,223)
#E4EBE5
(228,235,229)
#EBF0EB
(235,240,235)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC3B5 color. Also use rgb(172,195,181) instead hex code.

Text Font Color

.myTextColor { color: #ACC3B5; }

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

This text font color is #ACC3B5.

Background Color

.myBgColor { background-color: #ACC3B5; }

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

This div background color is #ACC3B5.

Border color

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

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

This div border color is #ACC3B5.

Opacity

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

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

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

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

This text has shadow with #ACC3B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC3B5.

Preview

Color preview on black background

This text has color #ACC3B5 on black background.


Color preview on white background

This text has color #ACC3B5 on white background.


Black color preview on #ACC3B5 background

This text has black color on #ACC3B5 background.


White color preview on #ACC3B5 background

This text has white color on #ACC3B5 background.


Related colors

Complementary color

Complementary color for #hex is #533C4A.


I love getcolorcode.com

Triadic colors

1 #B5ACC3 and #C3B5AC with #ACC3B5 are triadic colors.

2 #B5C3AC and #C3ACB5 with #ACC3B5 are triadic colors.