COLOR #AEE3B3

HEX: #AEE3B3 RGB: (174,227,179)

Color info

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

RGB color model

#AEE3B3 color RGB value is (174,227,179).

RGB: (174,227,179) (68%, 89%, 70%)

RGB channels and saturation

R 174 of 255 = 68%
G 227 of 255 = 89%
B 179 of 255 = 70%

174
227
179

R + G + B ~ 76%. #AEE3B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 227 + 179 = 580 (100%)
R 174 of 580 ~ 30%
G 227 of 580 ~ 39.14%
B 179 of 580 ~ 30.86'%

%30
%39.14
%30.86

CMYK color model

#AEE3B3 color CMYK value is (23,0,21,11).

  • cyan value is 23.35%
  • magenta value is 0.00%
  • yellow value is 21.15%
  • key color value is 10.98%

CMYK: (23,0,21,11)
C23M0Y21K11 (23%, 0%, 21%, 11%)
(0.23 / 0.00 / 0.21 / 0.11)

CMYK percentages

%23.35
%0
%21.15
%10.98

Codes

Color #AEE3B3 in popluar color models

AE E3 B3
RGB 174 227 179
HSL 126° 48.62% 78.63%
HSB/HSV 126° 23.35% 89.02%
CMYK 23.35% 0.00% 21.15%
10.98%

Color #AEE3B3 in popluar number systems.

HEX AE E3 B3
Decimal 174 227 179
Binary 10101110 11100011 10110011
Octal 256 343 263

Shades and tints

Shades of #AEE3B3

#AEE3B3
(174,227,179)
#9FCFA3
(159,207,163)
#90BB93
(144,187,147)
#81A783
(129,167,131)
#729373
(114,147,115)
#637F63
(99,127,99)
#546B53
(84,107,83)
#455743
(69,87,67)
#364333
(54,67,51)
#272F23
(39,47,35)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #AEE3B3

#AEE3B3
(174,227,179)
#B5E5B9
(181,229,185)
#BCE7BF
(188,231,191)
#C3E9C5
(195,233,197)
#CAEBCB
(202,235,203)
#D1EDD1
(209,237,209)
#D8EFD7
(216,239,215)
#DFF1DD
(223,241,221)
#E6F3E3
(230,243,227)
#EDF5E9
(237,245,233)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE3B3 color. Also use rgb(174,227,179) instead hex code.

Text Font Color

.myTextColor { color: #AEE3B3; }

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

This text font color is #AEE3B3.

Background Color

.myBgColor { background-color: #AEE3B3; }

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

This div background color is #AEE3B3.

Border color

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

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

This div border color is #AEE3B3.

Opacity

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

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

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

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

This text has shadow with #AEE3B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE3B3.

Preview

Color preview on black background

This text has color #AEE3B3 on black background.


Color preview on white background

This text has color #AEE3B3 on white background.


Black color preview on #AEE3B3 background

This text has black color on #AEE3B3 background.


White color preview on #AEE3B3 background

This text has white color on #AEE3B3 background.


Related colors

Complementary color

Complementary color for #hex is #511C4C.


I love getcolorcode.com

Triadic colors

1 #B3AEE3 and #E3B3AE with #AEE3B3 are triadic colors.

2 #B3E3AE and #E3AEB3 with #AEE3B3 are triadic colors.