COLOR #AE99D5

HEX: #AE99D5
RGB: (174,153,213)

Renk bilgisi

#AE99D5 contains mainly red and blue colors. #AE99D5 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AE99D5 color RGB value is (174,153,213).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 153 of 255 = 60%
B 213 of 255 = 84%

174
153
213

R + G + B ~ 71%. #AE99D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 153 + 213 = 540 (100%)
R 174 of 540 ~ 32.22%
G 153 of 540 ~ 28.33%
B 213 of 540 ~ 39.44%

%32.22
%28.33
%39.44

CMYK RENK MODELİ

#AE99D5 rengi CMYK tonu (18,28,0,16).

  • camgöbeği tonu 18.31%
  • eflatun tonu 28.17%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(18,28,0,16)
C18M28Y0K16 
(18%,28%,0%,16%)
(0.18/0.28/0.00/0.16)	

CMYK yüzdeleri

%18.31
%28.17
%0
%16.47

Codes

Color #AE99D5 in popluar color models

AE99D5
RGB174153213
HSL261°41.67%71.76%
HSB/HSV261°28.17%83.53%
CMYK18.31%28.17%0.00%
16.47%

Color #AE99D5 in popluar number systems.

HEXAE99D5
Decimal174153213
Binary101011101001100111010101
Octal256231325

Shades and tints

Shades of #AE99D5

#AE99D5
(174,153,213)
#9F8CC2
(159,140,194)
#907FAF
(144,127,175)
#81729C
(129,114,156)
#726589
(114,101,137)
#635876
(99,88,118)
#544B63
(84,75,99)
#453E50
(69,62,80)
#36313D
(54,49,61)
#27242A
(39,36,42)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #AE99D5

#AE99D5
(174,153,213)
#B5A2D8
(181,162,216)
#BCABDB
(188,171,219)
#C3B4DE
(195,180,222)
#CABDE1
(202,189,225)
#D1C6E4
(209,198,228)
#D8CFE7
(216,207,231)
#DFD8EA
(223,216,234)
#E6E1ED
(230,225,237)
#EDEAF0
(237,234,240)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE99D5; }

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

This text font color is #AE99D5.


Background Color

.myBgColor { background-color: #AE99D5; }

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

This div background color is #AE99D5.


Border color

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

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

This div border color is #AE99D5.


Opacity

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

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

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

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

This text has shadow with #AE99D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE99D5 on black background.


Color preview on white background

This text has color #AE99D5 on white background.



Black color preview on #AE99D5 background

This text has black color on #AE99D5 background.


White color preview on #AE99D5 background

This text has white color on #AE99D5 background.