COLOR #AE99EA

HEX: #AE99EA
RGB: (174,153,234)

Renk bilgisi

#AE99EA contains mainly blue color. #AE99EA ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#AE99EA color RGB value is (174,153,234).

  • kırmız ton 174;
  • yeşil ton 153;
  • mavi ton 234.
RGB:
(174,153,234)
(68%,60%,92%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 153 of 255 = 60%
B 234 of 255 = 92%

174
153
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 153 + 234 = 561 (100%)
R 174 of 561 ~ 31.02%
G 153 of 561 ~ 27.27%
B 234 of 561 ~ 41.71%

%31.02
%27.27
%41.71

CMYK RENK MODELİ

#AE99EA rengi CMYK tonu (26,35,0,8).

  • camgöbeği tonu 25.64%
  • eflatun tonu 34.62%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(26,35,0,8)
C26M35Y0K8 
(26%,35%,0%,8%)
(0.26/0.35/0.00/0.08)	

CMYK yüzdeleri

%25.64
%34.62
%0
%8.24

Codes

Color #AE99EA in popluar color models

AE99EA
RGB174153234
HSL256°65.85%75.88%
HSB/HSV256°34.62%91.76%
CMYK25.64%34.62%0.00%
8.24%

Color #AE99EA in popluar number systems.

HEXAE99EA
Decimal174153234
Binary101011101001100111101010
Octal256231352

Shades and tints

Shades of #AE99EA

#AE99EA
(174,153,234)
#9F8CD5
(159,140,213)
#907FC0
(144,127,192)
#8172AB
(129,114,171)
#726596
(114,101,150)
#635881
(99,88,129)
#544B6C
(84,75,108)
#453E57
(69,62,87)
#363142
(54,49,66)
#27242D
(39,36,45)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #AE99EA

#AE99EA
(174,153,234)
#B5A2EB
(181,162,235)
#BCABEC
(188,171,236)
#C3B4ED
(195,180,237)
#CABDEE
(202,189,238)
#D1C6EF
(209,198,239)
#D8CFF0
(216,207,240)
#DFD8F1
(223,216,241)
#E6E1F2
(230,225,242)
#EDEAF3
(237,234,243)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE99EA color. Also use rgb(174,153,234) instead hex code.

Text Font Color

.myTextColor { color: #AE99EA; }

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

This text font color is #AE99EA.


Background Color

.myBgColor { background-color: #AE99EA; }

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

This div background color is #AE99EA.


Border color

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

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

This div border color is #AE99EA.


Opacity

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

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

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

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

This text has shadow with #AE99EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE99EA on black background.


Color preview on white background

This text has color #AE99EA on white background.



Black color preview on #AE99EA background

This text has black color on #AE99EA background.


White color preview on #AE99EA background

This text has white color on #AE99EA background.