COLOR #AEC9BF

HEX: #AEC9BF
RGB: (174,201,191)

Color info

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

RGB color model

#AEC9BF color RGB value is (174,201,191).

  • red value is 174;
  • green value is 201;
  • blue value is 191.
RGB:
(174,201,191)
(68%,79%,75%)

RGB channels and saturation

R 174 of 255 = 68%
G 201 of 255 = 79%
B 191 of 255 = 75%

174
201
191

R + G + B ~ 74%. #AEC9BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 201 + 191 = 566 (100%)
R 174 of 566 ~ 30.74%
G 201 of 566 ~ 35.51%
B 191 of 566 ~ 33.75%

%30.74
%35.51
%33.75

CMYK color model

#AEC9BF color CMYK value is (13,0,5,21).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 4.98%
  • key color value is 21.18%
CMYK:
(13,0,5,21)
C13M0Y5K21 
(13%,0%,5%,21%)
(0.13/0.00/0.05/0.21)	

CMYK percentages

%13.43
%0
%4.98
%21.18

Codes

Color #AEC9BF in popluar color models

AEC9BF
RGB174201191
HSL158°20.00%73.53%
HSB/HSV158°13.43%78.82%
CMYK13.43%0.00%4.98%
21.18%

Color #AEC9BF in popluar number systems.

HEXAEC9BF
Decimal174201191
Binary101011101100100110111111
Octal256311277

Shades and tints

Shades of #AEC9BF

#AEC9BF
(174,201,191)
#9FB7AE
(159,183,174)
#90A59D
(144,165,157)
#81938C
(129,147,140)
#72817B
(114,129,123)
#636F6A
(99,111,106)
#545D59
(84,93,89)
#454B48
(69,75,72)
#363937
(54,57,55)
#272726
(39,39,38)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEC9BF

#AEC9BF
(174,201,191)
#B5CDC4
(181,205,196)
#BCD1C9
(188,209,201)
#C3D5CE
(195,213,206)
#CAD9D3
(202,217,211)
#D1DDD8
(209,221,216)
#D8E1DD
(216,225,221)
#DFE5E2
(223,229,226)
#E6E9E7
(230,233,231)
#EDEDEC
(237,237,236)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC9BF color. Also use rgb(174,201,191) instead hex code.

Text Font Color

.myTextColor { color: #AEC9BF; }

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

This text font color is #AEC9BF.


Background Color

.myBgColor { background-color: #AEC9BF; }

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

This div background color is #AEC9BF.


Border color

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

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

This div border color is #AEC9BF.


Opacity

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

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

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

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

This text has shadow with #AEC9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC9BF on black background.


Color preview on white background

This text has color #AEC9BF on white background.



Black color preview on #AEC9BF background

This text has black color on #AEC9BF background.


White color preview on #AEC9BF background

This text has white color on #AEC9BF background.