COLOR #AE9DBE

HEX: #AE9DBE
RGB: (174,157,190)

Renk bilgisi

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

RGB renk modeli

#AE9DBE color RGB value is (174,157,190).

  • kırmız ton 174;
  • yeşil ton 157;
  • mavi ton 190.
RGB:
(174,157,190)
(68%,62%,75%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 157 of 255 = 62%
B 190 of 255 = 75%

174
157
190

R + G + B ~ 68%. #AE9DBE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 157 + 190 = 521 (100%)
R 174 of 521 ~ 33.4%
G 157 of 521 ~ 30.13%
B 190 of 521 ~ 36.47%

%33.4
%30.13
%36.47

CMYK RENK MODELİ

#AE9DBE rengi CMYK tonu (8,17,0,25).

  • camgöbeği tonu 8.42%
  • eflatun tonu 17.37%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(8,17,0,25)
C8M17Y0K25 
(8%,17%,0%,25%)
(0.08/0.17/0.00/0.25)	

CMYK yüzdeleri

%8.42
%17.37
%0
%25.49

Codes

Color #AE9DBE in popluar color models

AE9DBE
RGB174157190
HSL271°20.25%68.04%
HSB/HSV271°17.37%74.51%
CMYK8.42%17.37%0.00%
25.49%

Color #AE9DBE in popluar number systems.

HEXAE9DBE
Decimal174157190
Binary101011101001110110111110
Octal256235276

Shades and tints

Shades of #AE9DBE

#AE9DBE
(174,157,190)
#9F8FAD
(159,143,173)
#90819C
(144,129,156)
#81738B
(129,115,139)
#72657A
(114,101,122)
#635769
(99,87,105)
#544958
(84,73,88)
#453B47
(69,59,71)
#362D36
(54,45,54)
#271F25
(39,31,37)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #AE9DBE

#AE9DBE
(174,157,190)
#B5A5C3
(181,165,195)
#BCADC8
(188,173,200)
#C3B5CD
(195,181,205)
#CABDD2
(202,189,210)
#D1C5D7
(209,197,215)
#D8CDDC
(216,205,220)
#DFD5E1
(223,213,225)
#E6DDE6
(230,221,230)
#EDE5EB
(237,229,235)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9DBE color. Also use rgb(174,157,190) instead hex code.

Text Font Color

.myTextColor { color: #AE9DBE; }

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

This text font color is #AE9DBE.


Background Color

.myBgColor { background-color: #AE9DBE; }

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

This div background color is #AE9DBE.


Border color

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

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

This div border color is #AE9DBE.


Opacity

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

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

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

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

This text has shadow with #AE9DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9DBE on black background.


Color preview on white background

This text has color #AE9DBE on white background.



Black color preview on #AE9DBE background

This text has black color on #AE9DBE background.


White color preview on #AE9DBE background

This text has white color on #AE9DBE background.