COLOR #AE5888

HEX: #AE5888
RGB: (174,88,136)

Renk bilgisi

#AE5888 contains mainly red and blue colors. #AE5888 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AE5888 color RGB value is (174,88,136).

  • kırmız ton 174;
  • yeşil ton 88;
  • mavi ton 136.
RGB:
(174,88,136)
(68%,35%,53%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 88 of 255 = 35%
B 136 of 255 = 53%

174
88
136

R + G + B ~ 52%. #AE5888 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 88 + 136 = 398 (100%)
R 174 of 398 ~ 43.72%
G 88 of 398 ~ 22.11%
B 136 of 398 ~ 34.17%

%43.72
%22.11
%34.17

CMYK RENK MODELİ

#AE5888 rengi CMYK tonu (0,49,22,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.43%
  • sarı tonu 21.84%
  • ana renk tonu 31.76%
CMYK:
(0,49,22,32)
C0M49Y22K32 
(0%,49%,22%,32%)
(0.00/0.49/0.22/0.32)	

CMYK yüzdeleri

%0
%49.43
%21.84
%31.76

Codes

Color #AE5888 in popluar color models

AE5888
RGB17488136
HSL327°34.68%51.37%
HSB/HSV327°49.43%68.24%
CMYK0.00%49.43%21.84%
31.76%

Color #AE5888 in popluar number systems.

HEXAE5888
Decimal17488136
Binary10101110101100010001000
Octal256130210

Shades and tints

Shades of #AE5888

#AE5888
(174,88,136)
#9F507C
(159,80,124)
#904870
(144,72,112)
#814064
(129,64,100)
#723858
(114,56,88)
#63304C
(99,48,76)
#542840
(84,40,64)
#452034
(69,32,52)
#361828
(54,24,40)
#27101C
(39,16,28)
#180810
(24,8,16)
#000000
(0,0,0)

Tints of #AE5888

#AE5888
(174,88,136)
#B56792
(181,103,146)
#BC769C
(188,118,156)
#C385A6
(195,133,166)
#CA94B0
(202,148,176)
#D1A3BA
(209,163,186)
#D8B2C4
(216,178,196)
#DFC1CE
(223,193,206)
#E6D0D8
(230,208,216)
#EDDFE2
(237,223,226)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5888 color. Also use rgb(174,88,136) instead hex code.

Text Font Color

.myTextColor { color: #AE5888; }

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

This text font color is #AE5888.


Background Color

.myBgColor { background-color: #AE5888; }

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

This div background color is #AE5888.


Border color

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

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

This div border color is #AE5888.


Opacity

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

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

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

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

This text has shadow with #AE5888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5888 on black background.


Color preview on white background

This text has color #AE5888 on white background.



Black color preview on #AE5888 background

This text has black color on #AE5888 background.


White color preview on #AE5888 background

This text has white color on #AE5888 background.