COLOR #AEECBB

HEX: #AEECBB RGB: (174,236,187)

Color info

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

RGB color model

#AEECBB color RGB value is (174,236,187).

RGB: (174,236,187) (68%, 93%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 236 of 255 = 93%
B 187 of 255 = 73%

174
236
187

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

Portions of RGB colors in percentages

R + G + B = 174 + 236 + 187 = 597 (100%)
R 174 of 597 ~ 29.15%
G 236 of 597 ~ 39.53%
B 187 of 597 ~ 31.32'%

%29.15
%39.53
%31.32

CMYK color model

#AEECBB color CMYK value is (26,0,21,7).

  • cyan value is 26.27%
  • magenta value is 0.00%
  • yellow value is 20.76%
  • key color value is 7.45%

CMYK: (26,0,21,7)
C26M0Y21K7 (26%, 0%, 21%, 7%)
(0.26 / 0.00 / 0.21 / 0.07)

CMYK percentages

%26.27
%0
%20.76
%7.45

Codes

Color #AEECBB in popluar color models

AE EC BB
RGB 174 236 187
HSL 133° 62.00% 80.39%
HSB/HSV 133° 26.27% 92.55%
CMYK 26.27% 0.00% 20.76%
7.45%

Color #AEECBB in popluar number systems.

HEX AE EC BB
Decimal 174 236 187
Binary 10101110 11101100 10111011
Octal 256 354 273

Shades and tints

Shades of #AEECBB

#AEECBB
(174,236,187)
#9FD7AA
(159,215,170)
#90C299
(144,194,153)
#81AD88
(129,173,136)
#729877
(114,152,119)
#638366
(99,131,102)
#546E55
(84,110,85)
#455944
(69,89,68)
#364433
(54,68,51)
#272F22
(39,47,34)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #AEECBB

#AEECBB
(174,236,187)
#B5EDC1
(181,237,193)
#BCEEC7
(188,238,199)
#C3EFCD
(195,239,205)
#CAF0D3
(202,240,211)
#D1F1D9
(209,241,217)
#D8F2DF
(216,242,223)
#DFF3E5
(223,243,229)
#E6F4EB
(230,244,235)
#EDF5F1
(237,245,241)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEECBB; }

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

This text font color is #AEECBB.

Background Color

.myBgColor { background-color: #AEECBB; }

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

This div background color is #AEECBB.

Border color

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

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

This div border color is #AEECBB.

Opacity

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

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

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

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

This text has shadow with #AEECBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEECBB.

Preview

Color preview on black background

This text has color #AEECBB on black background.


Color preview on white background

This text has color #AEECBB on white background.


Black color preview on #AEECBB background

This text has black color on #AEECBB background.


White color preview on #AEECBB background

This text has white color on #AEECBB background.


Related colors

Complementary color

Complementary color for #hex is #511344.


I love getcolorcode.com

Triadic colors

1 #BBAEEC and #ECBBAE with #AEECBB are triadic colors.

2 #BBECAE and #ECAEBB with #AEECBB are triadic colors.