COLOR #AE929B

HEX: #AE929B
RGB: (174,146,155)

Color info

#AE929B contains red, green and blue colors in about the same proportion. Web safe color of #AE929B is #999999 (or #999).

RGB color model

#AE929B color RGB value is (174,146,155).

  • red value is 174;
  • green value is 146;
  • blue value is 155.
RGB:
(174,146,155)
(68%,57%,61%)

RGB channels and saturation

R 174 of 255 = 68%
G 146 of 255 = 57%
B 155 of 255 = 61%

174
146
155

R + G + B ~ 62%. #AE929B is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 146 + 155 = 475 (100%)
R 174 of 475 ~ 36.63%
G 146 of 475 ~ 30.74%
B 155 of 475 ~ 32.63%

%36.63
%30.74
%32.63

CMYK color model

#AE929B color CMYK value is (0,16,11,32).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 10.92%
  • key color value is 31.76%
CMYK:
(0,16,11,32)
C0M16Y11K32 
(0%,16%,11%,32%)
(0.00/0.16/0.11/0.32)	

CMYK percentages

%0
%16.09
%10.92
%31.76

Codes

Color #AE929B in popluar color models

AE929B
RGB174146155
HSL341°14.74%62.75%
HSB/HSV341°16.09%68.24%
CMYK0.00%16.09%10.92%
31.76%

Color #AE929B in popluar number systems.

HEXAE929B
Decimal174146155
Binary101011101001001010011011
Octal256222233

Shades and tints

Shades of #AE929B

#AE929B
(174,146,155)
#9F858D
(159,133,141)
#90787F
(144,120,127)
#816B71
(129,107,113)
#725E63
(114,94,99)
#635155
(99,81,85)
#544447
(84,68,71)
#453739
(69,55,57)
#362A2B
(54,42,43)
#271D1D
(39,29,29)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #AE929B

#AE929B
(174,146,155)
#B59BA4
(181,155,164)
#BCA4AD
(188,164,173)
#C3ADB6
(195,173,182)
#CAB6BF
(202,182,191)
#D1BFC8
(209,191,200)
#D8C8D1
(216,200,209)
#DFD1DA
(223,209,218)
#E6DAE3
(230,218,227)
#EDE3EC
(237,227,236)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE929B color. Also use rgb(174,146,155) instead hex code.

Text Font Color

.myTextColor { color: #AE929B; }

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

This text font color is #AE929B.


Background Color

.myBgColor { background-color: #AE929B; }

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

This div background color is #AE929B.


Border color

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

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

This div border color is #AE929B.


Opacity

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

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

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

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

This text has shadow with #AE929B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE929B on black background.


Color preview on white background

This text has color #AE929B on white background.



Black color preview on #AE929B background

This text has black color on #AE929B background.


White color preview on #AE929B background

This text has white color on #AE929B background.