COLOR #AEBFCA

HEX: #AEBFCA RGB: (174,191,202)

Color info

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

RGB color model

#AEBFCA color RGB value is (174,191,202).

RGB: (174,191,202) (68%, 75%, 79%)

RGB channels and saturation

R 174 of 255 = 68%
G 191 of 255 = 75%
B 202 of 255 = 79%

174
191
202

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

Portions of RGB colors in percentages

R + G + B = 174 + 191 + 202 = 567 (100%)
R 174 of 567 ~ 30.69%
G 191 of 567 ~ 33.69%
B 202 of 567 ~ 35.63'%

%30.69
%33.69
%35.63

CMYK color model

#AEBFCA color CMYK value is (14,5,0,21).

  • cyan value is 13.86%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (14,5,0,21)
C14M5Y0K21 (14%, 5%, 0%, 21%)
(0.14 / 0.05 / 0.00 / 0.21)

CMYK percentages

%13.86
%5.45
%0
%20.78

Codes

Color #AEBFCA in popluar color models

AE BF CA
RGB 174 191 202
HSL 204° 20.90% 73.73%
HSB/HSV 204° 13.86% 79.22%
CMYK 13.86% 5.45% 0.00%
20.78%

Color #AEBFCA in popluar number systems.

HEX AE BF CA
Decimal 174 191 202
Binary 10101110 10111111 11001010
Octal 256 277 312

Shades and tints

Shades of #AEBFCA

#AEBFCA
(174,191,202)
#9FAEB8
(159,174,184)
#909DA6
(144,157,166)
#818C94
(129,140,148)
#727B82
(114,123,130)
#636A70
(99,106,112)
#54595E
(84,89,94)
#45484C
(69,72,76)
#36373A
(54,55,58)
#272628
(39,38,40)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #AEBFCA

#AEBFCA
(174,191,202)
#B5C4CE
(181,196,206)
#BCC9D2
(188,201,210)
#C3CED6
(195,206,214)
#CAD3DA
(202,211,218)
#D1D8DE
(209,216,222)
#D8DDE2
(216,221,226)
#DFE2E6
(223,226,230)
#E6E7EA
(230,231,234)
#EDECEE
(237,236,238)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBFCA; }

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

This text font color is #AEBFCA.

Background Color

.myBgColor { background-color: #AEBFCA; }

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

This div background color is #AEBFCA.

Border color

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

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

This div border color is #AEBFCA.

Opacity

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

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

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

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

This text has shadow with #AEBFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBFCA.

Preview

Color preview on black background

This text has color #AEBFCA on black background.


Color preview on white background

This text has color #AEBFCA on white background.


Black color preview on #AEBFCA background

This text has black color on #AEBFCA background.


White color preview on #AEBFCA background

This text has white color on #AEBFCA background.


Related colors

Complementary color

Complementary color for #hex is #514035.


I love getcolorcode.com

Triadic colors

1 #CAAEBF and #BFCAAE with #AEBFCA are triadic colors.

2 #CABFAE and #BFAECA with #AEBFCA are triadic colors.