COLOR #AEC8BF

HEX: #AEC8BF
RGB: (174,200,191)

Color info

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

RGB color model

#AEC8BF color RGB value is (174,200,191).

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

RGB channels and saturation

R 174 of 255 = 68%
G 200 of 255 = 78%
B 191 of 255 = 75%

174
200
191

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

Portions of RGB colors in percentages

R + G + B =
174 + 200 + 191 = 565 (100%)
R 174 of 565 ~ 30.8%
G 200 of 565 ~ 35.4%
B 191 of 565 ~ 33.81%

%30.8
%35.4
%33.81

CMYK color model

#AEC8BF color CMYK value is (13,0,5,22).

  • cyan value is 13.00%
  • magenta value is 0.00%
  • yellow value is 4.50%
  • key color value is 21.57%
CMYK:
(13,0,5,22)
C13M0Y5K22 
(13%,0%,5%,22%)
(0.13/0.00/0.05/0.22)	

CMYK percentages

%13
%0
%4.5
%21.57

Codes

Color #AEC8BF in popluar color models

AEC8BF
RGB174200191
HSL159°19.12%73.33%
HSB/HSV159°13.00%78.43%
CMYK13.00%0.00%4.50%
21.57%

Color #AEC8BF in popluar number systems.

HEXAEC8BF
Decimal174200191
Binary101011101100100010111111
Octal256310277

Shades and tints

Shades of #AEC8BF

#AEC8BF
(174,200,191)
#9FB6AE
(159,182,174)
#90A49D
(144,164,157)
#81928C
(129,146,140)
#72807B
(114,128,123)
#636E6A
(99,110,106)
#545C59
(84,92,89)
#454A48
(69,74,72)
#363837
(54,56,55)
#272626
(39,38,38)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #AEC8BF

#AEC8BF
(174,200,191)
#B5CDC4
(181,205,196)
#BCD2C9
(188,210,201)
#C3D7CE
(195,215,206)
#CADCD3
(202,220,211)
#D1E1D8
(209,225,216)
#D8E6DD
(216,230,221)
#DFEBE2
(223,235,226)
#E6F0E7
(230,240,231)
#EDF5EC
(237,245,236)
#F4FAF1
(244,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC8BF; }

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

This text font color is #AEC8BF.


Background Color

.myBgColor { background-color: #AEC8BF; }

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

This div background color is #AEC8BF.


Border color

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

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

This div border color is #AEC8BF.


Opacity

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

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

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

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

This text has shadow with #AEC8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC8BF on black background.


Color preview on white background

This text has color #AEC8BF on white background.



Black color preview on #AEC8BF background

This text has black color on #AEC8BF background.


White color preview on #AEC8BF background

This text has white color on #AEC8BF background.