COLOR #AEEDCB

HEX: #AEEDCB
RGB: (174,237,203)

Color info

#AEEDCB contains mainly green and blue colors. Web safe color of #AEEDCB is #99FFCC (or #9FC).

RGB color model

#AEEDCB color RGB value is (174,237,203).

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

RGB channels and saturation

R 174 of 255 = 68%
G 237 of 255 = 93%
B 203 of 255 = 80%

174
237
203

R + G + B ~ 80%. #AEEDCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 237 + 203 = 614 (100%)
R 174 of 614 ~ 28.34%
G 237 of 614 ~ 38.6%
B 203 of 614 ~ 33.06%

%28.34
%38.6
%33.06

CMYK color model

#AEEDCB color CMYK value is (27,0,14,7).

  • cyan value is 26.58%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 7.06%
CMYK:
(27,0,14,7)
C27M0Y14K7 
(27%,0%,14%,7%)
(0.27/0.00/0.14/0.07)	

CMYK percentages

%26.58
%0
%14.35
%7.06

Codes

Color #AEEDCB in popluar color models

AEEDCB
RGB174237203
HSL148°63.64%80.59%
HSB/HSV148°26.58%92.94%
CMYK26.58%0.00%14.35%
7.06%

Color #AEEDCB in popluar number systems.

HEXAEEDCB
Decimal174237203
Binary101011101110110111001011
Octal256355313

Shades and tints

Shades of #AEEDCB

#AEEDCB
(174,237,203)
#9FD8B9
(159,216,185)
#90C3A7
(144,195,167)
#81AE95
(129,174,149)
#729983
(114,153,131)
#638471
(99,132,113)
#546F5F
(84,111,95)
#455A4D
(69,90,77)
#36453B
(54,69,59)
#273029
(39,48,41)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #AEEDCB

#AEEDCB
(174,237,203)
#B5EECF
(181,238,207)
#BCEFD3
(188,239,211)
#C3F0D7
(195,240,215)
#CAF1DB
(202,241,219)
#D1F2DF
(209,242,223)
#D8F3E3
(216,243,227)
#DFF4E7
(223,244,231)
#E6F5EB
(230,245,235)
#EDF6EF
(237,246,239)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEEDCB; }

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

This text font color is #AEEDCB.


Background Color

.myBgColor { background-color: #AEEDCB; }

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

This div background color is #AEEDCB.


Border color

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

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

This div border color is #AEEDCB.


Opacity

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

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

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

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

This text has shadow with #AEEDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEDCB on black background.


Color preview on white background

This text has color #AEEDCB on white background.



Black color preview on #AEEDCB background

This text has black color on #AEEDCB background.


White color preview on #AEEDCB background

This text has white color on #AEEDCB background.