COLOR #AEC0B5

HEX: #AEC0B5
RGB: (174,192,181)

Color info

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

RGB color model

#AEC0B5 color RGB value is (174,192,181).

  • red value is 174;
  • green value is 192;
  • blue value is 181.
RGB:
(174,192,181)
(68%,75%,71%)

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 181 of 255 = 71%

174
192
181

R + G + B ~ 71%. #AEC0B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 192 + 181 = 547 (100%)
R 174 of 547 ~ 31.81%
G 192 of 547 ~ 35.1%
B 181 of 547 ~ 33.09%

%31.81
%35.1
%33.09

CMYK color model

#AEC0B5 color CMYK value is (9,0,6,25).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 5.73%
  • key color value is 24.71%
CMYK:
(9,0,6,25)
C9M0Y6K25 
(9%,0%,6%,25%)
(0.09/0.00/0.06/0.25)	

CMYK percentages

%9.38
%0
%5.73
%24.71

Codes

Color #AEC0B5 in popluar color models

AEC0B5
RGB174192181
HSL143°12.50%71.76%
HSB/HSV143°9.38%75.29%
CMYK9.38%0.00%5.73%
24.71%

Color #AEC0B5 in popluar number systems.

HEXAEC0B5
Decimal174192181
Binary101011101100000010110101
Octal256300265

Shades and tints

Shades of #AEC0B5

#AEC0B5
(174,192,181)
#9FAFA5
(159,175,165)
#909E95
(144,158,149)
#818D85
(129,141,133)
#727C75
(114,124,117)
#636B65
(99,107,101)
#545A55
(84,90,85)
#454945
(69,73,69)
#363835
(54,56,53)
#272725
(39,39,37)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #AEC0B5

#AEC0B5
(174,192,181)
#B5C5BB
(181,197,187)
#BCCAC1
(188,202,193)
#C3CFC7
(195,207,199)
#CAD4CD
(202,212,205)
#D1D9D3
(209,217,211)
#D8DED9
(216,222,217)
#DFE3DF
(223,227,223)
#E6E8E5
(230,232,229)
#EDEDEB
(237,237,235)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC0B5 color. Also use rgb(174,192,181) instead hex code.

Text Font Color

.myTextColor { color: #AEC0B5; }

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

This text font color is #AEC0B5.


Background Color

.myBgColor { background-color: #AEC0B5; }

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

This div background color is #AEC0B5.


Border color

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

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

This div border color is #AEC0B5.


Opacity

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

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

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

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

This text has shadow with #AEC0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC0B5 on black background.


Color preview on white background

This text has color #AEC0B5 on white background.



Black color preview on #AEC0B5 background

This text has black color on #AEC0B5 background.


White color preview on #AEC0B5 background

This text has white color on #AEC0B5 background.