COLOR #AECEC2

HEX: #AECEC2
RGB: (174,206,194)

Color info

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

RGB color model

#AECEC2 color RGB value is (174,206,194).

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

RGB channels and saturation

R 174 of 255 = 68%
G 206 of 255 = 81%
B 194 of 255 = 76%

174
206
194

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

Portions of RGB colors in percentages

R + G + B =
174 + 206 + 194 = 574 (100%)
R 174 of 574 ~ 30.31%
G 206 of 574 ~ 35.89%
B 194 of 574 ~ 33.8%

%30.31
%35.89
%33.8

CMYK color model

#AECEC2 color CMYK value is (16,0,6,19).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 19.22%
CMYK:
(16,0,6,19)
C16M0Y6K19 
(16%,0%,6%,19%)
(0.16/0.00/0.06/0.19)	

CMYK percentages

%15.53
%0
%5.83
%19.22

Codes

Color #AECEC2 in popluar color models

AECEC2
RGB174206194
HSL158°24.62%74.51%
HSB/HSV158°15.53%80.78%
CMYK15.53%0.00%5.83%
19.22%

Color #AECEC2 in popluar number systems.

HEXAECEC2
Decimal174206194
Binary101011101100111011000010
Octal256316302

Shades and tints

Shades of #AECEC2

#AECEC2
(174,206,194)
#9FBCB1
(159,188,177)
#90AAA0
(144,170,160)
#81988F
(129,152,143)
#72867E
(114,134,126)
#63746D
(99,116,109)
#54625C
(84,98,92)
#45504B
(69,80,75)
#363E3A
(54,62,58)
#272C29
(39,44,41)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #AECEC2

#AECEC2
(174,206,194)
#B5D2C7
(181,210,199)
#BCD6CC
(188,214,204)
#C3DAD1
(195,218,209)
#CADED6
(202,222,214)
#D1E2DB
(209,226,219)
#D8E6E0
(216,230,224)
#DFEAE5
(223,234,229)
#E6EEEA
(230,238,234)
#EDF2EF
(237,242,239)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECEC2; }

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

This text font color is #AECEC2.


Background Color

.myBgColor { background-color: #AECEC2; }

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

This div background color is #AECEC2.


Border color

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

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

This div border color is #AECEC2.


Opacity

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

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

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

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

This text has shadow with #AECEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECEC2 on black background.


Color preview on white background

This text has color #AECEC2 on white background.



Black color preview on #AECEC2 background

This text has black color on #AECEC2 background.


White color preview on #AECEC2 background

This text has white color on #AECEC2 background.