COLOR #AEBFCB

HEX: #AEBFCB RGB: (174,191,203)

Color info

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

RGB color model

#AEBFCB color RGB value is (174,191,203).

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

RGB channels and saturation

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

174
191
203

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

Portions of RGB colors in percentages

R + G + B = 174 + 191 + 203 = 568 (100%)
R 174 of 568 ~ 30.63%
G 191 of 568 ~ 33.63%
B 203 of 568 ~ 35.74'%

%30.63
%33.63
%35.74

CMYK color model

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

  • cyan value is 14.29%
  • magenta value is 5.91%
  • 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
%5.91
%0
%20.39

Codes

Color #AEBFCB in popluar color models

AE BF CB
RGB 174 191 203
HSL 205° 21.80% 73.92%
HSB/HSV 205° 14.29% 79.61%
CMYK 14.29% 5.91% 0.00%
20.39%

Color #AEBFCB in popluar number systems.

HEX AE BF CB
Decimal 174 191 203
Binary 10101110 10111111 11001011
Octal 256 277 313

Shades and tints

Shades of #AEBFCB

#AEBFCB
(174,191,203)
#9FAEB9
(159,174,185)
#909DA7
(144,157,167)
#818C95
(129,140,149)
#727B83
(114,123,131)
#636A71
(99,106,113)
#54595F
(84,89,95)
#45484D
(69,72,77)
#36373B
(54,55,59)
#272629
(39,38,41)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #AEBFCB

#AEBFCB
(174,191,203)
#B5C4CF
(181,196,207)
#BCC9D3
(188,201,211)
#C3CED7
(195,206,215)
#CAD3DB
(202,211,219)
#D1D8DF
(209,216,223)
#D8DDE3
(216,221,227)
#DFE2E7
(223,226,231)
#E6E7EB
(230,231,235)
#EDECEF
(237,236,239)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBFCB; }

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

This text font color is #AEBFCB.

Background Color

.myBgColor { background-color: #AEBFCB; }

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

This div background color is #AEBFCB.

Border color

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

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

This div border color is #AEBFCB.

Opacity

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

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

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

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

This text has shadow with #AEBFCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBFCB.

Preview

Color preview on black background

This text has color #AEBFCB on black background.


Color preview on white background

This text has color #AEBFCB on white background.


Black color preview on #AEBFCB background

This text has black color on #AEBFCB background.


White color preview on #AEBFCB background

This text has white color on #AEBFCB background.


Related colors

Complementary color

Complementary color for #hex is #514034.


I love getcolorcode.com

Triadic colors

1 #CBAEBF and #BFCBAE with #AEBFCB are triadic colors.

2 #CBBFAE and #BFAECB with #AEBFCB are triadic colors.