COLOR #AEC0BF

HEX: #AEC0BF RGB: (174,192,191)

Color info

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

RGB color model

#AEC0BF color RGB value is (174,192,191).

RGB: (174,192,191) (68%, 75%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 191 of 255 = 75%

174
192
191

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

Portions of RGB colors in percentages

R + G + B = 174 + 192 + 191 = 557 (100%)
R 174 of 557 ~ 31.24%
G 192 of 557 ~ 34.47%
B 191 of 557 ~ 34.29'%

%31.24
%34.47
%34.29

CMYK color model

#AEC0BF color CMYK value is (9,0,1,25).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 0.52%
  • key color value is 24.71%

CMYK: (9,0,1,25)
C9M0Y1K25 (9%, 0%, 1%, 25%)
(0.09 / 0.00 / 0.01 / 0.25)

CMYK percentages

%9.38
%0
%0.52
%24.71

Codes

Color #AEC0BF in popluar color models

AE C0 BF
RGB 174 192 191
HSL 177° 12.50% 71.76%
HSB/HSV 177° 9.38% 75.29%
CMYK 9.38% 0.00% 0.52%
24.71%

Color #AEC0BF in popluar number systems.

HEX AE C0 BF
Decimal 174 192 191
Binary 10101110 11000000 10111111
Octal 256 300 277

Shades and tints

Shades of #AEC0BF

#AEC0BF
(174,192,191)
#9FAFAE
(159,175,174)
#909E9D
(144,158,157)
#818D8C
(129,141,140)
#727C7B
(114,124,123)
#636B6A
(99,107,106)
#545A59
(84,90,89)
#454948
(69,73,72)
#363837
(54,56,55)
#272726
(39,39,38)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #AEC0BF

#AEC0BF
(174,192,191)
#B5C5C4
(181,197,196)
#BCCAC9
(188,202,201)
#C3CFCE
(195,207,206)
#CAD4D3
(202,212,211)
#D1D9D8
(209,217,216)
#D8DEDD
(216,222,221)
#DFE3E2
(223,227,226)
#E6E8E7
(230,232,231)
#EDEDEC
(237,237,236)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC0BF; }

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

This text font color is #AEC0BF.

Background Color

.myBgColor { background-color: #AEC0BF; }

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

This div background color is #AEC0BF.

Border color

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

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

This div border color is #AEC0BF.

Opacity

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

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

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

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

This text has shadow with #AEC0BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC0BF.

Preview

Color preview on black background

This text has color #AEC0BF on black background.


Color preview on white background

This text has color #AEC0BF on white background.


Black color preview on #AEC0BF background

This text has black color on #AEC0BF background.


White color preview on #AEC0BF background

This text has white color on #AEC0BF background.


Related colors

Complementary color

Complementary color for #hex is #513F40.


I love getcolorcode.com

Triadic colors

1 #BFAEC0 and #C0BFAE with #AEC0BF are triadic colors.

2 #BFC0AE and #C0AEBF with #AEC0BF are triadic colors.