COLOR #AEBECB

HEX: #AEBECB RGB: (174,190,203)

Color info

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

RGB color model

#AEBECB color RGB value is (174,190,203).

RGB: (174,190,203) (68%, 75%, 80%)

RGB channels and saturation

R 174 of 255 = 68%
G 190 of 255 = 75%
B 203 of 255 = 80%

174
190
203

R + G + B ~ 74%. #AEBECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 190 + 203 = 567 (100%)
R 174 of 567 ~ 30.69%
G 190 of 567 ~ 33.51%
B 203 of 567 ~ 35.8'%

%30.69
%33.51
%35.8

CMYK color model

#AEBECB color CMYK value is (14,6,0,20).

  • cyan value is 14.29%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (14,6,0,20)
C14M6Y0K20 (14%, 6%, 0%, 20%)
(0.14 / 0.06 / 0.00 / 0.20)

CMYK percentages

%14.29
%6.4
%0
%20.39

Codes

Color #AEBECB in popluar color models

AE BE CB
RGB 174 190 203
HSL 207° 21.80% 73.92%
HSB/HSV 207° 14.29% 79.61%
CMYK 14.29% 6.40% 0.00%
20.39%

Color #AEBECB in popluar number systems.

HEX AE BE CB
Decimal 174 190 203
Binary 10101110 10111110 11001011
Octal 256 276 313

Shades and tints

Shades of #AEBECB

#AEBECB
(174,190,203)
#9FADB9
(159,173,185)
#909CA7
(144,156,167)
#818B95
(129,139,149)
#727A83
(114,122,131)
#636971
(99,105,113)
#54585F
(84,88,95)
#45474D
(69,71,77)
#36363B
(54,54,59)
#272529
(39,37,41)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #AEBECB

#AEBECB
(174,190,203)
#B5C3CF
(181,195,207)
#BCC8D3
(188,200,211)
#C3CDD7
(195,205,215)
#CAD2DB
(202,210,219)
#D1D7DF
(209,215,223)
#D8DCE3
(216,220,227)
#DFE1E7
(223,225,231)
#E6E6EB
(230,230,235)
#EDEBEF
(237,235,239)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBECB; }

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

This text font color is #AEBECB.

Background Color

.myBgColor { background-color: #AEBECB; }

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

This div background color is #AEBECB.

Border color

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

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

This div border color is #AEBECB.

Opacity

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

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

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

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

This text has shadow with #AEBECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBECB.

Preview

Color preview on black background

This text has color #AEBECB on black background.


Color preview on white background

This text has color #AEBECB on white background.


Black color preview on #AEBECB background

This text has black color on #AEBECB background.


White color preview on #AEBECB background

This text has white color on #AEBECB background.


Related colors

Complementary color

Complementary color for #hex is #514134.


I love getcolorcode.com

Triadic colors

1 #CBAEBE and #BECBAE with #AEBECB are triadic colors.

2 #CBBEAE and #BEAECB with #AEBECB are triadic colors.