COLOR #AE9EC6

HEX: #AE9EC6
RGB: (174,158,198)

Renk bilgisi

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

RGB renk modeli

#AE9EC6 color RGB value is (174,158,198).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 158 of 255 = 62%
B 198 of 255 = 78%

174
158
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 158 + 198 = 530 (100%)
R 174 of 530 ~ 32.83%
G 158 of 530 ~ 29.81%
B 198 of 530 ~ 37.36%

%32.83
%29.81
%37.36

CMYK RENK MODELİ

#AE9EC6 rengi CMYK tonu (12,20,0,22).

  • camgöbeği tonu 12.12%
  • eflatun tonu 20.20%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(12,20,0,22)
C12M20Y0K22 
(12%,20%,0%,22%)
(0.12/0.20/0.00/0.22)	

CMYK yüzdeleri

%12.12
%20.2
%0
%22.35

Codes

Color #AE9EC6 in popluar color models

AE9EC6
RGB174158198
HSL264°25.97%69.80%
HSB/HSV264°20.20%77.65%
CMYK12.12%20.20%0.00%
22.35%

Color #AE9EC6 in popluar number systems.

HEXAE9EC6
Decimal174158198
Binary101011101001111011000110
Octal256236306

Shades and tints

Shades of #AE9EC6

#AE9EC6
(174,158,198)
#9F90B4
(159,144,180)
#9082A2
(144,130,162)
#817490
(129,116,144)
#72667E
(114,102,126)
#63586C
(99,88,108)
#544A5A
(84,74,90)
#453C48
(69,60,72)
#362E36
(54,46,54)
#272024
(39,32,36)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AE9EC6

#AE9EC6
(174,158,198)
#B5A6CB
(181,166,203)
#BCAED0
(188,174,208)
#C3B6D5
(195,182,213)
#CABEDA
(202,190,218)
#D1C6DF
(209,198,223)
#D8CEE4
(216,206,228)
#DFD6E9
(223,214,233)
#E6DEEE
(230,222,238)
#EDE6F3
(237,230,243)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9EC6; }

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

This text font color is #AE9EC6.


Background Color

.myBgColor { background-color: #AE9EC6; }

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

This div background color is #AE9EC6.


Border color

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

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

This div border color is #AE9EC6.


Opacity

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

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

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

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

This text has shadow with #AE9EC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9EC6 on black background.


Color preview on white background

This text has color #AE9EC6 on white background.



Black color preview on #AE9EC6 background

This text has black color on #AE9EC6 background.


White color preview on #AE9EC6 background

This text has white color on #AE9EC6 background.