COLOR #AEBCED

HEX: #AEBCED
RGB: (174,188,237)

Color info

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

RGB color model

#AEBCED color RGB value is (174,188,237).

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

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 237 of 255 = 93%

174
188
237

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

Portions of RGB colors in percentages

R + G + B =
174 + 188 + 237 = 599 (100%)
R 174 of 599 ~ 29.05%
G 188 of 599 ~ 31.39%
B 237 of 599 ~ 39.57%

%29.05
%31.39
%39.57

CMYK color model

#AEBCED color CMYK value is (27,21,0,7).

  • cyan value is 26.58%
  • magenta value is 20.68%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(27,21,0,7)
C27M21Y0K7 
(27%,21%,0%,7%)
(0.27/0.21/0.00/0.07)	

CMYK percentages

%26.58
%20.68
%0
%7.06

Codes

Color #AEBCED in popluar color models

AEBCED
RGB174188237
HSL227°63.64%80.59%
HSB/HSV227°26.58%92.94%
CMYK26.58%20.68%0.00%
7.06%

Color #AEBCED in popluar number systems.

HEXAEBCED
Decimal174188237
Binary101011101011110011101101
Octal256274355

Shades and tints

Shades of #AEBCED

#AEBCED
(174,188,237)
#9FABD8
(159,171,216)
#909AC3
(144,154,195)
#8189AE
(129,137,174)
#727899
(114,120,153)
#636784
(99,103,132)
#54566F
(84,86,111)
#45455A
(69,69,90)
#363445
(54,52,69)
#272330
(39,35,48)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #AEBCED

#AEBCED
(174,188,237)
#B5C2EE
(181,194,238)
#BCC8EF
(188,200,239)
#C3CEF0
(195,206,240)
#CAD4F1
(202,212,241)
#D1DAF2
(209,218,242)
#D8E0F3
(216,224,243)
#DFE6F4
(223,230,244)
#E6ECF5
(230,236,245)
#EDF2F6
(237,242,246)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBCED; }

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

This text font color is #AEBCED.


Background Color

.myBgColor { background-color: #AEBCED; }

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

This div background color is #AEBCED.


Border color

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

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

This div border color is #AEBCED.


Opacity

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

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

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

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

This text has shadow with #AEBCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBCED on black background.


Color preview on white background

This text has color #AEBCED on white background.



Black color preview on #AEBCED background

This text has black color on #AEBCED background.


White color preview on #AEBCED background

This text has white color on #AEBCED background.