COLOR #AEB9C6

HEX: #AEB9C6
RGB: (174,185,198)

Renk bilgisi

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

RGB renk modeli

#AEB9C6 color RGB value is (174,185,198).

  • kırmız ton 174;
  • yeşil ton 185;
  • mavi ton 198.
RGB:
(174,185,198)
(68%,73%,78%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 185 of 255 = 73%
B 198 of 255 = 78%

174
185
198

R + G + B ~ 73%. #AEB9C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 185 + 198 = 557 (100%)
R 174 of 557 ~ 31.24%
G 185 of 557 ~ 33.21%
B 198 of 557 ~ 35.55%

%31.24
%33.21
%35.55

CMYK RENK MODELİ

#AEB9C6 rengi CMYK tonu (12,7,0,22).

  • camgöbeği tonu 12.12%
  • eflatun tonu 6.57%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(12,7,0,22)
C12M7Y0K22 
(12%,7%,0%,22%)
(0.12/0.07/0.00/0.22)	

CMYK yüzdeleri

%12.12
%6.57
%0
%22.35

Codes

Color #AEB9C6 in popluar color models

AEB9C6
RGB174185198
HSL213°17.39%72.94%
HSB/HSV213°12.12%77.65%
CMYK12.12%6.57%0.00%
22.35%

Color #AEB9C6 in popluar number systems.

HEXAEB9C6
Decimal174185198
Binary101011101011100111000110
Octal256271306

Shades and tints

Shades of #AEB9C6

#AEB9C6
(174,185,198)
#9FA9B4
(159,169,180)
#9099A2
(144,153,162)
#818990
(129,137,144)
#72797E
(114,121,126)
#63696C
(99,105,108)
#54595A
(84,89,90)
#454948
(69,73,72)
#363936
(54,57,54)
#272924
(39,41,36)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #AEB9C6

#AEB9C6
(174,185,198)
#B5BFCB
(181,191,203)
#BCC5D0
(188,197,208)
#C3CBD5
(195,203,213)
#CAD1DA
(202,209,218)
#D1D7DF
(209,215,223)
#D8DDE4
(216,221,228)
#DFE3E9
(223,227,233)
#E6E9EE
(230,233,238)
#EDEFF3
(237,239,243)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB9C6 color. Also use rgb(174,185,198) instead hex code.

Text Font Color

.myTextColor { color: #AEB9C6; }

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

This text font color is #AEB9C6.


Background Color

.myBgColor { background-color: #AEB9C6; }

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

This div background color is #AEB9C6.


Border color

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

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

This div border color is #AEB9C6.


Opacity

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

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

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

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

This text has shadow with #AEB9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB9C6 on black background.


Color preview on white background

This text has color #AEB9C6 on white background.



Black color preview on #AEB9C6 background

This text has black color on #AEB9C6 background.


White color preview on #AEB9C6 background

This text has white color on #AEB9C6 background.