COLOR #AEC3CB

HEX: #AEC3CB
RGB: (174,195,203)

Color info

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

RGB color model

#AEC3CB color RGB value is (174,195,203).

  • red value is 174;
  • green value is 195;
  • blue value is 203.
RGB:
(174,195,203)
(68%,76%,80%)

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 203 of 255 = 80%

174
195
203

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

Portions of RGB colors in percentages

R + G + B =
174 + 195 + 203 = 572 (100%)
R 174 of 572 ~ 30.42%
G 195 of 572 ~ 34.09%
B 203 of 572 ~ 35.49%

%30.42
%34.09
%35.49

CMYK color model

#AEC3CB color CMYK value is (14,4,0,20).

  • cyan value is 14.29%
  • magenta value is 3.94%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(14,4,0,20)
C14M4Y0K20 
(14%,4%,0%,20%)
(0.14/0.04/0.00/0.20)	

CMYK percentages

%14.29
%3.94
%0
%20.39

Codes

Color #AEC3CB in popluar color models

AEC3CB
RGB174195203
HSL197°21.80%73.92%
HSB/HSV197°14.29%79.61%
CMYK14.29%3.94%0.00%
20.39%

Color #AEC3CB in popluar number systems.

HEXAEC3CB
Decimal174195203
Binary101011101100001111001011
Octal256303313

Shades and tints

Shades of #AEC3CB

#AEC3CB
(174,195,203)
#9FB2B9
(159,178,185)
#90A1A7
(144,161,167)
#819095
(129,144,149)
#727F83
(114,127,131)
#636E71
(99,110,113)
#545D5F
(84,93,95)
#454C4D
(69,76,77)
#363B3B
(54,59,59)
#272A29
(39,42,41)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #AEC3CB

#AEC3CB
(174,195,203)
#B5C8CF
(181,200,207)
#BCCDD3
(188,205,211)
#C3D2D7
(195,210,215)
#CAD7DB
(202,215,219)
#D1DCDF
(209,220,223)
#D8E1E3
(216,225,227)
#DFE6E7
(223,230,231)
#E6EBEB
(230,235,235)
#EDF0EF
(237,240,239)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC3CB; }

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

This text font color is #AEC3CB.


Background Color

.myBgColor { background-color: #AEC3CB; }

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

This div background color is #AEC3CB.


Border color

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

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

This div border color is #AEC3CB.


Opacity

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

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

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

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

This text has shadow with #AEC3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC3CB on black background.


Color preview on white background

This text has color #AEC3CB on white background.



Black color preview on #AEC3CB background

This text has black color on #AEC3CB background.


White color preview on #AEC3CB background

This text has white color on #AEC3CB background.