COLOR #AEB5C0

HEX: #AEB5C0
RGB: (174,181,192)

Renk bilgisi

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

RGB renk modeli

#AEB5C0 color RGB value is (174,181,192).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 181 of 255 = 71%
B 192 of 255 = 75%

174
181
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 181 + 192 = 547 (100%)
R 174 of 547 ~ 31.81%
G 181 of 547 ~ 33.09%
B 192 of 547 ~ 35.1%

%31.81
%33.09
%35.1

CMYK RENK MODELİ

#AEB5C0 rengi CMYK tonu (9,6,0,25).

  • camgöbeği tonu 9.38%
  • eflatun tonu 5.73%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(9,6,0,25)
C9M6Y0K25 
(9%,6%,0%,25%)
(0.09/0.06/0.00/0.25)	

CMYK yüzdeleri

%9.38
%5.73
%0
%24.71

Codes

Color #AEB5C0 in popluar color models

AEB5C0
RGB174181192
HSL217°12.50%71.76%
HSB/HSV217°9.38%75.29%
CMYK9.38%5.73%0.00%
24.71%

Color #AEB5C0 in popluar number systems.

HEXAEB5C0
Decimal174181192
Binary101011101011010111000000
Octal256265300

Shades and tints

Shades of #AEB5C0

#AEB5C0
(174,181,192)
#9FA5AF
(159,165,175)
#90959E
(144,149,158)
#81858D
(129,133,141)
#72757C
(114,117,124)
#63656B
(99,101,107)
#54555A
(84,85,90)
#454549
(69,69,73)
#363538
(54,53,56)
#272527
(39,37,39)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #AEB5C0

#AEB5C0
(174,181,192)
#B5BBC5
(181,187,197)
#BCC1CA
(188,193,202)
#C3C7CF
(195,199,207)
#CACDD4
(202,205,212)
#D1D3D9
(209,211,217)
#D8D9DE
(216,217,222)
#DFDFE3
(223,223,227)
#E6E5E8
(230,229,232)
#EDEBED
(237,235,237)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB5C0; }

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

This text font color is #AEB5C0.


Background Color

.myBgColor { background-color: #AEB5C0; }

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

This div background color is #AEB5C0.


Border color

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

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

This div border color is #AEB5C0.


Opacity

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

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

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

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

This text has shadow with #AEB5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB5C0 on black background.


Color preview on white background

This text has color #AEB5C0 on white background.



Black color preview on #AEB5C0 background

This text has black color on #AEB5C0 background.


White color preview on #AEB5C0 background

This text has white color on #AEB5C0 background.