COLOR #AEBBEB

HEX: #AEBBEB
RGB: (174,187,235)

Color info

#AEBBEB contains mainly green and blue colors. Web safe color of #AEBBEB is #99CCFF (or #9CF).

RGB color model

#AEBBEB color RGB value is (174,187,235).

  • red value is 174;
  • green value is 187;
  • blue value is 235.
RGB:
(174,187,235)
(68%,73%,92%)

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 235 of 255 = 92%

174
187
235

R + G + B ~ 78%. #AEBBEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 187 + 235 = 596 (100%)
R 174 of 596 ~ 29.19%
G 187 of 596 ~ 31.38%
B 235 of 596 ~ 39.43%

%29.19
%31.38
%39.43

CMYK color model

#AEBBEB color CMYK value is (26,20,0,8).

  • cyan value is 25.96%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(26,20,0,8)
C26M20Y0K8 
(26%,20%,0%,8%)
(0.26/0.20/0.00/0.08)	

CMYK percentages

%25.96
%20.43
%0
%7.84

Codes

Color #AEBBEB in popluar color models

AEBBEB
RGB174187235
HSL227°60.40%80.20%
HSB/HSV227°25.96%92.16%
CMYK25.96%20.43%0.00%
7.84%

Color #AEBBEB in popluar number systems.

HEXAEBBEB
Decimal174187235
Binary101011101011101111101011
Octal256273353

Shades and tints

Shades of #AEBBEB

#AEBBEB
(174,187,235)
#9FAAD6
(159,170,214)
#9099C1
(144,153,193)
#8188AC
(129,136,172)
#727797
(114,119,151)
#636682
(99,102,130)
#54556D
(84,85,109)
#454458
(69,68,88)
#363343
(54,51,67)
#27222E
(39,34,46)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #AEBBEB

#AEBBEB
(174,187,235)
#B5C1EC
(181,193,236)
#BCC7ED
(188,199,237)
#C3CDEE
(195,205,238)
#CAD3EF
(202,211,239)
#D1D9F0
(209,217,240)
#D8DFF1
(216,223,241)
#DFE5F2
(223,229,242)
#E6EBF3
(230,235,243)
#EDF1F4
(237,241,244)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBBEB; }

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

This text font color is #AEBBEB.


Background Color

.myBgColor { background-color: #AEBBEB; }

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

This div background color is #AEBBEB.


Border color

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

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

This div border color is #AEBBEB.


Opacity

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

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

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

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

This text has shadow with #AEBBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBBEB on black background.


Color preview on white background

This text has color #AEBBEB on white background.



Black color preview on #AEBBEB background

This text has black color on #AEBBEB background.


White color preview on #AEBBEB background

This text has white color on #AEBBEB background.