COLOR #AECAC9

HEX: #AECAC9
RGB: (174,202,201)

Color info

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

RGB color model

#AECAC9 color RGB value is (174,202,201).

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

RGB channels and saturation

R 174 of 255 = 68%
G 202 of 255 = 79%
B 201 of 255 = 79%

174
202
201

R + G + B ~ 75%. #AECAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 202 + 201 = 577 (100%)
R 174 of 577 ~ 30.16%
G 202 of 577 ~ 35.01%
B 201 of 577 ~ 34.84%

%30.16
%35.01
%34.84

CMYK color model

#AECAC9 color CMYK value is (14,0,0,21).

  • cyan value is 13.86%
  • magenta value is 0.00%
  • yellow value is 0.50%
  • key color value is 20.78%
CMYK:
(14,0,0,21)
C14M0Y0K21 
(14%,0%,0%,21%)
(0.14/0.00/0.00/0.21)	

CMYK percentages

%13.86
%0
%0.5
%20.78

Codes

Color #AECAC9 in popluar color models

AECAC9
RGB174202201
HSL178°20.90%73.73%
HSB/HSV178°13.86%79.22%
CMYK13.86%0.00%0.50%
20.78%

Color #AECAC9 in popluar number systems.

HEXAECAC9
Decimal174202201
Binary101011101100101011001001
Octal256312311

Shades and tints

Shades of #AECAC9

#AECAC9
(174,202,201)
#9FB8B7
(159,184,183)
#90A6A5
(144,166,165)
#819493
(129,148,147)
#728281
(114,130,129)
#63706F
(99,112,111)
#545E5D
(84,94,93)
#454C4B
(69,76,75)
#363A39
(54,58,57)
#272827
(39,40,39)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #AECAC9

#AECAC9
(174,202,201)
#B5CECD
(181,206,205)
#BCD2D1
(188,210,209)
#C3D6D5
(195,214,213)
#CADAD9
(202,218,217)
#D1DEDD
(209,222,221)
#D8E2E1
(216,226,225)
#DFE6E5
(223,230,229)
#E6EAE9
(230,234,233)
#EDEEED
(237,238,237)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECAC9; }

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

This text font color is #AECAC9.


Background Color

.myBgColor { background-color: #AECAC9; }

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

This div background color is #AECAC9.


Border color

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

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

This div border color is #AECAC9.


Opacity

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

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

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

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

This text has shadow with #AECAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECAC9 on black background.


Color preview on white background

This text has color #AECAC9 on white background.



Black color preview on #AECAC9 background

This text has black color on #AECAC9 background.


White color preview on #AECAC9 background

This text has white color on #AECAC9 background.