COLOR #AEBCC2

HEX: #AEBCC2
RGB: (174,188,194)

Color info

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

RGB color model

#AEBCC2 color RGB value is (174,188,194).

  • red value is 174;
  • green value is 188;
  • blue value is 194.
RGB:
(174,188,194)
(68%,74%,76%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 194 of 255 = 76%

174
188
194

R + G + B ~ 73%. #AEBCC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 188 + 194 = 556 (100%)
R 174 of 556 ~ 31.29%
G 188 of 556 ~ 33.81%
B 194 of 556 ~ 34.89%

%31.29
%33.81
%34.89

CMYK color model

#AEBCC2 color CMYK value is (10,3,0,24).

  • cyan value is 10.31%
  • magenta value is 3.09%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(10,3,0,24)
C10M3Y0K24 
(10%,3%,0%,24%)
(0.10/0.03/0.00/0.24)	

CMYK percentages

%10.31
%3.09
%0
%23.92

Codes

Color #AEBCC2 in popluar color models

AEBCC2
RGB174188194
HSL198°14.08%72.16%
HSB/HSV198°10.31%76.08%
CMYK10.31%3.09%0.00%
23.92%

Color #AEBCC2 in popluar number systems.

HEXAEBCC2
Decimal174188194
Binary101011101011110011000010
Octal256274302

Shades and tints

Shades of #AEBCC2

#AEBCC2
(174,188,194)
#9FABB1
(159,171,177)
#909AA0
(144,154,160)
#81898F
(129,137,143)
#72787E
(114,120,126)
#63676D
(99,103,109)
#54565C
(84,86,92)
#45454B
(69,69,75)
#36343A
(54,52,58)
#272329
(39,35,41)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #AEBCC2

#AEBCC2
(174,188,194)
#B5C2C7
(181,194,199)
#BCC8CC
(188,200,204)
#C3CED1
(195,206,209)
#CAD4D6
(202,212,214)
#D1DADB
(209,218,219)
#D8E0E0
(216,224,224)
#DFE6E5
(223,230,229)
#E6ECEA
(230,236,234)
#EDF2EF
(237,242,239)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBCC2; }

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

This text font color is #AEBCC2.


Background Color

.myBgColor { background-color: #AEBCC2; }

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

This div background color is #AEBCC2.


Border color

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

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

This div border color is #AEBCC2.


Opacity

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

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

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

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

This text has shadow with #AEBCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBCC2 on black background.


Color preview on white background

This text has color #AEBCC2 on white background.



Black color preview on #AEBCC2 background

This text has black color on #AEBCC2 background.


White color preview on #AEBCC2 background

This text has white color on #AEBCC2 background.