COLOR #AEB8E7

HEX: #AEB8E7
RGB: (174,184,231)

Renk bilgisi

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

RGB renk modeli

#AEB8E7 color RGB value is (174,184,231).

  • kırmız ton 174;
  • yeşil ton 184;
  • mavi ton 231.
RGB:
(174,184,231)
(68%,72%,91%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 184 of 255 = 72%
B 231 of 255 = 91%

174
184
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 184 + 231 = 589 (100%)
R 174 of 589 ~ 29.54%
G 184 of 589 ~ 31.24%
B 231 of 589 ~ 39.22%

%29.54
%31.24
%39.22

CMYK RENK MODELİ

#AEB8E7 rengi CMYK tonu (25,20,0,9).

  • camgöbeği tonu 24.68%
  • eflatun tonu 20.35%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(25,20,0,9)
C25M20Y0K9 
(25%,20%,0%,9%)
(0.25/0.20/0.00/0.09)	

CMYK yüzdeleri

%24.68
%20.35
%0
%9.41

Codes

Color #AEB8E7 in popluar color models

AEB8E7
RGB174184231
HSL229°54.29%79.41%
HSB/HSV229°24.68%90.59%
CMYK24.68%20.35%0.00%
9.41%

Color #AEB8E7 in popluar number systems.

HEXAEB8E7
Decimal174184231
Binary101011101011100011100111
Octal256270347

Shades and tints

Shades of #AEB8E7

#AEB8E7
(174,184,231)
#9FA8D2
(159,168,210)
#9098BD
(144,152,189)
#8188A8
(129,136,168)
#727893
(114,120,147)
#63687E
(99,104,126)
#545869
(84,88,105)
#454854
(69,72,84)
#36383F
(54,56,63)
#27282A
(39,40,42)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #AEB8E7

#AEB8E7
(174,184,231)
#B5BEE9
(181,190,233)
#BCC4EB
(188,196,235)
#C3CAED
(195,202,237)
#CAD0EF
(202,208,239)
#D1D6F1
(209,214,241)
#D8DCF3
(216,220,243)
#DFE2F5
(223,226,245)
#E6E8F7
(230,232,247)
#EDEEF9
(237,238,249)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB8E7 color. Also use rgb(174,184,231) instead hex code.

Text Font Color

.myTextColor { color: #AEB8E7; }

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

This text font color is #AEB8E7.


Background Color

.myBgColor { background-color: #AEB8E7; }

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

This div background color is #AEB8E7.


Border color

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

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

This div border color is #AEB8E7.


Opacity

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

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

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

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

This text has shadow with #AEB8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB8E7 on black background.


Color preview on white background

This text has color #AEB8E7 on white background.



Black color preview on #AEB8E7 background

This text has black color on #AEB8E7 background.


White color preview on #AEB8E7 background

This text has white color on #AEB8E7 background.