COLOR #AEDBC7

HEX: #AEDBC7
RGB: (174,219,199)

Color info

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

RGB color model

#AEDBC7 color RGB value is (174,219,199).

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

RGB channels and saturation

R 174 of 255 = 68%
G 219 of 255 = 86%
B 199 of 255 = 78%

174
219
199

R + G + B ~ 77%. #AEDBC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 219 + 199 = 592 (100%)
R 174 of 592 ~ 29.39%
G 219 of 592 ~ 36.99%
B 199 of 592 ~ 33.61%

%29.39
%36.99
%33.61

CMYK color model

#AEDBC7 color CMYK value is (21,0,9,14).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 14.12%
CMYK:
(21,0,9,14)
C21M0Y9K14 
(21%,0%,9%,14%)
(0.21/0.00/0.09/0.14)	

CMYK percentages

%20.55
%0
%9.13
%14.12

Codes

Color #AEDBC7 in popluar color models

AEDBC7
RGB174219199
HSL153°38.46%77.06%
HSB/HSV153°20.55%85.88%
CMYK20.55%0.00%9.13%
14.12%

Color #AEDBC7 in popluar number systems.

HEXAEDBC7
Decimal174219199
Binary101011101101101111000111
Octal256333307

Shades and tints

Shades of #AEDBC7

#AEDBC7
(174,219,199)
#9FC8B5
(159,200,181)
#90B5A3
(144,181,163)
#81A291
(129,162,145)
#728F7F
(114,143,127)
#637C6D
(99,124,109)
#54695B
(84,105,91)
#455649
(69,86,73)
#364337
(54,67,55)
#273025
(39,48,37)
#181D13
(24,29,19)
#000000
(0,0,0)

Tints of #AEDBC7

#AEDBC7
(174,219,199)
#B5DECC
(181,222,204)
#BCE1D1
(188,225,209)
#C3E4D6
(195,228,214)
#CAE7DB
(202,231,219)
#D1EAE0
(209,234,224)
#D8EDE5
(216,237,229)
#DFF0EA
(223,240,234)
#E6F3EF
(230,243,239)
#EDF6F4
(237,246,244)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDBC7; }

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

This text font color is #AEDBC7.


Background Color

.myBgColor { background-color: #AEDBC7; }

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

This div background color is #AEDBC7.


Border color

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

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

This div border color is #AEDBC7.


Opacity

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

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

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

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

This text has shadow with #AEDBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDBC7 on black background.


Color preview on white background

This text has color #AEDBC7 on white background.



Black color preview on #AEDBC7 background

This text has black color on #AEDBC7 background.


White color preview on #AEDBC7 background

This text has white color on #AEDBC7 background.