COLOR #AEC9E3

HEX: #AEC9E3
RGB: (174,201,227)

Renk bilgisi

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

RGB renk modeli

#AEC9E3 color RGB value is (174,201,227).

  • kırmız ton 174;
  • yeşil ton 201;
  • mavi ton 227.
RGB:
(174,201,227)
(68%,79%,89%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 201 of 255 = 79%
B 227 of 255 = 89%

174
201
227

R + G + B ~ 79%. #AEC9E3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 201 + 227 = 602 (100%)
R 174 of 602 ~ 28.9%
G 201 of 602 ~ 33.39%
B 227 of 602 ~ 37.71%

%28.9
%33.39
%37.71

CMYK RENK MODELİ

#AEC9E3 rengi CMYK tonu (23,11,0,11).

  • camgöbeği tonu 23.35%
  • eflatun tonu 11.45%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(23,11,0,11)
C23M11Y0K11 
(23%,11%,0%,11%)
(0.23/0.11/0.00/0.11)	

CMYK yüzdeleri

%23.35
%11.45
%0
%10.98

Codes

Color #AEC9E3 in popluar color models

AEC9E3
RGB174201227
HSL209°48.62%78.63%
HSB/HSV209°23.35%89.02%
CMYK23.35%11.45%0.00%
10.98%

Color #AEC9E3 in popluar number systems.

HEXAEC9E3
Decimal174201227
Binary101011101100100111100011
Octal256311343

Shades and tints

Shades of #AEC9E3

#AEC9E3
(174,201,227)
#9FB7CF
(159,183,207)
#90A5BB
(144,165,187)
#8193A7
(129,147,167)
#728193
(114,129,147)
#636F7F
(99,111,127)
#545D6B
(84,93,107)
#454B57
(69,75,87)
#363943
(54,57,67)
#27272F
(39,39,47)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #AEC9E3

#AEC9E3
(174,201,227)
#B5CDE5
(181,205,229)
#BCD1E7
(188,209,231)
#C3D5E9
(195,213,233)
#CAD9EB
(202,217,235)
#D1DDED
(209,221,237)
#D8E1EF
(216,225,239)
#DFE5F1
(223,229,241)
#E6E9F3
(230,233,243)
#EDEDF5
(237,237,245)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC9E3; }

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

This text font color is #AEC9E3.


Background Color

.myBgColor { background-color: #AEC9E3; }

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

This div background color is #AEC9E3.


Border color

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

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

This div border color is #AEC9E3.


Opacity

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

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

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

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

This text has shadow with #AEC9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC9E3 on black background.


Color preview on white background

This text has color #AEC9E3 on white background.



Black color preview on #AEC9E3 background

This text has black color on #AEC9E3 background.


White color preview on #AEC9E3 background

This text has white color on #AEC9E3 background.