COLOR #AE99BC

HEX: #AE99BC RGB: (174,153,188)

Color info

#AE99BC contains red, green and blue colors in about the same proportion. Web safe color of #AE99BC is #9999CC (or #99C).

RGB color model

#AE99BC color RGB value is (174,153,188).

RGB: (174,153,188) (68%, 60%, 74%)

RGB channels and saturation

R 174 of 255 = 68%
G 153 of 255 = 60%
B 188 of 255 = 74%

174
153
188

R + G + B ~ 67%. #AE99BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 153 + 188 = 515 (100%)
R 174 of 515 ~ 33.79%
G 153 of 515 ~ 29.71%
B 188 of 515 ~ 36.5'%

%33.79
%29.71
%36.5

CMYK color model

#AE99BC color CMYK value is (7,19,0,26).

  • cyan value is 7.45%
  • magenta value is 18.62%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (7,19,0,26) C7M19Y0K26 (7%,19%,0%,26%) (0.07/0.19/0.00/0.26) 

CMYK percentages

%7.45
%18.62
%0
%26.27

Codes

Color #AE99BC in popluar color models

AE 99 BC
RGB 174 153 188
HSL 276° 20.71% 66.86%
HSB/HSV 276° 18.62% 73.73%
CMYK 7.45% 18.62% 0.00%
26.27%

Color #AE99BC in popluar number systems.

HEX AE 99 BC
Decimal 174 153 188
Binary 10101110 10011001 10111100
Octal 256 231 274

Shades and tints

Shades of #AE99BC

#AE99BC
(174,153,188)
#9F8CAB
(159,140,171)
#907F9A
(144,127,154)
#817289
(129,114,137)
#726578
(114,101,120)
#635867
(99,88,103)
#544B56
(84,75,86)
#453E45
(69,62,69)
#363134
(54,49,52)
#272423
(39,36,35)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #AE99BC

#AE99BC
(174,153,188)
#B5A2C2
(181,162,194)
#BCABC8
(188,171,200)
#C3B4CE
(195,180,206)
#CABDD4
(202,189,212)
#D1C6DA
(209,198,218)
#D8CFE0
(216,207,224)
#DFD8E6
(223,216,230)
#E6E1EC
(230,225,236)
#EDEAF2
(237,234,242)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE99BC color. Also use rgb(174,153,188) instead hex code.

Text Font Color

.myTextColor { color: #AE99BC; }

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

This text font color is #AE99BC.

Background Color

.myBgColor { background-color: #AE99BC; }

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

This div background color is #AE99BC.

Border color

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

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

This div border color is #AE99BC.

Opacity

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

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

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

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

This text has shadow with #AE99BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE99BC.

Preview

Color preview on black background

This text has color #AE99BC on black background.


Color preview on white background

This text has color #AE99BC on white background.


Black color preview on #AE99BC background

This text has black color on #AE99BC background.


White color preview on #AE99BC background

This text has white color on #AE99BC background.


Related colors

Complementary color

Complementary color for #hex is #516643.


I love getcolorcode.com

Triadic colors

1 #BCAE99 and #99BCAE with #AE99BC are triadic colors.

2 #BC99AE and #99AEBC with #AE99BC are triadic colors.