COLOR #AEBEF1

HEX: #AEBEF1
RGB: (174,190,241)

Renk bilgisi

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

RGB renk modeli

#AEBEF1 color RGB value is (174,190,241).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 190 of 255 = 75%
B 241 of 255 = 95%

174
190
241

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 190 + 241 = 605 (100%)
R 174 of 605 ~ 28.76%
G 190 of 605 ~ 31.4%
B 241 of 605 ~ 39.83%

%28.76
%31.4
%39.83

CMYK RENK MODELİ

#AEBEF1 rengi CMYK tonu (28,21,0,5).

  • camgöbeği tonu 27.80%
  • eflatun tonu 21.16%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(28,21,0,5)
C28M21Y0K5 
(28%,21%,0%,5%)
(0.28/0.21/0.00/0.05)	

CMYK yüzdeleri

%27.8
%21.16
%0
%5.49

Codes

Color #AEBEF1 in popluar color models

AEBEF1
RGB174190241
HSL226°70.53%81.37%
HSB/HSV226°27.80%94.51%
CMYK27.80%21.16%0.00%
5.49%

Color #AEBEF1 in popluar number systems.

HEXAEBEF1
Decimal174190241
Binary101011101011111011110001
Octal256276361

Shades and tints

Shades of #AEBEF1

#AEBEF1
(174,190,241)
#9FADDC
(159,173,220)
#909CC7
(144,156,199)
#818BB2
(129,139,178)
#727A9D
(114,122,157)
#636988
(99,105,136)
#545873
(84,88,115)
#45475E
(69,71,94)
#363649
(54,54,73)
#272534
(39,37,52)
#18141F
(24,20,31)
#000000
(0,0,0)

Tints of #AEBEF1

#AEBEF1
(174,190,241)
#B5C3F2
(181,195,242)
#BCC8F3
(188,200,243)
#C3CDF4
(195,205,244)
#CAD2F5
(202,210,245)
#D1D7F6
(209,215,246)
#D8DCF7
(216,220,247)
#DFE1F8
(223,225,248)
#E6E6F9
(230,230,249)
#EDEBFA
(237,235,250)
#F4F0FB
(244,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBEF1; }

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

This text font color is #AEBEF1.


Background Color

.myBgColor { background-color: #AEBEF1; }

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

This div background color is #AEBEF1.


Border color

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

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

This div border color is #AEBEF1.


Opacity

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

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

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

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

This text has shadow with #AEBEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBEF1 on black background.


Color preview on white background

This text has color #AEBEF1 on white background.



Black color preview on #AEBEF1 background

This text has black color on #AEBEF1 background.


White color preview on #AEBEF1 background

This text has white color on #AEBEF1 background.