COLOR #AEBEC1

HEX: #AEBEC1
RGB: (174,190,193)

Color info

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

RGB color model

#AEBEC1 color RGB value is (174,190,193).

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

RGB channels and saturation

R 174 of 255 = 68%
G 190 of 255 = 75%
B 193 of 255 = 76%

174
190
193

R + G + B ~ 73%. #AEBEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 190 + 193 = 557 (100%)
R 174 of 557 ~ 31.24%
G 190 of 557 ~ 34.11%
B 193 of 557 ~ 34.65%

%31.24
%34.11
%34.65

CMYK color model

#AEBEC1 color CMYK value is (10,2,0,24).

  • cyan value is 9.84%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(10,2,0,24)
C10M2Y0K24 
(10%,2%,0%,24%)
(0.10/0.02/0.00/0.24)	

CMYK percentages

%9.84
%1.55
%0
%24.31

Codes

Color #AEBEC1 in popluar color models

AEBEC1
RGB174190193
HSL189°13.29%71.96%
HSB/HSV189°9.84%75.69%
CMYK9.84%1.55%0.00%
24.31%

Color #AEBEC1 in popluar number systems.

HEXAEBEC1
Decimal174190193
Binary101011101011111011000001
Octal256276301

Shades and tints

Shades of #AEBEC1

#AEBEC1
(174,190,193)
#9FADB0
(159,173,176)
#909C9F
(144,156,159)
#818B8E
(129,139,142)
#727A7D
(114,122,125)
#63696C
(99,105,108)
#54585B
(84,88,91)
#45474A
(69,71,74)
#363639
(54,54,57)
#272528
(39,37,40)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #AEBEC1

#AEBEC1
(174,190,193)
#B5C3C6
(181,195,198)
#BCC8CB
(188,200,203)
#C3CDD0
(195,205,208)
#CAD2D5
(202,210,213)
#D1D7DA
(209,215,218)
#D8DCDF
(216,220,223)
#DFE1E4
(223,225,228)
#E6E6E9
(230,230,233)
#EDEBEE
(237,235,238)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBEC1; }

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

This text font color is #AEBEC1.


Background Color

.myBgColor { background-color: #AEBEC1; }

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

This div background color is #AEBEC1.


Border color

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

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

This div border color is #AEBEC1.


Opacity

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

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

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

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

This text has shadow with #AEBEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBEC1 on black background.


Color preview on white background

This text has color #AEBEC1 on white background.



Black color preview on #AEBEC1 background

This text has black color on #AEBEC1 background.


White color preview on #AEBEC1 background

This text has white color on #AEBEC1 background.