COLOR #ACBEBD

HEX: #ACBEBD RGB: (172,190,189)

Color info

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

RGB color model

#ACBEBD color RGB value is (172,190,189).

RGB: (172,190,189) (67%, 75%, 74%)

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 189 of 255 = 74%

172
190
189

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

Portions of RGB colors in percentages

R + G + B = 172 + 190 + 189 = 551 (100%)
R 172 of 551 ~ 31.22%
G 190 of 551 ~ 34.48%
B 189 of 551 ~ 34.3'%

%31.22
%34.48
%34.3

CMYK color model

#ACBEBD color CMYK value is (9,0,1,25).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 25.49%
CMYK: (9,0,1,25) C9M0Y1K25 (9%,0%,1%,25%) (0.09/0.00/0.01/0.25) 

CMYK percentages

%9.47
%0
%0.53
%25.49

Codes

Color #ACBEBD in popluar color models

AC BE BD
RGB 172 190 189
HSL 177° 12.16% 70.98%
HSB/HSV 177° 9.47% 74.51%
CMYK 9.47% 0.00% 0.53%
25.49%

Color #ACBEBD in popluar number systems.

HEX AC BE BD
Decimal 172 190 189
Binary 10101100 10111110 10111101
Octal 254 276 275

Shades and tints

Shades of #ACBEBD

#ACBEBD
(172,190,189)
#9DADAC
(157,173,172)
#8E9C9B
(142,156,155)
#7F8B8A
(127,139,138)
#707A79
(112,122,121)
#616968
(97,105,104)
#525857
(82,88,87)
#434746
(67,71,70)
#343635
(52,54,53)
#252524
(37,37,36)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #ACBEBD

#ACBEBD
(172,190,189)
#B3C3C3
(179,195,195)
#BAC8C9
(186,200,201)
#C1CDCF
(193,205,207)
#C8D2D5
(200,210,213)
#CFD7DB
(207,215,219)
#D6DCE1
(214,220,225)
#DDE1E7
(221,225,231)
#E4E6ED
(228,230,237)
#EBEBF3
(235,235,243)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBEBD; }

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

This text font color is #ACBEBD.

Background Color

.myBgColor { background-color: #ACBEBD; }

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

This div background color is #ACBEBD.

Border color

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

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

This div border color is #ACBEBD.

Opacity

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

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

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

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

This text has shadow with #ACBEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBEBD.

Preview

Color preview on black background

This text has color #ACBEBD on black background.


Color preview on white background

This text has color #ACBEBD on white background.


Black color preview on #ACBEBD background

This text has black color on #ACBEBD background.


White color preview on #ACBEBD background

This text has white color on #ACBEBD background.


Related colors

Complementary color

Complementary color for #hex is #534142.


I love getcolorcode.com

Triadic colors

1 #BDACBE and #BEBDAC with #ACBEBD are triadic colors.

2 #BDBEAC and #BEACBD with #ACBEBD are triadic colors.