COLOR #AE90C0

HEX: #AE90C0
RGB: (174,144,192)

Renk bilgisi

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

RGB renk modeli

#AE90C0 color RGB value is (174,144,192).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 144 of 255 = 56%
B 192 of 255 = 75%

174
144
192

R + G + B ~ 66%. #AE90C0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 144 + 192 = 510 (100%)
R 174 of 510 ~ 34.12%
G 144 of 510 ~ 28.24%
B 192 of 510 ~ 37.65%

%34.12
%28.24
%37.65

CMYK RENK MODELİ

#AE90C0 rengi CMYK tonu (9,25,0,25).

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

CMYK yüzdeleri

%9.38
%25
%0
%24.71

Codes

Color #AE90C0 in popluar color models

AE90C0
RGB174144192
HSL278°27.59%65.88%
HSB/HSV278°25.00%75.29%
CMYK9.38%25.00%0.00%
24.71%

Color #AE90C0 in popluar number systems.

HEXAE90C0
Decimal174144192
Binary101011101001000011000000
Octal256220300

Shades and tints

Shades of #AE90C0

#AE90C0
(174,144,192)
#9F83AF
(159,131,175)
#90769E
(144,118,158)
#81698D
(129,105,141)
#725C7C
(114,92,124)
#634F6B
(99,79,107)
#54425A
(84,66,90)
#453549
(69,53,73)
#362838
(54,40,56)
#271B27
(39,27,39)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #AE90C0

#AE90C0
(174,144,192)
#B59AC5
(181,154,197)
#BCA4CA
(188,164,202)
#C3AECF
(195,174,207)
#CAB8D4
(202,184,212)
#D1C2D9
(209,194,217)
#D8CCDE
(216,204,222)
#DFD6E3
(223,214,227)
#E6E0E8
(230,224,232)
#EDEAED
(237,234,237)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE90C0; }

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

This text font color is #AE90C0.


Background Color

.myBgColor { background-color: #AE90C0; }

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

This div background color is #AE90C0.


Border color

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

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

This div border color is #AE90C0.


Opacity

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

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

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

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

This text has shadow with #AE90C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE90C0 on black background.


Color preview on white background

This text has color #AE90C0 on white background.



Black color preview on #AE90C0 background

This text has black color on #AE90C0 background.


White color preview on #AE90C0 background

This text has white color on #AE90C0 background.