COLOR #AE99BE

HEX: #AE99BE
RGB: (174,153,190)

Color info

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

RGB color model

#AE99BE color RGB value is (174,153,190).

  • red value is 174;
  • green value is 153;
  • blue value is 190.
RGB:
(174,153,190)
(68%,60%,75%)

RGB channels and saturation

R 174 of 255 = 68%
G 153 of 255 = 60%
B 190 of 255 = 75%

174
153
190

R + G + B ~ 68%. #AE99BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 153 + 190 = 517 (100%)
R 174 of 517 ~ 33.66%
G 153 of 517 ~ 29.59%
B 190 of 517 ~ 36.75%

%33.66
%29.59
%36.75

CMYK color model

#AE99BE color CMYK value is (8,19,0,25).

  • cyan value is 8.42%
  • magenta value is 19.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(8,19,0,25)
C8M19Y0K25 
(8%,19%,0%,25%)
(0.08/0.19/0.00/0.25)	

CMYK percentages

%8.42
%19.47
%0
%25.49

Codes

Color #AE99BE in popluar color models

AE99BE
RGB174153190
HSL274°22.16%67.25%
HSB/HSV274°19.47%74.51%
CMYK8.42%19.47%0.00%
25.49%

Color #AE99BE in popluar number systems.

HEXAE99BE
Decimal174153190
Binary101011101001100110111110
Octal256231276

Shades and tints

Shades of #AE99BE

#AE99BE
(174,153,190)
#9F8CAD
(159,140,173)
#907F9C
(144,127,156)
#81728B
(129,114,139)
#72657A
(114,101,122)
#635869
(99,88,105)
#544B58
(84,75,88)
#453E47
(69,62,71)
#363136
(54,49,54)
#272425
(39,36,37)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #AE99BE

#AE99BE
(174,153,190)
#B5A2C3
(181,162,195)
#BCABC8
(188,171,200)
#C3B4CD
(195,180,205)
#CABDD2
(202,189,210)
#D1C6D7
(209,198,215)
#D8CFDC
(216,207,220)
#DFD8E1
(223,216,225)
#E6E1E6
(230,225,230)
#EDEAEB
(237,234,235)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE99BE; }

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

This text font color is #AE99BE.


Background Color

.myBgColor { background-color: #AE99BE; }

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

This div background color is #AE99BE.


Border color

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

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

This div border color is #AE99BE.


Opacity

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

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

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

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

This text has shadow with #AE99BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE99BE on black background.


Color preview on white background

This text has color #AE99BE on white background.



Black color preview on #AE99BE background

This text has black color on #AE99BE background.


White color preview on #AE99BE background

This text has white color on #AE99BE background.