COLOR #AEC3BD

HEX: #AEC3BD
RGB: (174,195,189)

Color info

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

RGB color model

#AEC3BD color RGB value is (174,195,189).

  • red value is 174;
  • green value is 195;
  • blue value is 189.
RGB:
(174,195,189)
(68%,76%,74%)

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 189 of 255 = 74%

174
195
189

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

Portions of RGB colors in percentages

R + G + B =
174 + 195 + 189 = 558 (100%)
R 174 of 558 ~ 31.18%
G 195 of 558 ~ 34.95%
B 189 of 558 ~ 33.87%

%31.18
%34.95
%33.87

CMYK color model

#AEC3BD color CMYK value is (11,0,3,24).

  • cyan value is 10.77%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 23.53%
CMYK:
(11,0,3,24)
C11M0Y3K24 
(11%,0%,3%,24%)
(0.11/0.00/0.03/0.24)	

CMYK percentages

%10.77
%0
%3.08
%23.53

Codes

Color #AEC3BD in popluar color models

AEC3BD
RGB174195189
HSL163°14.89%72.35%
HSB/HSV163°10.77%76.47%
CMYK10.77%0.00%3.08%
23.53%

Color #AEC3BD in popluar number systems.

HEXAEC3BD
Decimal174195189
Binary101011101100001110111101
Octal256303275

Shades and tints

Shades of #AEC3BD

#AEC3BD
(174,195,189)
#9FB2AC
(159,178,172)
#90A19B
(144,161,155)
#81908A
(129,144,138)
#727F79
(114,127,121)
#636E68
(99,110,104)
#545D57
(84,93,87)
#454C46
(69,76,70)
#363B35
(54,59,53)
#272A24
(39,42,36)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #AEC3BD

#AEC3BD
(174,195,189)
#B5C8C3
(181,200,195)
#BCCDC9
(188,205,201)
#C3D2CF
(195,210,207)
#CAD7D5
(202,215,213)
#D1DCDB
(209,220,219)
#D8E1E1
(216,225,225)
#DFE6E7
(223,230,231)
#E6EBED
(230,235,237)
#EDF0F3
(237,240,243)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC3BD color. Also use rgb(174,195,189) instead hex code.

Text Font Color

.myTextColor { color: #AEC3BD; }

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

This text font color is #AEC3BD.


Background Color

.myBgColor { background-color: #AEC3BD; }

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

This div background color is #AEC3BD.


Border color

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

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

This div border color is #AEC3BD.


Opacity

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

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

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

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

This text has shadow with #AEC3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC3BD on black background.


Color preview on white background

This text has color #AEC3BD on white background.



Black color preview on #AEC3BD background

This text has black color on #AEC3BD background.


White color preview on #AEC3BD background

This text has white color on #AEC3BD background.