COLOR #AEABCB

HEX: #AEABCB
RGB: (174,171,203)

Color info

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

RGB color model

#AEABCB color RGB value is (174,171,203).

  • red value is 174;
  • green value is 171;
  • blue value is 203.
RGB:
(174,171,203)
(68%,67%,80%)

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 203 of 255 = 80%

174
171
203

R + G + B ~ 72%. #AEABCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 203 = 548 (100%)
R 174 of 548 ~ 31.75%
G 171 of 548 ~ 31.2%
B 203 of 548 ~ 37.04%

%31.75
%31.2
%37.04

CMYK color model

#AEABCB color CMYK value is (14,16,0,20).

  • cyan value is 14.29%
  • magenta value is 15.76%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(14,16,0,20)
C14M16Y0K20 
(14%,16%,0%,20%)
(0.14/0.16/0.00/0.20)	

CMYK percentages

%14.29
%15.76
%0
%20.39

Codes

Color #AEABCB in popluar color models

AEABCB
RGB174171203
HSL246°23.53%73.33%
HSB/HSV246°15.76%79.61%
CMYK14.29%15.76%0.00%
20.39%

Color #AEABCB in popluar number systems.

HEXAEABCB
Decimal174171203
Binary101011101010101111001011
Octal256253313

Shades and tints

Shades of #AEABCB

#AEABCB
(174,171,203)
#9F9CB9
(159,156,185)
#908DA7
(144,141,167)
#817E95
(129,126,149)
#726F83
(114,111,131)
#636071
(99,96,113)
#54515F
(84,81,95)
#45424D
(69,66,77)
#36333B
(54,51,59)
#272429
(39,36,41)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #AEABCB

#AEABCB
(174,171,203)
#B5B2CF
(181,178,207)
#BCB9D3
(188,185,211)
#C3C0D7
(195,192,215)
#CAC7DB
(202,199,219)
#D1CEDF
(209,206,223)
#D8D5E3
(216,213,227)
#DFDCE7
(223,220,231)
#E6E3EB
(230,227,235)
#EDEAEF
(237,234,239)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEABCB color. Also use rgb(174,171,203) instead hex code.

Text Font Color

.myTextColor { color: #AEABCB; }

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

This text font color is #AEABCB.


Background Color

.myBgColor { background-color: #AEABCB; }

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

This div background color is #AEABCB.


Border color

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

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

This div border color is #AEABCB.


Opacity

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

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

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

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

This text has shadow with #AEABCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABCB on black background.


Color preview on white background

This text has color #AEABCB on white background.



Black color preview on #AEABCB background

This text has black color on #AEABCB background.


White color preview on #AEABCB background

This text has white color on #AEABCB background.