COLOR #AEECCB

HEX: #AEECCB
RGB: (174,236,203)

Color info

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

RGB color model

#AEECCB color RGB value is (174,236,203).

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

RGB channels and saturation

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

174
236
203

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

Portions of RGB colors in percentages

R + G + B =
174 + 236 + 203 = 613 (100%)
R 174 of 613 ~ 28.38%
G 236 of 613 ~ 38.5%
B 203 of 613 ~ 33.12%

%28.38
%38.5
%33.12

CMYK color model

#AEECCB color CMYK value is (26,0,14,7).

  • cyan value is 26.27%
  • magenta value is 0.00%
  • yellow value is 13.98%
  • key color value is 7.45%
CMYK:
(26,0,14,7)
C26M0Y14K7 
(26%,0%,14%,7%)
(0.26/0.00/0.14/0.07)	

CMYK percentages

%26.27
%0
%13.98
%7.45

Codes

Color #AEECCB in popluar color models

AEECCB
RGB174236203
HSL148°62.00%80.39%
HSB/HSV148°26.27%92.55%
CMYK26.27%0.00%13.98%
7.45%

Color #AEECCB in popluar number systems.

HEXAEECCB
Decimal174236203
Binary101011101110110011001011
Octal256354313

Shades and tints

Shades of #AEECCB

#AEECCB
(174,236,203)
#9FD7B9
(159,215,185)
#90C2A7
(144,194,167)
#81AD95
(129,173,149)
#729883
(114,152,131)
#638371
(99,131,113)
#546E5F
(84,110,95)
#45594D
(69,89,77)
#36443B
(54,68,59)
#272F29
(39,47,41)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #AEECCB

#AEECCB
(174,236,203)
#B5EDCF
(181,237,207)
#BCEED3
(188,238,211)
#C3EFD7
(195,239,215)
#CAF0DB
(202,240,219)
#D1F1DF
(209,241,223)
#D8F2E3
(216,242,227)
#DFF3E7
(223,243,231)
#E6F4EB
(230,244,235)
#EDF5EF
(237,245,239)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEECCB; }

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

This text font color is #AEECCB.


Background Color

.myBgColor { background-color: #AEECCB; }

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

This div background color is #AEECCB.


Border color

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

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

This div border color is #AEECCB.


Opacity

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

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

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

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

This text has shadow with #AEECCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEECCB on black background.


Color preview on white background

This text has color #AEECCB on white background.



Black color preview on #AEECCB background

This text has black color on #AEECCB background.


White color preview on #AEECCB background

This text has white color on #AEECCB background.