COLOR #AEC8C2

HEX: #AEC8C2
RGB: (174,200,194)

Color info

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

RGB color model

#AEC8C2 color RGB value is (174,200,194).

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

RGB channels and saturation

R 174 of 255 = 68%
G 200 of 255 = 78%
B 194 of 255 = 76%

174
200
194

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

Portions of RGB colors in percentages

R + G + B =
174 + 200 + 194 = 568 (100%)
R 174 of 568 ~ 30.63%
G 200 of 568 ~ 35.21%
B 194 of 568 ~ 34.15%

%30.63
%35.21
%34.15

CMYK color model

#AEC8C2 color CMYK value is (13,0,3,22).

  • cyan value is 13.00%
  • magenta value is 0.00%
  • yellow value is 3.00%
  • key color value is 21.57%
CMYK:
(13,0,3,22)
C13M0Y3K22 
(13%,0%,3%,22%)
(0.13/0.00/0.03/0.22)	

CMYK percentages

%13
%0
%3
%21.57

Codes

Color #AEC8C2 in popluar color models

AEC8C2
RGB174200194
HSL166°19.12%73.33%
HSB/HSV166°13.00%78.43%
CMYK13.00%0.00%3.00%
21.57%

Color #AEC8C2 in popluar number systems.

HEXAEC8C2
Decimal174200194
Binary101011101100100011000010
Octal256310302

Shades and tints

Shades of #AEC8C2

#AEC8C2
(174,200,194)
#9FB6B1
(159,182,177)
#90A4A0
(144,164,160)
#81928F
(129,146,143)
#72807E
(114,128,126)
#636E6D
(99,110,109)
#545C5C
(84,92,92)
#454A4B
(69,74,75)
#36383A
(54,56,58)
#272629
(39,38,41)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #AEC8C2

#AEC8C2
(174,200,194)
#B5CDC7
(181,205,199)
#BCD2CC
(188,210,204)
#C3D7D1
(195,215,209)
#CADCD6
(202,220,214)
#D1E1DB
(209,225,219)
#D8E6E0
(216,230,224)
#DFEBE5
(223,235,229)
#E6F0EA
(230,240,234)
#EDF5EF
(237,245,239)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC8C2; }

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

This text font color is #AEC8C2.


Background Color

.myBgColor { background-color: #AEC8C2; }

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

This div background color is #AEC8C2.


Border color

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

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

This div border color is #AEC8C2.


Opacity

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

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

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

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

This text has shadow with #AEC8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC8C2 on black background.


Color preview on white background

This text has color #AEC8C2 on white background.



Black color preview on #AEC8C2 background

This text has black color on #AEC8C2 background.


White color preview on #AEC8C2 background

This text has white color on #AEC8C2 background.