COLOR #AEDBCE

HEX: #AEDBCE
RGB: (174,219,206)

Color info

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

RGB color model

#AEDBCE color RGB value is (174,219,206).

  • red value is 174;
  • green value is 219;
  • blue value is 206.
RGB:
(174,219,206)
(68%,86%,81%)

RGB channels and saturation

R 174 of 255 = 68%
G 219 of 255 = 86%
B 206 of 255 = 81%

174
219
206

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

Portions of RGB colors in percentages

R + G + B =
174 + 219 + 206 = 599 (100%)
R 174 of 599 ~ 29.05%
G 219 of 599 ~ 36.56%
B 206 of 599 ~ 34.39%

%29.05
%36.56
%34.39

CMYK color model

#AEDBCE color CMYK value is (21,0,6,14).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 14.12%
CMYK:
(21,0,6,14)
C21M0Y6K14 
(21%,0%,6%,14%)
(0.21/0.00/0.06/0.14)	

CMYK percentages

%20.55
%0
%5.94
%14.12

Codes

Color #AEDBCE in popluar color models

AEDBCE
RGB174219206
HSL163°38.46%77.06%
HSB/HSV163°20.55%85.88%
CMYK20.55%0.00%5.94%
14.12%

Color #AEDBCE in popluar number systems.

HEXAEDBCE
Decimal174219206
Binary101011101101101111001110
Octal256333316

Shades and tints

Shades of #AEDBCE

#AEDBCE
(174,219,206)
#9FC8BC
(159,200,188)
#90B5AA
(144,181,170)
#81A298
(129,162,152)
#728F86
(114,143,134)
#637C74
(99,124,116)
#546962
(84,105,98)
#455650
(69,86,80)
#36433E
(54,67,62)
#27302C
(39,48,44)
#181D1A
(24,29,26)
#000000
(0,0,0)

Tints of #AEDBCE

#AEDBCE
(174,219,206)
#B5DED2
(181,222,210)
#BCE1D6
(188,225,214)
#C3E4DA
(195,228,218)
#CAE7DE
(202,231,222)
#D1EAE2
(209,234,226)
#D8EDE6
(216,237,230)
#DFF0EA
(223,240,234)
#E6F3EE
(230,243,238)
#EDF6F2
(237,246,242)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDBCE color. Also use rgb(174,219,206) instead hex code.

Text Font Color

.myTextColor { color: #AEDBCE; }

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

This text font color is #AEDBCE.


Background Color

.myBgColor { background-color: #AEDBCE; }

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

This div background color is #AEDBCE.


Border color

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

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

This div border color is #AEDBCE.


Opacity

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

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

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

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

This text has shadow with #AEDBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDBCE on black background.


Color preview on white background

This text has color #AEDBCE on white background.



Black color preview on #AEDBCE background

This text has black color on #AEDBCE background.


White color preview on #AEDBCE background

This text has white color on #AEDBCE background.