COLOR #ACBEB7

HEX: #ACBEB7 RGB: (172,190,183)

Color info

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

RGB color model

#ACBEB7 color RGB value is (172,190,183).

RGB: (172,190,183) (67%, 75%, 72%)

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 183 of 255 = 72%

172
190
183

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

Portions of RGB colors in percentages

R + G + B = 172 + 190 + 183 = 545 (100%)
R 172 of 545 ~ 31.56%
G 190 of 545 ~ 34.86%
B 183 of 545 ~ 33.58'%

%31.56
%34.86
%33.58

CMYK color model

#ACBEB7 color CMYK value is (9,0,4,25).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 25.49%

CMYK: (9,0,4,25)
C9M0Y4K25 (9%, 0%, 4%, 25%)
(0.09 / 0.00 / 0.04 / 0.25)

CMYK percentages

%9.47
%0
%3.68
%25.49

Codes

Color #ACBEB7 in popluar color models

AC BE B7
RGB 172 190 183
HSL 157° 12.16% 70.98%
HSB/HSV 157° 9.47% 74.51%
CMYK 9.47% 0.00% 3.68%
25.49%

Color #ACBEB7 in popluar number systems.

HEX AC BE B7
Decimal 172 190 183
Binary 10101100 10111110 10110111
Octal 254 276 267

Shades and tints

Shades of #ACBEB7

#ACBEB7
(172,190,183)
#9DADA7
(157,173,167)
#8E9C97
(142,156,151)
#7F8B87
(127,139,135)
#707A77
(112,122,119)
#616967
(97,105,103)
#525857
(82,88,87)
#434747
(67,71,71)
#343637
(52,54,55)
#252527
(37,37,39)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #ACBEB7

#ACBEB7
(172,190,183)
#B3C3BD
(179,195,189)
#BAC8C3
(186,200,195)
#C1CDC9
(193,205,201)
#C8D2CF
(200,210,207)
#CFD7D5
(207,215,213)
#D6DCDB
(214,220,219)
#DDE1E1
(221,225,225)
#E4E6E7
(228,230,231)
#EBEBED
(235,235,237)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBEB7; }

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

This text font color is #ACBEB7.

Background Color

.myBgColor { background-color: #ACBEB7; }

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

This div background color is #ACBEB7.

Border color

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

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

This div border color is #ACBEB7.

Opacity

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

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

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

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

This text has shadow with #ACBEB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBEB7.

Preview

Color preview on black background

This text has color #ACBEB7 on black background.


Color preview on white background

This text has color #ACBEB7 on white background.


Black color preview on #ACBEB7 background

This text has black color on #ACBEB7 background.


White color preview on #ACBEB7 background

This text has white color on #ACBEB7 background.


Related colors

Complementary color

Complementary color for #hex is #534148.


I love getcolorcode.com

Triadic colors

1 #B7ACBE and #BEB7AC with #ACBEB7 are triadic colors.

2 #B7BEAC and #BEACB7 with #ACBEB7 are triadic colors.