COLOR #AEB5BB

HEX: #AEB5BB
RGB: (174,181,187)

Renk bilgisi

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

RGB renk modeli

#AEB5BB color RGB value is (174,181,187).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 181 of 255 = 71%
B 187 of 255 = 73%

174
181
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 181 + 187 = 542 (100%)
R 174 of 542 ~ 32.1%
G 181 of 542 ~ 33.39%
B 187 of 542 ~ 34.5%

%32.1
%33.39
%34.5

CMYK RENK MODELİ

#AEB5BB rengi CMYK tonu (7,3,0,27).

  • camgöbeği tonu 6.95%
  • eflatun tonu 3.21%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(7,3,0,27)
C7M3Y0K27 
(7%,3%,0%,27%)
(0.07/0.03/0.00/0.27)	

CMYK yüzdeleri

%6.95
%3.21
%0
%26.67

Codes

Color #AEB5BB in popluar color models

AEB5BB
RGB174181187
HSL208°8.72%70.78%
HSB/HSV208°6.95%73.33%
CMYK6.95%3.21%0.00%
26.67%

Color #AEB5BB in popluar number systems.

HEXAEB5BB
Decimal174181187
Binary101011101011010110111011
Octal256265273

Shades and tints

Shades of #AEB5BB

#AEB5BB
(174,181,187)
#9FA5AA
(159,165,170)
#909599
(144,149,153)
#818588
(129,133,136)
#727577
(114,117,119)
#636566
(99,101,102)
#545555
(84,85,85)
#454544
(69,69,68)
#363533
(54,53,51)
#272522
(39,37,34)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #AEB5BB

#AEB5BB
(174,181,187)
#B5BBC1
(181,187,193)
#BCC1C7
(188,193,199)
#C3C7CD
(195,199,205)
#CACDD3
(202,205,211)
#D1D3D9
(209,211,217)
#D8D9DF
(216,217,223)
#DFDFE5
(223,223,229)
#E6E5EB
(230,229,235)
#EDEBF1
(237,235,241)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB5BB color. Also use rgb(174,181,187) instead hex code.

Text Font Color

.myTextColor { color: #AEB5BB; }

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

This text font color is #AEB5BB.


Background Color

.myBgColor { background-color: #AEB5BB; }

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

This div background color is #AEB5BB.


Border color

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

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

This div border color is #AEB5BB.


Opacity

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

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

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

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

This text has shadow with #AEB5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB5BB on black background.


Color preview on white background

This text has color #AEB5BB on white background.



Black color preview on #AEB5BB background

This text has black color on #AEB5BB background.


White color preview on #AEB5BB background

This text has white color on #AEB5BB background.