COLOR #AECDCA

HEX: #AECDCA
RGB: (174,205,202)

Color info

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

RGB color model

#AECDCA color RGB value is (174,205,202).

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

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 202 of 255 = 79%

174
205
202

R + G + B ~ 76%. #AECDCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 205 + 202 = 581 (100%)
R 174 of 581 ~ 29.95%
G 205 of 581 ~ 35.28%
B 202 of 581 ~ 34.77%

%29.95
%35.28
%34.77

CMYK color model

#AECDCA color CMYK value is (15,0,1,20).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 19.61%
CMYK:
(15,0,1,20)
C15M0Y1K20 
(15%,0%,1%,20%)
(0.15/0.00/0.01/0.20)	

CMYK percentages

%15.12
%0
%1.46
%19.61

Codes

Color #AECDCA in popluar color models

AECDCA
RGB174205202
HSL174°23.66%74.31%
HSB/HSV174°15.12%80.39%
CMYK15.12%0.00%1.46%
19.61%

Color #AECDCA in popluar number systems.

HEXAECDCA
Decimal174205202
Binary101011101100110111001010
Octal256315312

Shades and tints

Shades of #AECDCA

#AECDCA
(174,205,202)
#9FBBB8
(159,187,184)
#90A9A6
(144,169,166)
#819794
(129,151,148)
#728582
(114,133,130)
#637370
(99,115,112)
#54615E
(84,97,94)
#454F4C
(69,79,76)
#363D3A
(54,61,58)
#272B28
(39,43,40)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #AECDCA

#AECDCA
(174,205,202)
#B5D1CE
(181,209,206)
#BCD5D2
(188,213,210)
#C3D9D6
(195,217,214)
#CADDDA
(202,221,218)
#D1E1DE
(209,225,222)
#D8E5E2
(216,229,226)
#DFE9E6
(223,233,230)
#E6EDEA
(230,237,234)
#EDF1EE
(237,241,238)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECDCA; }

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

This text font color is #AECDCA.


Background Color

.myBgColor { background-color: #AECDCA; }

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

This div background color is #AECDCA.


Border color

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

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

This div border color is #AECDCA.


Opacity

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

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

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

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

This text has shadow with #AECDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECDCA on black background.


Color preview on white background

This text has color #AECDCA on white background.



Black color preview on #AECDCA background

This text has black color on #AECDCA background.


White color preview on #AECDCA background

This text has white color on #AECDCA background.