COLOR #AE698C

HEX: #AE698C
RGB: (174,105,140)

Color info

#AE698C contains mainly red and blue colors. Web safe color of #AE698C is #996699 (or #969).

RGB color model

#AE698C color RGB value is (174,105,140).

  • red value is 174;
  • green value is 105;
  • blue value is 140.
RGB:
(174,105,140)
(68%,41%,55%)

RGB channels and saturation

R 174 of 255 = 68%
G 105 of 255 = 41%
B 140 of 255 = 55%

174
105
140

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

Portions of RGB colors in percentages

R + G + B =
174 + 105 + 140 = 419 (100%)
R 174 of 419 ~ 41.53%
G 105 of 419 ~ 25.06%
B 140 of 419 ~ 33.41%

%41.53
%25.06
%33.41

CMYK color model

#AE698C color CMYK value is (0,40,20,32).

  • cyan value is 0.00%
  • magenta value is 39.66%
  • yellow value is 19.54%
  • key color value is 31.76%
CMYK:
(0,40,20,32)
C0M40Y20K32 
(0%,40%,20%,32%)
(0.00/0.40/0.20/0.32)	

CMYK percentages

%0
%39.66
%19.54
%31.76

Codes

Color #AE698C in popluar color models

AE698C
RGB174105140
HSL330°29.87%54.71%
HSB/HSV330°39.66%68.24%
CMYK0.00%39.66%19.54%
31.76%

Color #AE698C in popluar number systems.

HEXAE698C
Decimal174105140
Binary10101110110100110001100
Octal256151214

Shades and tints

Shades of #AE698C

#AE698C
(174,105,140)
#9F6080
(159,96,128)
#905774
(144,87,116)
#814E68
(129,78,104)
#72455C
(114,69,92)
#633C50
(99,60,80)
#543344
(84,51,68)
#452A38
(69,42,56)
#36212C
(54,33,44)
#271820
(39,24,32)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #AE698C

#AE698C
(174,105,140)
#B57696
(181,118,150)
#BC83A0
(188,131,160)
#C390AA
(195,144,170)
#CA9DB4
(202,157,180)
#D1AABE
(209,170,190)
#D8B7C8
(216,183,200)
#DFC4D2
(223,196,210)
#E6D1DC
(230,209,220)
#EDDEE6
(237,222,230)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE698C color. Also use rgb(174,105,140) instead hex code.

Text Font Color

.myTextColor { color: #AE698C; }

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

This text font color is #AE698C.


Background Color

.myBgColor { background-color: #AE698C; }

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

This div background color is #AE698C.


Border color

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

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

This div border color is #AE698C.


Opacity

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

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

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

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

This text has shadow with #AE698C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE698C on black background.


Color preview on white background

This text has color #AE698C on white background.



Black color preview on #AE698C background

This text has black color on #AE698C background.


White color preview on #AE698C background

This text has white color on #AE698C background.