COLOR #ACC7B5

HEX: #ACC7B5 RGB: (172,199,181)

Color info

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

RGB color model

#ACC7B5 color RGB value is (172,199,181).

RGB: (172,199,181) (67%, 78%, 71%)

RGB channels and saturation

R 172 of 255 = 67%
G 199 of 255 = 78%
B 181 of 255 = 71%

172
199
181

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

Portions of RGB colors in percentages

R + G + B = 172 + 199 + 181 = 552 (100%)
R 172 of 552 ~ 31.16%
G 199 of 552 ~ 36.05%
B 181 of 552 ~ 32.79'%

%31.16
%36.05
%32.79

CMYK color model

#ACC7B5 color CMYK value is (14,0,9,22).

  • cyan value is 13.57%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 21.96%

CMYK: (14,0,9,22)
C14M0Y9K22 (14%, 0%, 9%, 22%)
(0.14 / 0.00 / 0.09 / 0.22)

CMYK percentages

%13.57
%0
%9.05
%21.96

Codes

Color #ACC7B5 in popluar color models

AC C7 B5
RGB 172 199 181
HSL 140° 19.42% 72.75%
HSB/HSV 140° 13.57% 78.04%
CMYK 13.57% 0.00% 9.05%
21.96%

Color #ACC7B5 in popluar number systems.

HEX AC C7 B5
Decimal 172 199 181
Binary 10101100 11000111 10110101
Octal 254 307 265

Shades and tints

Shades of #ACC7B5

#ACC7B5
(172,199,181)
#9DB5A5
(157,181,165)
#8EA395
(142,163,149)
#7F9185
(127,145,133)
#707F75
(112,127,117)
#616D65
(97,109,101)
#525B55
(82,91,85)
#434945
(67,73,69)
#343735
(52,55,53)
#252525
(37,37,37)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #ACC7B5

#ACC7B5
(172,199,181)
#B3CCBB
(179,204,187)
#BAD1C1
(186,209,193)
#C1D6C7
(193,214,199)
#C8DBCD
(200,219,205)
#CFE0D3
(207,224,211)
#D6E5D9
(214,229,217)
#DDEADF
(221,234,223)
#E4EFE5
(228,239,229)
#EBF4EB
(235,244,235)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC7B5; }

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

This text font color is #ACC7B5.

Background Color

.myBgColor { background-color: #ACC7B5; }

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

This div background color is #ACC7B5.

Border color

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

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

This div border color is #ACC7B5.

Opacity

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

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

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

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

This text has shadow with #ACC7B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC7B5.

Preview

Color preview on black background

This text has color #ACC7B5 on black background.


Color preview on white background

This text has color #ACC7B5 on white background.


Black color preview on #ACC7B5 background

This text has black color on #ACC7B5 background.


White color preview on #ACC7B5 background

This text has white color on #ACC7B5 background.


Related colors

Complementary color

Complementary color for #hex is #53384A.


I love getcolorcode.com

Triadic colors

1 #B5ACC7 and #C7B5AC with #ACC7B5 are triadic colors.

2 #B5C7AC and #C7ACB5 with #ACC7B5 are triadic colors.