COLOR #AEB4D2

HEX: #AEB4D2
RGB: (174,180,210)

Renk bilgisi

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

RGB renk modeli

#AEB4D2 color RGB value is (174,180,210).

  • kırmız ton 174;
  • yeşil ton 180;
  • mavi ton 210.
RGB:
(174,180,210)
(68%,71%,82%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 180 of 255 = 71%
B 210 of 255 = 82%

174
180
210

R + G + B ~ 74%. #AEB4D2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 180 + 210 = 564 (100%)
R 174 of 564 ~ 30.85%
G 180 of 564 ~ 31.91%
B 210 of 564 ~ 37.23%

%30.85
%31.91
%37.23

CMYK RENK MODELİ

#AEB4D2 rengi CMYK tonu (17,14,0,18).

  • camgöbeği tonu 17.14%
  • eflatun tonu 14.29%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(17,14,0,18)
C17M14Y0K18 
(17%,14%,0%,18%)
(0.17/0.14/0.00/0.18)	

CMYK yüzdeleri

%17.14
%14.29
%0
%17.65

Codes

Color #AEB4D2 in popluar color models

AEB4D2
RGB174180210
HSL230°28.57%75.29%
HSB/HSV230°17.14%82.35%
CMYK17.14%14.29%0.00%
17.65%

Color #AEB4D2 in popluar number systems.

HEXAEB4D2
Decimal174180210
Binary101011101011010011010010
Octal256264322

Shades and tints

Shades of #AEB4D2

#AEB4D2
(174,180,210)
#9FA4BF
(159,164,191)
#9094AC
(144,148,172)
#818499
(129,132,153)
#727486
(114,116,134)
#636473
(99,100,115)
#545460
(84,84,96)
#45444D
(69,68,77)
#36343A
(54,52,58)
#272427
(39,36,39)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #AEB4D2

#AEB4D2
(174,180,210)
#B5BAD6
(181,186,214)
#BCC0DA
(188,192,218)
#C3C6DE
(195,198,222)
#CACCE2
(202,204,226)
#D1D2E6
(209,210,230)
#D8D8EA
(216,216,234)
#DFDEEE
(223,222,238)
#E6E4F2
(230,228,242)
#EDEAF6
(237,234,246)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB4D2 color. Also use rgb(174,180,210) instead hex code.

Text Font Color

.myTextColor { color: #AEB4D2; }

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

This text font color is #AEB4D2.


Background Color

.myBgColor { background-color: #AEB4D2; }

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

This div background color is #AEB4D2.


Border color

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

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

This div border color is #AEB4D2.


Opacity

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

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

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

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

This text has shadow with #AEB4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB4D2 on black background.


Color preview on white background

This text has color #AEB4D2 on white background.



Black color preview on #AEB4D2 background

This text has black color on #AEB4D2 background.


White color preview on #AEB4D2 background

This text has white color on #AEB4D2 background.