COLOR #AE90C8

HEX: #AE90C8
RGB: (174,144,200)

Renk bilgisi

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

RGB renk modeli

#AE90C8 color RGB value is (174,144,200).

  • kırmız ton 174;
  • yeşil ton 144;
  • mavi ton 200.
RGB:
(174,144,200)
(68%,56%,78%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 144 of 255 = 56%
B 200 of 255 = 78%

174
144
200

R + G + B ~ 67%. #AE90C8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 144 + 200 = 518 (100%)
R 174 of 518 ~ 33.59%
G 144 of 518 ~ 27.8%
B 200 of 518 ~ 38.61%

%33.59
%27.8
%38.61

CMYK RENK MODELİ

#AE90C8 rengi CMYK tonu (13,28,0,22).

  • camgöbeği tonu 13.00%
  • eflatun tonu 28.00%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(13,28,0,22)
C13M28Y0K22 
(13%,28%,0%,22%)
(0.13/0.28/0.00/0.22)	

CMYK yüzdeleri

%13
%28
%0
%21.57

Codes

Color #AE90C8 in popluar color models

AE90C8
RGB174144200
HSL272°33.73%67.45%
HSB/HSV272°28.00%78.43%
CMYK13.00%28.00%0.00%
21.57%

Color #AE90C8 in popluar number systems.

HEXAE90C8
Decimal174144200
Binary101011101001000011001000
Octal256220310

Shades and tints

Shades of #AE90C8

#AE90C8
(174,144,200)
#9F83B6
(159,131,182)
#9076A4
(144,118,164)
#816992
(129,105,146)
#725C80
(114,92,128)
#634F6E
(99,79,110)
#54425C
(84,66,92)
#45354A
(69,53,74)
#362838
(54,40,56)
#271B26
(39,27,38)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #AE90C8

#AE90C8
(174,144,200)
#B59ACD
(181,154,205)
#BCA4D2
(188,164,210)
#C3AED7
(195,174,215)
#CAB8DC
(202,184,220)
#D1C2E1
(209,194,225)
#D8CCE6
(216,204,230)
#DFD6EB
(223,214,235)
#E6E0F0
(230,224,240)
#EDEAF5
(237,234,245)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE90C8 color. Also use rgb(174,144,200) instead hex code.

Text Font Color

.myTextColor { color: #AE90C8; }

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

This text font color is #AE90C8.


Background Color

.myBgColor { background-color: #AE90C8; }

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

This div background color is #AE90C8.


Border color

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

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

This div border color is #AE90C8.


Opacity

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

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

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

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

This text has shadow with #AE90C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE90C8 on black background.


Color preview on white background

This text has color #AE90C8 on white background.



Black color preview on #AE90C8 background

This text has black color on #AE90C8 background.


White color preview on #AE90C8 background

This text has white color on #AE90C8 background.