COLOR #AEB9E4

HEX: #AEB9E4
RGB: (174,185,228)

Renk bilgisi

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

RGB renk modeli

#AEB9E4 color RGB value is (174,185,228).

  • kırmız ton 174;
  • yeşil ton 185;
  • mavi ton 228.
RGB:
(174,185,228)
(68%,73%,89%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 185 of 255 = 73%
B 228 of 255 = 89%

174
185
228

R + G + B ~ 77%. #AEB9E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 185 + 228 = 587 (100%)
R 174 of 587 ~ 29.64%
G 185 of 587 ~ 31.52%
B 228 of 587 ~ 38.84%

%29.64
%31.52
%38.84

CMYK RENK MODELİ

#AEB9E4 rengi CMYK tonu (24,19,0,11).

  • camgöbeği tonu 23.68%
  • eflatun tonu 18.86%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(24,19,0,11)
C24M19Y0K11 
(24%,19%,0%,11%)
(0.24/0.19/0.00/0.11)	

CMYK yüzdeleri

%23.68
%18.86
%0
%10.59

Codes

Color #AEB9E4 in popluar color models

AEB9E4
RGB174185228
HSL228°50.00%78.82%
HSB/HSV228°23.68%89.41%
CMYK23.68%18.86%0.00%
10.59%

Color #AEB9E4 in popluar number systems.

HEXAEB9E4
Decimal174185228
Binary101011101011100111100100
Octal256271344

Shades and tints

Shades of #AEB9E4

#AEB9E4
(174,185,228)
#9FA9D0
(159,169,208)
#9099BC
(144,153,188)
#8189A8
(129,137,168)
#727994
(114,121,148)
#636980
(99,105,128)
#54596C
(84,89,108)
#454958
(69,73,88)
#363944
(54,57,68)
#272930
(39,41,48)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #AEB9E4

#AEB9E4
(174,185,228)
#B5BFE6
(181,191,230)
#BCC5E8
(188,197,232)
#C3CBEA
(195,203,234)
#CAD1EC
(202,209,236)
#D1D7EE
(209,215,238)
#D8DDF0
(216,221,240)
#DFE3F2
(223,227,242)
#E6E9F4
(230,233,244)
#EDEFF6
(237,239,246)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB9E4 color. Also use rgb(174,185,228) instead hex code.

Text Font Color

.myTextColor { color: #AEB9E4; }

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

This text font color is #AEB9E4.


Background Color

.myBgColor { background-color: #AEB9E4; }

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

This div background color is #AEB9E4.


Border color

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

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

This div border color is #AEB9E4.


Opacity

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

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

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

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

This text has shadow with #AEB9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB9E4 on black background.


Color preview on white background

This text has color #AEB9E4 on white background.



Black color preview on #AEB9E4 background

This text has black color on #AEB9E4 background.


White color preview on #AEB9E4 background

This text has white color on #AEB9E4 background.