COLOR #AECCCB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

174
204
203

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

Portions of RGB colors in percentages

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

%29.95
%35.11
%34.94

CMYK color model

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

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • 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
%0.49
%20

Codes

Color #AECCCB in popluar color models

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

Color #AECCCB in popluar number systems.

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

Shades and tints

Shades of #AECCCB

#AECCCB
(174,204,203)
#9FBAB9
(159,186,185)
#90A8A7
(144,168,167)
#819695
(129,150,149)
#728483
(114,132,131)
#637271
(99,114,113)
#54605F
(84,96,95)
#454E4D
(69,78,77)
#363C3B
(54,60,59)
#272A29
(39,42,41)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #AECCCB

#AECCCB
(174,204,203)
#B5D0CF
(181,208,207)
#BCD4D3
(188,212,211)
#C3D8D7
(195,216,215)
#CADCDB
(202,220,219)
#D1E0DF
(209,224,223)
#D8E4E3
(216,228,227)
#DFE8E7
(223,232,231)
#E6ECEB
(230,236,235)
#EDF0EF
(237,240,239)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECCCB; }

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

This text font color is #AECCCB.

Background Color

.myBgColor { background-color: #AECCCB; }

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

This div background color is #AECCCB.

Border color

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

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

This div border color is #AECCCB.

Opacity

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

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

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

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

This text has shadow with #AECCCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECCCB.

Preview

Color preview on black background

This text has color #AECCCB on black background.


Color preview on white background

This text has color #AECCCB on white background.


Black color preview on #AECCCB background

This text has black color on #AECCCB background.


White color preview on #AECCCB background

This text has white color on #AECCCB background.


Related colors

Complementary color

Complementary color for #hex is #513334.


I love getcolorcode.com

Triadic colors

1 #CBAECC and #CCCBAE with #AECCCB are triadic colors.

2 #CBCCAE and #CCAECB with #AECCCB are triadic colors.