COLOR #AEBBC2

HEX: #AEBBC2 RGB: (174,187,194)

Color info

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

RGB color model

#AEBBC2 color RGB value is (174,187,194).

RGB: (174,187,194) (68%, 73%, 76%)

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 194 of 255 = 76%

174
187
194

R + G + B ~ 72%. #AEBBC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 187 + 194 = 555 (100%)
R 174 of 555 ~ 31.35%
G 187 of 555 ~ 33.69%
B 194 of 555 ~ 34.95'%

%31.35
%33.69
%34.95

CMYK color model

#AEBBC2 color CMYK value is (10,4,0,24).

  • cyan value is 10.31%
  • magenta value is 3.61%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (10,4,0,24) C10M4Y0K24 (10%,4%,0%,24%) (0.10/0.04/0.00/0.24) 

CMYK percentages

%10.31
%3.61
%0
%23.92

Codes

Color #AEBBC2 in popluar color models

AE BB C2
RGB 174 187 194
HSL 201° 14.08% 72.16%
HSB/HSV 201° 10.31% 76.08%
CMYK 10.31% 3.61% 0.00%
23.92%

Color #AEBBC2 in popluar number systems.

HEX AE BB C2
Decimal 174 187 194
Binary 10101110 10111011 11000010
Octal 256 273 302

Shades and tints

Shades of #AEBBC2

#AEBBC2
(174,187,194)
#9FAAB1
(159,170,177)
#9099A0
(144,153,160)
#81888F
(129,136,143)
#72777E
(114,119,126)
#63666D
(99,102,109)
#54555C
(84,85,92)
#45444B
(69,68,75)
#36333A
(54,51,58)
#272229
(39,34,41)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #AEBBC2

#AEBBC2
(174,187,194)
#B5C1C7
(181,193,199)
#BCC7CC
(188,199,204)
#C3CDD1
(195,205,209)
#CAD3D6
(202,211,214)
#D1D9DB
(209,217,219)
#D8DFE0
(216,223,224)
#DFE5E5
(223,229,229)
#E6EBEA
(230,235,234)
#EDF1EF
(237,241,239)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBBC2 color. Also use rgb(174,187,194) instead hex code.

Text Font Color

.myTextColor { color: #AEBBC2; }

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

This text font color is #AEBBC2.

Background Color

.myBgColor { background-color: #AEBBC2; }

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

This div background color is #AEBBC2.

Border color

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

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

This div border color is #AEBBC2.

Opacity

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

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

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

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

This text has shadow with #AEBBC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBBC2.

Preview

Color preview on black background

This text has color #AEBBC2 on black background.


Color preview on white background

This text has color #AEBBC2 on white background.


Black color preview on #AEBBC2 background

This text has black color on #AEBBC2 background.


White color preview on #AEBBC2 background

This text has white color on #AEBBC2 background.


Related colors

Complementary color

Complementary color for #hex is #51443D.


I love getcolorcode.com

Triadic colors

1 #C2AEBB and #BBC2AE with #AEBBC2 are triadic colors.

2 #C2BBAE and #BBAEC2 with #AEBBC2 are triadic colors.