COLOR #AEC0EE

HEX: #AEC0EE
RGB: (174,192,238)

Renk bilgisi

#AEC0EE contains mainly green and blue colors. #AEC0EE ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#AEC0EE color RGB value is (174,192,238).

  • kırmız ton 174;
  • yeşil ton 192;
  • mavi ton 238.
RGB:
(174,192,238)
(68%,75%,93%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 192 of 255 = 75%
B 238 of 255 = 93%

174
192
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 192 + 238 = 604 (100%)
R 174 of 604 ~ 28.81%
G 192 of 604 ~ 31.79%
B 238 of 604 ~ 39.4%

%28.81
%31.79
%39.4

CMYK RENK MODELİ

#AEC0EE rengi CMYK tonu (27,19,0,7).

  • camgöbeği tonu 26.89%
  • eflatun tonu 19.33%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(27,19,0,7)
C27M19Y0K7 
(27%,19%,0%,7%)
(0.27/0.19/0.00/0.07)	

CMYK yüzdeleri

%26.89
%19.33
%0
%6.67

Codes

Color #AEC0EE in popluar color models

AEC0EE
RGB174192238
HSL223°65.31%80.78%
HSB/HSV223°26.89%93.33%
CMYK26.89%19.33%0.00%
6.67%

Color #AEC0EE in popluar number systems.

HEXAEC0EE
Decimal174192238
Binary101011101100000011101110
Octal256300356

Shades and tints

Shades of #AEC0EE

#AEC0EE
(174,192,238)
#9FAFD9
(159,175,217)
#909EC4
(144,158,196)
#818DAF
(129,141,175)
#727C9A
(114,124,154)
#636B85
(99,107,133)
#545A70
(84,90,112)
#45495B
(69,73,91)
#363846
(54,56,70)
#272731
(39,39,49)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #AEC0EE

#AEC0EE
(174,192,238)
#B5C5EF
(181,197,239)
#BCCAF0
(188,202,240)
#C3CFF1
(195,207,241)
#CAD4F2
(202,212,242)
#D1D9F3
(209,217,243)
#D8DEF4
(216,222,244)
#DFE3F5
(223,227,245)
#E6E8F6
(230,232,246)
#EDEDF7
(237,237,247)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC0EE color. Also use rgb(174,192,238) instead hex code.

Text Font Color

.myTextColor { color: #AEC0EE; }

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

This text font color is #AEC0EE.


Background Color

.myBgColor { background-color: #AEC0EE; }

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

This div background color is #AEC0EE.


Border color

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

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

This div border color is #AEC0EE.


Opacity

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

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

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

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

This text has shadow with #AEC0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC0EE on black background.


Color preview on white background

This text has color #AEC0EE on white background.



Black color preview on #AEC0EE background

This text has black color on #AEC0EE background.


White color preview on #AEC0EE background

This text has white color on #AEC0EE background.