COLOR #AEB4B6

HEX: #AEB4B6
RGB: (174,180,182)

Renk bilgisi

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

RGB renk modeli

#AEB4B6 color RGB value is (174,180,182).

  • kırmız ton 174;
  • yeşil ton 180;
  • mavi ton 182.
RGB:
(174,180,182)
(68%,71%,71%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 180 of 255 = 71%
B 182 of 255 = 71%

174
180
182

R + G + B ~ 70%. #AEB4B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 180 + 182 = 536 (100%)
R 174 of 536 ~ 32.46%
G 180 of 536 ~ 33.58%
B 182 of 536 ~ 33.96%

%32.46
%33.58
%33.96

CMYK RENK MODELİ

#AEB4B6 rengi CMYK tonu (4,1,0,29).

  • camgöbeği tonu 4.40%
  • eflatun tonu 1.10%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(4,1,0,29)
C4M1Y0K29 
(4%,1%,0%,29%)
(0.04/0.01/0.00/0.29)	

CMYK yüzdeleri

%4.4
%1.1
%0
%28.63

Codes

Color #AEB4B6 in popluar color models

AEB4B6
RGB174180182
HSL195°5.19%69.80%
HSB/HSV195°4.40%71.37%
CMYK4.40%1.10%0.00%
28.63%

Color #AEB4B6 in popluar number systems.

HEXAEB4B6
Decimal174180182
Binary101011101011010010110110
Octal256264266

Shades and tints

Shades of #AEB4B6

#AEB4B6
(174,180,182)
#9FA4A6
(159,164,166)
#909496
(144,148,150)
#818486
(129,132,134)
#727476
(114,116,118)
#636466
(99,100,102)
#545456
(84,84,86)
#454446
(69,68,70)
#363436
(54,52,54)
#272426
(39,36,38)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #AEB4B6

#AEB4B6
(174,180,182)
#B5BABC
(181,186,188)
#BCC0C2
(188,192,194)
#C3C6C8
(195,198,200)
#CACCCE
(202,204,206)
#D1D2D4
(209,210,212)
#D8D8DA
(216,216,218)
#DFDEE0
(223,222,224)
#E6E4E6
(230,228,230)
#EDEAEC
(237,234,236)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB4B6 color. Also use rgb(174,180,182) instead hex code.

Text Font Color

.myTextColor { color: #AEB4B6; }

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

This text font color is #AEB4B6.


Background Color

.myBgColor { background-color: #AEB4B6; }

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

This div background color is #AEB4B6.


Border color

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

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

This div border color is #AEB4B6.


Opacity

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

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

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

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

This text has shadow with #AEB4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB4B6 on black background.


Color preview on white background

This text has color #AEB4B6 on white background.



Black color preview on #AEB4B6 background

This text has black color on #AEB4B6 background.


White color preview on #AEB4B6 background

This text has white color on #AEB4B6 background.