COLOR #AE96B0

HEX: #AE96B0
RGB: (174,150,176)

Renk bilgisi

#AE96B0 contains red, green and blue colors in about the same proportion. #AE96B0 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#AE96B0 color RGB value is (174,150,176).

  • kırmız ton 174;
  • yeşil ton 150;
  • mavi ton 176.
RGB:
(174,150,176)
(68%,59%,69%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 150 of 255 = 59%
B 176 of 255 = 69%

174
150
176

R + G + B ~ 65%. #AE96B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 150 + 176 = 500 (100%)
R 174 of 500 ~ 34.8%
G 150 of 500 ~ 30%
B 176 of 500 ~ 35.2%

%34.8
%30
%35.2

CMYK RENK MODELİ

#AE96B0 rengi CMYK tonu (1,15,0,31).

  • camgöbeği tonu 1.14%
  • eflatun tonu 14.77%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(1,15,0,31)
C1M15Y0K31 
(1%,15%,0%,31%)
(0.01/0.15/0.00/0.31)	

CMYK yüzdeleri

%1.14
%14.77
%0
%30.98

Codes

Color #AE96B0 in popluar color models

AE96B0
RGB174150176
HSL295°14.13%63.92%
HSB/HSV295°14.77%69.02%
CMYK1.14%14.77%0.00%
30.98%

Color #AE96B0 in popluar number systems.

HEXAE96B0
Decimal174150176
Binary101011101001011010110000
Octal256226260

Shades and tints

Shades of #AE96B0

#AE96B0
(174,150,176)
#9F89A0
(159,137,160)
#907C90
(144,124,144)
#816F80
(129,111,128)
#726270
(114,98,112)
#635560
(99,85,96)
#544850
(84,72,80)
#453B40
(69,59,64)
#362E30
(54,46,48)
#272120
(39,33,32)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #AE96B0

#AE96B0
(174,150,176)
#B59FB7
(181,159,183)
#BCA8BE
(188,168,190)
#C3B1C5
(195,177,197)
#CABACC
(202,186,204)
#D1C3D3
(209,195,211)
#D8CCDA
(216,204,218)
#DFD5E1
(223,213,225)
#E6DEE8
(230,222,232)
#EDE7EF
(237,231,239)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE96B0 color. Also use rgb(174,150,176) instead hex code.

Text Font Color

.myTextColor { color: #AE96B0; }

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

This text font color is #AE96B0.


Background Color

.myBgColor { background-color: #AE96B0; }

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

This div background color is #AE96B0.


Border color

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

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

This div border color is #AE96B0.


Opacity

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

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

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

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

This text has shadow with #AE96B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE96B0 on black background.


Color preview on white background

This text has color #AE96B0 on white background.



Black color preview on #AE96B0 background

This text has black color on #AE96B0 background.


White color preview on #AE96B0 background

This text has white color on #AE96B0 background.