COLOR #AEE0C9

HEX: #AEE0C9 RGB: (174,224,201)

Renk bilgisi

#AEE0C9 contains red, green and blue colors in about the same proportion. #AEE0C9 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#AEE0C9 color RGB value is (174,224,201).

RGB: (174,224,201) (68%, 88%, 79%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 224 of 255 = 88%
B 201 of 255 = 79%

174
224
201

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

Yüzdelerle RGB renk parçaları

R + G + B = 174 + 224 + 201 = 599 (100%)
R 174 of 599 ~ 29.05%
G 224 of 599 ~ 37.4%
B 201 of 599 ~ 33.56'%

%29.05
%37.4
%33.56

CMYK RENK MODELİ

#AEE0C9 rengi CMYK tonu (22,0,10,12).

  • camgöbeği tonu 22.32%
  • eflatun tonu 0.00%
  • sarı tonu 10.27%
  • ana renk tonu 12.16%

CMYK: (22,0,10,12)
C22M0Y10K12 (22%, 0%, 10%, 12%)
(0.22 / 0.00 / 0.10 / 0.12)

CMYK yüzdeleri

%22.32
%0
%10.27
%12.16

Codes

Color #AEE0C9 in popluar color models

AE E0 C9
RGB 174 224 201
HSL 152° 44.64% 78.04%
HSB/HSV 152° 22.32% 87.84%
CMYK 22.32% 0.00% 10.27%
12.16%

Color #AEE0C9 in popluar number systems.

HEX AE E0 C9
Decimal 174 224 201
Binary 10101110 11100000 11001001
Octal 256 340 311

Shades and tints

Shades of #AEE0C9

#AEE0C9
(174,224,201)
#9FCCB7
(159,204,183)
#90B8A5
(144,184,165)
#81A493
(129,164,147)
#729081
(114,144,129)
#637C6F
(99,124,111)
#54685D
(84,104,93)
#45544B
(69,84,75)
#364039
(54,64,57)
#272C27
(39,44,39)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #AEE0C9

#AEE0C9
(174,224,201)
#B5E2CD
(181,226,205)
#BCE4D1
(188,228,209)
#C3E6D5
(195,230,213)
#CAE8D9
(202,232,217)
#D1EADD
(209,234,221)
#D8ECE1
(216,236,225)
#DFEEE5
(223,238,229)
#E6F0E9
(230,240,233)
#EDF2ED
(237,242,237)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE0C9 color. Also use rgb(174,224,201) instead hex code.

Text Font Color

.myTextColor { color: #AEE0C9; }

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

This text font color is #AEE0C9.

Background Color

.myBgColor { background-color: #AEE0C9; }

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

This div background color is #AEE0C9.

Border color

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

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

This div border color is #AEE0C9.

Opacity

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

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

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

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

This text has shadow with #AEE0C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE0C9.

Preview

Color preview on black background

This text has color #AEE0C9 on black background.


Color preview on white background

This text has color #AEE0C9 on white background.


Black color preview on #AEE0C9 background

This text has black color on #AEE0C9 background.


White color preview on #AEE0C9 background

This text has white color on #AEE0C9 background.


Related colors

Complementary color

Complementary color for #hex is #511F36.


I love getcolorcode.com

Triadic colors

1 #C9AEE0 and #E0C9AE with #AEE0C9 are triadic colors.

2 #C9E0AE and #E0AEC9 with #AEE0C9 are triadic colors.