COLOR #ACBEB5

HEX: #ACBEB5
RGB: (172,190,181)

Color info

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

RGB color model

#ACBEB5 color RGB value is (172,190,181).

  • red value is 172;
  • green value is 190;
  • blue value is 181.
RGB:
(172,190,181)
(67%,75%,71%)

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 181 of 255 = 71%

172
190
181

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

Portions of RGB colors in percentages

R + G + B =
172 + 190 + 181 = 543 (100%)
R 172 of 543 ~ 31.68%
G 190 of 543 ~ 34.99%
B 181 of 543 ~ 33.33%

%31.68
%34.99
%33.33

CMYK color model

#ACBEB5 color CMYK value is (9,0,5,25).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 25.49%
CMYK:
(9,0,5,25)
C9M0Y5K25 
(9%,0%,5%,25%)
(0.09/0.00/0.05/0.25)	

CMYK percentages

%9.47
%0
%4.74
%25.49

Codes

Color #ACBEB5 in popluar color models

ACBEB5
RGB172190181
HSL150°12.16%70.98%
HSB/HSV150°9.47%74.51%
CMYK9.47%0.00%4.74%
25.49%

Color #ACBEB5 in popluar number systems.

HEXACBEB5
Decimal172190181
Binary101011001011111010110101
Octal254276265

Shades and tints

Shades of #ACBEB5

#ACBEB5
(172,190,181)
#9DADA5
(157,173,165)
#8E9C95
(142,156,149)
#7F8B85
(127,139,133)
#707A75
(112,122,117)
#616965
(97,105,101)
#525855
(82,88,85)
#434745
(67,71,69)
#343635
(52,54,53)
#252525
(37,37,37)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #ACBEB5

#ACBEB5
(172,190,181)
#B3C3BB
(179,195,187)
#BAC8C1
(186,200,193)
#C1CDC7
(193,205,199)
#C8D2CD
(200,210,205)
#CFD7D3
(207,215,211)
#D6DCD9
(214,220,217)
#DDE1DF
(221,225,223)
#E4E6E5
(228,230,229)
#EBEBEB
(235,235,235)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBEB5; }

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

This text font color is #ACBEB5.


Background Color

.myBgColor { background-color: #ACBEB5; }

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

This div background color is #ACBEB5.


Border color

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

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

This div border color is #ACBEB5.


Opacity

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

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

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

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

This text has shadow with #ACBEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBEB5 on black background.


Color preview on white background

This text has color #ACBEB5 on white background.



Black color preview on #ACBEB5 background

This text has black color on #ACBEB5 background.


White color preview on #ACBEB5 background

This text has white color on #ACBEB5 background.