COLOR #AECBCC

HEX: #AECBCC RGB: (174,203,204)

Color info

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

RGB color model

#AECBCC color RGB value is (174,203,204).

RGB: (174,203,204) (68%, 80%, 80%)

RGB channels and saturation

R 174 of 255 = 68%
G 203 of 255 = 80%
B 204 of 255 = 80%

174
203
204

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

Portions of RGB colors in percentages

R + G + B = 174 + 203 + 204 = 581 (100%)
R 174 of 581 ~ 29.95%
G 203 of 581 ~ 34.94%
B 204 of 581 ~ 35.11'%

%29.95
%34.94
%35.11

CMYK color model

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

  • cyan value is 14.71%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (15,0,0,20)
C15M0Y0K20 (15%, 0%, 0%, 20%)
(0.15 / 0.00 / 0.00 / 0.20)

CMYK percentages

%14.71
%0.49
%0
%20

Codes

Color #AECBCC in popluar color models

AE CB CC
RGB 174 203 204
HSL 182° 22.73% 74.12%
HSB/HSV 182° 14.71% 80.00%
CMYK 14.71% 0.49% 0.00%
20.00%

Color #AECBCC in popluar number systems.

HEX AE CB CC
Decimal 174 203 204
Binary 10101110 11001011 11001100
Octal 256 313 314

Shades and tints

Shades of #AECBCC

#AECBCC
(174,203,204)
#9FB9BA
(159,185,186)
#90A7A8
(144,167,168)
#819596
(129,149,150)
#728384
(114,131,132)
#637172
(99,113,114)
#545F60
(84,95,96)
#454D4E
(69,77,78)
#363B3C
(54,59,60)
#27292A
(39,41,42)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #AECBCC

#AECBCC
(174,203,204)
#B5CFD0
(181,207,208)
#BCD3D4
(188,211,212)
#C3D7D8
(195,215,216)
#CADBDC
(202,219,220)
#D1DFE0
(209,223,224)
#D8E3E4
(216,227,228)
#DFE7E8
(223,231,232)
#E6EBEC
(230,235,236)
#EDEFF0
(237,239,240)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECBCC color. Also use rgb(174,203,204) instead hex code.

Text Font Color

.myTextColor { color: #AECBCC; }

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

This text font color is #AECBCC.

Background Color

.myBgColor { background-color: #AECBCC; }

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

This div background color is #AECBCC.

Border color

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

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

This div border color is #AECBCC.

Opacity

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

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

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

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

This text has shadow with #AECBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECBCC.

Preview

Color preview on black background

This text has color #AECBCC on black background.


Color preview on white background

This text has color #AECBCC on white background.


Black color preview on #AECBCC background

This text has black color on #AECBCC background.


White color preview on #AECBCC background

This text has white color on #AECBCC background.


Related colors

Complementary color

Complementary color for #hex is #513433.


I love getcolorcode.com

Triadic colors

1 #CCAECB and #CBCCAE with #AECBCC are triadic colors.

2 #CCCBAE and #CBAECC with #AECBCC are triadic colors.