COLOR #AEBEF0

HEX: #AEBEF0
RGB: (174,190,240)

Renk bilgisi

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

RGB renk modeli

#AEBEF0 color RGB value is (174,190,240).

  • kırmız ton 174;
  • yeşil ton 190;
  • mavi ton 240.
RGB:
(174,190,240)
(68%,75%,94%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 190 of 255 = 75%
B 240 of 255 = 94%

174
190
240

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 190 + 240 = 604 (100%)
R 174 of 604 ~ 28.81%
G 190 of 604 ~ 31.46%
B 240 of 604 ~ 39.74%

%28.81
%31.46
%39.74

CMYK RENK MODELİ

#AEBEF0 rengi CMYK tonu (28,21,0,6).

  • camgöbeği tonu 27.50%
  • eflatun tonu 20.83%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(28,21,0,6)
C28M21Y0K6 
(28%,21%,0%,6%)
(0.28/0.21/0.00/0.06)	

CMYK yüzdeleri

%27.5
%20.83
%0
%5.88

Codes

Color #AEBEF0 in popluar color models

AEBEF0
RGB174190240
HSL225°68.75%81.18%
HSB/HSV225°27.50%94.12%
CMYK27.50%20.83%0.00%
5.88%

Color #AEBEF0 in popluar number systems.

HEXAEBEF0
Decimal174190240
Binary101011101011111011110000
Octal256276360

Shades and tints

Shades of #AEBEF0

#AEBEF0
(174,190,240)
#9FADDB
(159,173,219)
#909CC6
(144,156,198)
#818BB1
(129,139,177)
#727A9C
(114,122,156)
#636987
(99,105,135)
#545872
(84,88,114)
#45475D
(69,71,93)
#363648
(54,54,72)
#272533
(39,37,51)
#18141E
(24,20,30)
#000000
(0,0,0)

Tints of #AEBEF0

#AEBEF0
(174,190,240)
#B5C3F1
(181,195,241)
#BCC8F2
(188,200,242)
#C3CDF3
(195,205,243)
#CAD2F4
(202,210,244)
#D1D7F5
(209,215,245)
#D8DCF6
(216,220,246)
#DFE1F7
(223,225,247)
#E6E6F8
(230,230,248)
#EDEBF9
(237,235,249)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBEF0 color. Also use rgb(174,190,240) instead hex code.

Text Font Color

.myTextColor { color: #AEBEF0; }

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

This text font color is #AEBEF0.


Background Color

.myBgColor { background-color: #AEBEF0; }

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

This div background color is #AEBEF0.


Border color

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

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

This div border color is #AEBEF0.


Opacity

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

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

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

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

This text has shadow with #AEBEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBEF0 on black background.


Color preview on white background

This text has color #AEBEF0 on white background.



Black color preview on #AEBEF0 background

This text has black color on #AEBEF0 background.


White color preview on #AEBEF0 background

This text has white color on #AEBEF0 background.