COLOR #AEAFEB

HEX: #AEAFEB
RGB: (174,175,235)

Color info

#AEAFEB contains mainly blue color. Web safe color of #AEAFEB is #9999FF (or #99F).

RGB color model

#AEAFEB color RGB value is (174,175,235).

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

RGB channels and saturation

R 174 of 255 = 68%
G 175 of 255 = 69%
B 235 of 255 = 92%

174
175
235

R + G + B ~ 76%. #AEAFEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 175 + 235 = 584 (100%)
R 174 of 584 ~ 29.79%
G 175 of 584 ~ 29.97%
B 235 of 584 ~ 40.24%

%29.79
%29.97
%40.24

CMYK color model

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

  • cyan value is 25.96%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(26,26,0,8)
C26M26Y0K8 
(26%,26%,0%,8%)
(0.26/0.26/0.00/0.08)	

CMYK percentages

%25.96
%25.53
%0
%7.84

Codes

Color #AEAFEB in popluar color models

AEAFEB
RGB174175235
HSL239°60.40%80.20%
HSB/HSV239°25.96%92.16%
CMYK25.96%25.53%0.00%
7.84%

Color #AEAFEB in popluar number systems.

HEXAEAFEB
Decimal174175235
Binary101011101010111111101011
Octal256257353

Shades and tints

Shades of #AEAFEB

#AEAFEB
(174,175,235)
#9FA0D6
(159,160,214)
#9091C1
(144,145,193)
#8182AC
(129,130,172)
#727397
(114,115,151)
#636482
(99,100,130)
#54556D
(84,85,109)
#454658
(69,70,88)
#363743
(54,55,67)
#27282E
(39,40,46)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #AEAFEB

#AEAFEB
(174,175,235)
#B5B6EC
(181,182,236)
#BCBDED
(188,189,237)
#C3C4EE
(195,196,238)
#CACBEF
(202,203,239)
#D1D2F0
(209,210,240)
#D8D9F1
(216,217,241)
#DFE0F2
(223,224,242)
#E6E7F3
(230,231,243)
#EDEEF4
(237,238,244)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAFEB; }

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

This text font color is #AEAFEB.


Background Color

.myBgColor { background-color: #AEAFEB; }

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

This div background color is #AEAFEB.


Border color

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

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

This div border color is #AEAFEB.


Opacity

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

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

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

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

This text has shadow with #AEAFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAFEB on black background.


Color preview on white background

This text has color #AEAFEB on white background.



Black color preview on #AEAFEB background

This text has black color on #AEAFEB background.


White color preview on #AEAFEB background

This text has white color on #AEAFEB background.