COLOR #AECAEA

HEX: #AECAEA
RGB: (174,202,234)

Color info

#AECAEA contains mainly green and blue colors. Web safe color of #AECAEA is #99CCFF (or #9CF).

RGB color model

#AECAEA color RGB value is (174,202,234).

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

RGB channels and saturation

R 174 of 255 = 68%
G 202 of 255 = 79%
B 234 of 255 = 92%

174
202
234

R + G + B ~ 80%. #AECAEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 202 + 234 = 610 (100%)
R 174 of 610 ~ 28.52%
G 202 of 610 ~ 33.11%
B 234 of 610 ~ 38.36%

%28.52
%33.11
%38.36

CMYK color model

#AECAEA color CMYK value is (26,14,0,8).

  • cyan value is 25.64%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(26,14,0,8)
C26M14Y0K8 
(26%,14%,0%,8%)
(0.26/0.14/0.00/0.08)	

CMYK percentages

%25.64
%13.68
%0
%8.24

Codes

Color #AECAEA in popluar color models

AECAEA
RGB174202234
HSL212°58.82%80.00%
HSB/HSV212°25.64%91.76%
CMYK25.64%13.68%0.00%
8.24%

Color #AECAEA in popluar number systems.

HEXAECAEA
Decimal174202234
Binary101011101100101011101010
Octal256312352

Shades and tints

Shades of #AECAEA

#AECAEA
(174,202,234)
#9FB8D5
(159,184,213)
#90A6C0
(144,166,192)
#8194AB
(129,148,171)
#728296
(114,130,150)
#637081
(99,112,129)
#545E6C
(84,94,108)
#454C57
(69,76,87)
#363A42
(54,58,66)
#27282D
(39,40,45)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #AECAEA

#AECAEA
(174,202,234)
#B5CEEB
(181,206,235)
#BCD2EC
(188,210,236)
#C3D6ED
(195,214,237)
#CADAEE
(202,218,238)
#D1DEEF
(209,222,239)
#D8E2F0
(216,226,240)
#DFE6F1
(223,230,241)
#E6EAF2
(230,234,242)
#EDEEF3
(237,238,243)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECAEA; }

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

This text font color is #AECAEA.


Background Color

.myBgColor { background-color: #AECAEA; }

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

This div background color is #AECAEA.


Border color

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

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

This div border color is #AECAEA.


Opacity

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

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

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

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

This text has shadow with #AECAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECAEA on black background.


Color preview on white background

This text has color #AECAEA on white background.



Black color preview on #AECAEA background

This text has black color on #AECAEA background.


White color preview on #AECAEA background

This text has white color on #AECAEA background.