COLOR #AEC6B5

HEX: #AEC6B5
RGB: (174,198,181)

Color info

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

RGB color model

#AEC6B5 color RGB value is (174,198,181).

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

RGB channels and saturation

R 174 of 255 = 68%
G 198 of 255 = 78%
B 181 of 255 = 71%

174
198
181

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

Portions of RGB colors in percentages

R + G + B =
174 + 198 + 181 = 553 (100%)
R 174 of 553 ~ 31.46%
G 198 of 553 ~ 35.8%
B 181 of 553 ~ 32.73%

%31.46
%35.8
%32.73

CMYK color model

#AEC6B5 color CMYK value is (12,0,9,22).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 22.35%
CMYK:
(12,0,9,22)
C12M0Y9K22 
(12%,0%,9%,22%)
(0.12/0.00/0.09/0.22)	

CMYK percentages

%12.12
%0
%8.59
%22.35

Codes

Color #AEC6B5 in popluar color models

AEC6B5
RGB174198181
HSL138°17.39%72.94%
HSB/HSV138°12.12%77.65%
CMYK12.12%0.00%8.59%
22.35%

Color #AEC6B5 in popluar number systems.

HEXAEC6B5
Decimal174198181
Binary101011101100011010110101
Octal256306265

Shades and tints

Shades of #AEC6B5

#AEC6B5
(174,198,181)
#9FB4A5
(159,180,165)
#90A295
(144,162,149)
#819085
(129,144,133)
#727E75
(114,126,117)
#636C65
(99,108,101)
#545A55
(84,90,85)
#454845
(69,72,69)
#363635
(54,54,53)
#272425
(39,36,37)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #AEC6B5

#AEC6B5
(174,198,181)
#B5CBBB
(181,203,187)
#BCD0C1
(188,208,193)
#C3D5C7
(195,213,199)
#CADACD
(202,218,205)
#D1DFD3
(209,223,211)
#D8E4D9
(216,228,217)
#DFE9DF
(223,233,223)
#E6EEE5
(230,238,229)
#EDF3EB
(237,243,235)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC6B5; }

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

This text font color is #AEC6B5.


Background Color

.myBgColor { background-color: #AEC6B5; }

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

This div background color is #AEC6B5.


Border color

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

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

This div border color is #AEC6B5.


Opacity

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

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

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

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

This text has shadow with #AEC6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC6B5 on black background.


Color preview on white background

This text has color #AEC6B5 on white background.



Black color preview on #AEC6B5 background

This text has black color on #AEC6B5 background.


White color preview on #AEC6B5 background

This text has white color on #AEC6B5 background.