COLOR #ACBEC1

HEX: #ACBEC1 RGB: (172,190,193)

Color info

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

RGB color model

#ACBEC1 color RGB value is (172,190,193).

RGB: (172,190,193) (67%, 75%, 76%)

RGB channels and saturation

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

172
190
193

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

Portions of RGB colors in percentages

R + G + B = 172 + 190 + 193 = 555 (100%)
R 172 of 555 ~ 30.99%
G 190 of 555 ~ 34.23%
B 193 of 555 ~ 34.77'%

%30.99
%34.23
%34.77

CMYK color model

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

  • cyan value is 10.88%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (11,2,0,24)
C11M2Y0K24 (11%, 2%, 0%, 24%)
(0.11 / 0.02 / 0.00 / 0.24)

CMYK percentages

%10.88
%1.55
%0
%24.31

Codes

Color #ACBEC1 in popluar color models

AC BE C1
RGB 172 190 193
HSL 189° 14.48% 71.57%
HSB/HSV 189° 10.88% 75.69%
CMYK 10.88% 1.55% 0.00%
24.31%

Color #ACBEC1 in popluar number systems.

HEX AC BE C1
Decimal 172 190 193
Binary 10101100 10111110 11000001
Octal 254 276 301

Shades and tints

Shades of #ACBEC1

#ACBEC1
(172,190,193)
#9DADB0
(157,173,176)
#8E9C9F
(142,156,159)
#7F8B8E
(127,139,142)
#707A7D
(112,122,125)
#61696C
(97,105,108)
#52585B
(82,88,91)
#43474A
(67,71,74)
#343639
(52,54,57)
#252528
(37,37,40)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #ACBEC1

#ACBEC1
(172,190,193)
#B3C3C6
(179,195,198)
#BAC8CB
(186,200,203)
#C1CDD0
(193,205,208)
#C8D2D5
(200,210,213)
#CFD7DA
(207,215,218)
#D6DCDF
(214,220,223)
#DDE1E4
(221,225,228)
#E4E6E9
(228,230,233)
#EBEBEE
(235,235,238)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBEC1; }

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

This text font color is #ACBEC1.

Background Color

.myBgColor { background-color: #ACBEC1; }

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

This div background color is #ACBEC1.

Border color

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

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

This div border color is #ACBEC1.

Opacity

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

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

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

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

This text has shadow with #ACBEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBEC1.

Preview

Color preview on black background

This text has color #ACBEC1 on black background.


Color preview on white background

This text has color #ACBEC1 on white background.


Black color preview on #ACBEC1 background

This text has black color on #ACBEC1 background.


White color preview on #ACBEC1 background

This text has white color on #ACBEC1 background.


Related colors

Complementary color

Complementary color for #hex is #53413E.


I love getcolorcode.com

Triadic colors

1 #C1ACBE and #BEC1AC with #ACBEC1 are triadic colors.

2 #C1BEAC and #BEACC1 with #ACBEC1 are triadic colors.