COLOR #AE96C7

HEX: #AE96C7
RGB: (174,150,199)

Renk bilgisi

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

RGB renk modeli

#AE96C7 color RGB value is (174,150,199).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 150 of 255 = 59%
B 199 of 255 = 78%

174
150
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 150 + 199 = 523 (100%)
R 174 of 523 ~ 33.27%
G 150 of 523 ~ 28.68%
B 199 of 523 ~ 38.05%

%33.27
%28.68
%38.05

CMYK RENK MODELİ

#AE96C7 rengi CMYK tonu (13,25,0,22).

  • camgöbeği tonu 12.56%
  • eflatun tonu 24.62%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(13,25,0,22)
C13M25Y0K22 
(13%,25%,0%,22%)
(0.13/0.25/0.00/0.22)	

CMYK yüzdeleri

%12.56
%24.62
%0
%21.96

Codes

Color #AE96C7 in popluar color models

AE96C7
RGB174150199
HSL269°30.43%68.43%
HSB/HSV269°24.62%78.04%
CMYK12.56%24.62%0.00%
21.96%

Color #AE96C7 in popluar number systems.

HEXAE96C7
Decimal174150199
Binary101011101001011011000111
Octal256226307

Shades and tints

Shades of #AE96C7

#AE96C7
(174,150,199)
#9F89B5
(159,137,181)
#907CA3
(144,124,163)
#816F91
(129,111,145)
#72627F
(114,98,127)
#63556D
(99,85,109)
#54485B
(84,72,91)
#453B49
(69,59,73)
#362E37
(54,46,55)
#272125
(39,33,37)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #AE96C7

#AE96C7
(174,150,199)
#B59FCC
(181,159,204)
#BCA8D1
(188,168,209)
#C3B1D6
(195,177,214)
#CABADB
(202,186,219)
#D1C3E0
(209,195,224)
#D8CCE5
(216,204,229)
#DFD5EA
(223,213,234)
#E6DEEF
(230,222,239)
#EDE7F4
(237,231,244)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE96C7; }

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

This text font color is #AE96C7.


Background Color

.myBgColor { background-color: #AE96C7; }

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

This div background color is #AE96C7.


Border color

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

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

This div border color is #AE96C7.


Opacity

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

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

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

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

This text has shadow with #AE96C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE96C7 on black background.


Color preview on white background

This text has color #AE96C7 on white background.



Black color preview on #AE96C7 background

This text has black color on #AE96C7 background.


White color preview on #AE96C7 background

This text has white color on #AE96C7 background.