COLOR #AE799D

HEX: #AE799D
RGB: (174,121,157)

Renk bilgisi

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

RGB renk modeli

#AE799D color RGB value is (174,121,157).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 121 of 255 = 47%
B 157 of 255 = 62%

174
121
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 121 + 157 = 452 (100%)
R 174 of 452 ~ 38.5%
G 121 of 452 ~ 26.77%
B 157 of 452 ~ 34.73%

%38.5
%26.77
%34.73

CMYK RENK MODELİ

#AE799D rengi CMYK tonu (0,30,10,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.46%
  • sarı tonu 9.77%
  • ana renk tonu 31.76%
CMYK:
(0,30,10,32)
C0M30Y10K32 
(0%,30%,10%,32%)
(0.00/0.30/0.10/0.32)	

CMYK yüzdeleri

%0
%30.46
%9.77
%31.76

Codes

Color #AE799D in popluar color models

AE799D
RGB174121157
HSL319°24.65%57.84%
HSB/HSV319°30.46%68.24%
CMYK0.00%30.46%9.77%
31.76%

Color #AE799D in popluar number systems.

HEXAE799D
Decimal174121157
Binary10101110111100110011101
Octal256171235

Shades and tints

Shades of #AE799D

#AE799D
(174,121,157)
#9F6E8F
(159,110,143)
#906381
(144,99,129)
#815873
(129,88,115)
#724D65
(114,77,101)
#634257
(99,66,87)
#543749
(84,55,73)
#452C3B
(69,44,59)
#36212D
(54,33,45)
#27161F
(39,22,31)
#180B11
(24,11,17)
#000000
(0,0,0)

Tints of #AE799D

#AE799D
(174,121,157)
#B585A5
(181,133,165)
#BC91AD
(188,145,173)
#C39DB5
(195,157,181)
#CAA9BD
(202,169,189)
#D1B5C5
(209,181,197)
#D8C1CD
(216,193,205)
#DFCDD5
(223,205,213)
#E6D9DD
(230,217,221)
#EDE5E5
(237,229,229)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE799D; }

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

This text font color is #AE799D.


Background Color

.myBgColor { background-color: #AE799D; }

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

This div background color is #AE799D.


Border color

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

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

This div border color is #AE799D.


Opacity

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

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

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

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

This text has shadow with #AE799D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE799D on black background.


Color preview on white background

This text has color #AE799D on white background.



Black color preview on #AE799D background

This text has black color on #AE799D background.


White color preview on #AE799D background

This text has white color on #AE799D background.