COLOR #ACB4A6

HEX: #ACB4A6
RGB: (172,180,166)

Renk bilgisi

#ACB4A6 contains red, green and blue colors in about the same proportion. #ACB4A6 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ACB4A6 color RGB value is (172,180,166).

  • kırmız ton 172;
  • yeşil ton 180;
  • mavi ton 166.
RGB:
(172,180,166)
(67%,71%,65%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 180 of 255 = 71%
B 166 of 255 = 65%

172
180
166

R + G + B ~ 68%. #ACB4A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 180 + 166 = 518 (100%)
R 172 of 518 ~ 33.2%
G 180 of 518 ~ 34.75%
B 166 of 518 ~ 32.05%

%33.2
%34.75
%32.05

CMYK RENK MODELİ

#ACB4A6 rengi CMYK tonu (4,0,8,29).

  • camgöbeği tonu 4.44%
  • eflatun tonu 0.00%
  • sarı tonu 7.78%
  • ana renk tonu 29.41%
CMYK:
(4,0,8,29)
C4M0Y8K29 
(4%,0%,8%,29%)
(0.04/0.00/0.08/0.29)	

CMYK yüzdeleri

%4.44
%0
%7.78
%29.41

Codes

Color #ACB4A6 in popluar color models

ACB4A6
RGB172180166
HSL94°8.54%67.84%
HSB/HSV94°7.78%70.59%
CMYK4.44%0.00%7.78%
29.41%

Color #ACB4A6 in popluar number systems.

HEXACB4A6
Decimal172180166
Binary101011001011010010100110
Octal254264246

Shades and tints

Shades of #ACB4A6

#ACB4A6
(172,180,166)
#9DA497
(157,164,151)
#8E9488
(142,148,136)
#7F8479
(127,132,121)
#70746A
(112,116,106)
#61645B
(97,100,91)
#52544C
(82,84,76)
#43443D
(67,68,61)
#34342E
(52,52,46)
#25241F
(37,36,31)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #ACB4A6

#ACB4A6
(172,180,166)
#B3BAAE
(179,186,174)
#BAC0B6
(186,192,182)
#C1C6BE
(193,198,190)
#C8CCC6
(200,204,198)
#CFD2CE
(207,210,206)
#D6D8D6
(214,216,214)
#DDDEDE
(221,222,222)
#E4E4E6
(228,228,230)
#EBEAEE
(235,234,238)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB4A6 color. Also use rgb(172,180,166) instead hex code.

Text Font Color

.myTextColor { color: #ACB4A6; }

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

This text font color is #ACB4A6.


Background Color

.myBgColor { background-color: #ACB4A6; }

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

This div background color is #ACB4A6.


Border color

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

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

This div border color is #ACB4A6.


Opacity

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

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

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

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

This text has shadow with #ACB4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB4A6 on black background.


Color preview on white background

This text has color #ACB4A6 on white background.



Black color preview on #ACB4A6 background

This text has black color on #ACB4A6 background.


White color preview on #ACB4A6 background

This text has white color on #ACB4A6 background.