COLOR #AEECBD

HEX: #AEECBD RGB: (174,236,189)

Color info

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

RGB color model

#AEECBD color RGB value is (174,236,189).

RGB: (174,236,189) (68%, 93%, 74%)

RGB channels and saturation

R 174 of 255 = 68%
G 236 of 255 = 93%
B 189 of 255 = 74%

174
236
189

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

Portions of RGB colors in percentages

R + G + B = 174 + 236 + 189 = 599 (100%)
R 174 of 599 ~ 29.05%
G 236 of 599 ~ 39.4%
B 189 of 599 ~ 31.55'%

%29.05
%39.4
%31.55

CMYK color model

#AEECBD color CMYK value is (26,0,20,7).

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

CMYK: (26,0,20,7)
C26M0Y20K7 (26%, 0%, 20%, 7%)
(0.26 / 0.00 / 0.20 / 0.07)

CMYK percentages

%26.27
%0
%19.92
%7.45

Codes

Color #AEECBD in popluar color models

AE EC BD
RGB 174 236 189
HSL 135° 62.00% 80.39%
HSB/HSV 135° 26.27% 92.55%
CMYK 26.27% 0.00% 19.92%
7.45%

Color #AEECBD in popluar number systems.

HEX AE EC BD
Decimal 174 236 189
Binary 10101110 11101100 10111101
Octal 256 354 275

Shades and tints

Shades of #AEECBD

#AEECBD
(174,236,189)
#9FD7AC
(159,215,172)
#90C29B
(144,194,155)
#81AD8A
(129,173,138)
#729879
(114,152,121)
#638368
(99,131,104)
#546E57
(84,110,87)
#455946
(69,89,70)
#364435
(54,68,53)
#272F24
(39,47,36)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #AEECBD

#AEECBD
(174,236,189)
#B5EDC3
(181,237,195)
#BCEEC9
(188,238,201)
#C3EFCF
(195,239,207)
#CAF0D5
(202,240,213)
#D1F1DB
(209,241,219)
#D8F2E1
(216,242,225)
#DFF3E7
(223,243,231)
#E6F4ED
(230,244,237)
#EDF5F3
(237,245,243)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEECBD; }

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

This text font color is #AEECBD.

Background Color

.myBgColor { background-color: #AEECBD; }

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

This div background color is #AEECBD.

Border color

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

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

This div border color is #AEECBD.

Opacity

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

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

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

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

This text has shadow with #AEECBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEECBD.

Preview

Color preview on black background

This text has color #AEECBD on black background.


Color preview on white background

This text has color #AEECBD on white background.


Black color preview on #AEECBD background

This text has black color on #AEECBD background.


White color preview on #AEECBD background

This text has white color on #AEECBD background.


Related colors

Complementary color

Complementary color for #hex is #511342.


I love getcolorcode.com

Triadic colors

1 #BDAEEC and #ECBDAE with #AEECBD are triadic colors.

2 #BDECAE and #ECAEBD with #AEECBD are triadic colors.