COLOR #AEB2B0

HEX: #AEB2B0
RGB: (174,178,176)

Renk bilgisi

#AEB2B0 contains red, green and blue colors in about the same proportion. #AEB2B0 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#AEB2B0 color RGB value is (174,178,176).

  • kırmız ton 174;
  • yeşil ton 178;
  • mavi ton 176.
RGB:
(174,178,176)
(68%,70%,69%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 178 of 255 = 70%
B 176 of 255 = 69%

174
178
176

R + G + B ~ 69%. #AEB2B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 178 + 176 = 528 (100%)
R 174 of 528 ~ 32.95%
G 178 of 528 ~ 33.71%
B 176 of 528 ~ 33.33%

%32.95
%33.71
%33.33

CMYK RENK MODELİ

#AEB2B0 rengi CMYK tonu (2,0,1,30).

  • camgöbeği tonu 2.25%
  • eflatun tonu 0.00%
  • sarı tonu 1.12%
  • ana renk tonu 30.20%
CMYK:
(2,0,1,30)
C2M0Y1K30 
(2%,0%,1%,30%)
(0.02/0.00/0.01/0.30)	

CMYK yüzdeleri

%2.25
%0
%1.12
%30.2

Codes

Color #AEB2B0 in popluar color models

AEB2B0
RGB174178176
HSL150°2.53%69.02%
HSB/HSV150°2.25%69.80%
CMYK2.25%0.00%1.12%
30.20%

Color #AEB2B0 in popluar number systems.

HEXAEB2B0
Decimal174178176
Binary101011101011001010110000
Octal256262260

Shades and tints

Shades of #AEB2B0

#AEB2B0
(174,178,176)
#9FA2A0
(159,162,160)
#909290
(144,146,144)
#818280
(129,130,128)
#727270
(114,114,112)
#636260
(99,98,96)
#545250
(84,82,80)
#454240
(69,66,64)
#363230
(54,50,48)
#272220
(39,34,32)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #AEB2B0

#AEB2B0
(174,178,176)
#B5B9B7
(181,185,183)
#BCC0BE
(188,192,190)
#C3C7C5
(195,199,197)
#CACECC
(202,206,204)
#D1D5D3
(209,213,211)
#D8DCDA
(216,220,218)
#DFE3E1
(223,227,225)
#E6EAE8
(230,234,232)
#EDF1EF
(237,241,239)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB2B0 color. Also use rgb(174,178,176) instead hex code.

Text Font Color

.myTextColor { color: #AEB2B0; }

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

This text font color is #AEB2B0.


Background Color

.myBgColor { background-color: #AEB2B0; }

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

This div background color is #AEB2B0.


Border color

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

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

This div border color is #AEB2B0.


Opacity

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

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

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

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

This text has shadow with #AEB2B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB2B0 on black background.


Color preview on white background

This text has color #AEB2B0 on white background.



Black color preview on #AEB2B0 background

This text has black color on #AEB2B0 background.


White color preview on #AEB2B0 background

This text has white color on #AEB2B0 background.