COLOR #ACBEC3

HEX: #ACBEC3 RGB: (172,190,195)

Color info

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

RGB color model

#ACBEC3 color RGB value is (172,190,195).

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

RGB channels and saturation

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

172
190
195

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

Portions of RGB colors in percentages

R + G + B = 172 + 190 + 195 = 557 (100%)
R 172 of 557 ~ 30.88%
G 190 of 557 ~ 34.11%
B 195 of 557 ~ 35.01'%

%30.88
%34.11
%35.01

CMYK color model

#ACBEC3 color CMYK value is (12,3,0,24).

  • cyan value is 11.79%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (12,3,0,24) C12M3Y0K24 (12%,3%,0%,24%) (0.12/0.03/0.00/0.24) 

CMYK percentages

%11.79
%2.56
%0
%23.53

Codes

Color #ACBEC3 in popluar color models

AC BE C3
RGB 172 190 195
HSL 193° 16.08% 71.96%
HSB/HSV 193° 11.79% 76.47%
CMYK 11.79% 2.56% 0.00%
23.53%

Color #ACBEC3 in popluar number systems.

HEX AC BE C3
Decimal 172 190 195
Binary 10101100 10111110 11000011
Octal 254 276 303

Shades and tints

Shades of #ACBEC3

#ACBEC3
(172,190,195)
#9DADB2
(157,173,178)
#8E9CA1
(142,156,161)
#7F8B90
(127,139,144)
#707A7F
(112,122,127)
#61696E
(97,105,110)
#52585D
(82,88,93)
#43474C
(67,71,76)
#34363B
(52,54,59)
#25252A
(37,37,42)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #ACBEC3

#ACBEC3
(172,190,195)
#B3C3C8
(179,195,200)
#BAC8CD
(186,200,205)
#C1CDD2
(193,205,210)
#C8D2D7
(200,210,215)
#CFD7DC
(207,215,220)
#D6DCE1
(214,220,225)
#DDE1E6
(221,225,230)
#E4E6EB
(228,230,235)
#EBEBF0
(235,235,240)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBEC3; }

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

This text font color is #ACBEC3.

Background Color

.myBgColor { background-color: #ACBEC3; }

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

This div background color is #ACBEC3.

Border color

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

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

This div border color is #ACBEC3.

Opacity

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

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

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

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

This text has shadow with #ACBEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBEC3.

Preview

Color preview on black background

This text has color #ACBEC3 on black background.


Color preview on white background

This text has color #ACBEC3 on white background.


Black color preview on #ACBEC3 background

This text has black color on #ACBEC3 background.


White color preview on #ACBEC3 background

This text has white color on #ACBEC3 background.


Related colors

Complementary color

Complementary color for #hex is #53413C.


I love getcolorcode.com

Triadic colors

1 #C3ACBE and #BEC3AC with #ACBEC3 are triadic colors.

2 #C3BEAC and #BEACC3 with #ACBEC3 are triadic colors.