COLOR #AEC6CB

HEX: #AEC6CB RGB: (174,198,203)

Color info

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

RGB color model

#AEC6CB color RGB value is (174,198,203).

RGB: (174,198,203) (68%, 78%, 80%)

RGB channels and saturation

R 174 of 255 = 68%
G 198 of 255 = 78%
B 203 of 255 = 80%

174
198
203

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

Portions of RGB colors in percentages

R + G + B = 174 + 198 + 203 = 575 (100%)
R 174 of 575 ~ 30.26%
G 198 of 575 ~ 34.43%
B 203 of 575 ~ 35.3'%

%30.26
%34.43
%35.3

CMYK color model

#AEC6CB color CMYK value is (14,2,0,20).

  • cyan value is 14.29%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (14,2,0,20) C14M2Y0K20 (14%,2%,0%,20%) (0.14/0.02/0.00/0.20) 

CMYK percentages

%14.29
%2.46
%0
%20.39

Codes

Color #AEC6CB in popluar color models

AE C6 CB
RGB 174 198 203
HSL 190° 21.80% 73.92%
HSB/HSV 190° 14.29% 79.61%
CMYK 14.29% 2.46% 0.00%
20.39%

Color #AEC6CB in popluar number systems.

HEX AE C6 CB
Decimal 174 198 203
Binary 10101110 11000110 11001011
Octal 256 306 313

Shades and tints

Shades of #AEC6CB

#AEC6CB
(174,198,203)
#9FB4B9
(159,180,185)
#90A2A7
(144,162,167)
#819095
(129,144,149)
#727E83
(114,126,131)
#636C71
(99,108,113)
#545A5F
(84,90,95)
#45484D
(69,72,77)
#36363B
(54,54,59)
#272429
(39,36,41)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #AEC6CB

#AEC6CB
(174,198,203)
#B5CBCF
(181,203,207)
#BCD0D3
(188,208,211)
#C3D5D7
(195,213,215)
#CADADB
(202,218,219)
#D1DFDF
(209,223,223)
#D8E4E3
(216,228,227)
#DFE9E7
(223,233,231)
#E6EEEB
(230,238,235)
#EDF3EF
(237,243,239)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC6CB; }

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

This text font color is #AEC6CB.

Background Color

.myBgColor { background-color: #AEC6CB; }

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

This div background color is #AEC6CB.

Border color

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

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

This div border color is #AEC6CB.

Opacity

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

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

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

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

This text has shadow with #AEC6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC6CB.

Preview

Color preview on black background

This text has color #AEC6CB on black background.


Color preview on white background

This text has color #AEC6CB on white background.


Black color preview on #AEC6CB background

This text has black color on #AEC6CB background.


White color preview on #AEC6CB background

This text has white color on #AEC6CB background.


Related colors

Complementary color

Complementary color for #hex is #513934.


I love getcolorcode.com

Triadic colors

1 #CBAEC6 and #C6CBAE with #AEC6CB are triadic colors.

2 #CBC6AE and #C6AECB with #AEC6CB are triadic colors.