COLOR #AEB3D7

HEX: #AEB3D7
RGB: (174,179,215)

Renk bilgisi

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

RGB renk modeli

#AEB3D7 color RGB value is (174,179,215).

  • kırmız ton 174;
  • yeşil ton 179;
  • mavi ton 215.
RGB:
(174,179,215)
(68%,70%,84%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 179 of 255 = 70%
B 215 of 255 = 84%

174
179
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 179 + 215 = 568 (100%)
R 174 of 568 ~ 30.63%
G 179 of 568 ~ 31.51%
B 215 of 568 ~ 37.85%

%30.63
%31.51
%37.85

CMYK RENK MODELİ

#AEB3D7 rengi CMYK tonu (19,17,0,16).

  • camgöbeği tonu 19.07%
  • eflatun tonu 16.74%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(19,17,0,16)
C19M17Y0K16 
(19%,17%,0%,16%)
(0.19/0.17/0.00/0.16)	

CMYK yüzdeleri

%19.07
%16.74
%0
%15.69

Codes

Color #AEB3D7 in popluar color models

AEB3D7
RGB174179215
HSL233°33.88%76.27%
HSB/HSV233°19.07%84.31%
CMYK19.07%16.74%0.00%
15.69%

Color #AEB3D7 in popluar number systems.

HEXAEB3D7
Decimal174179215
Binary101011101011001111010111
Octal256263327

Shades and tints

Shades of #AEB3D7

#AEB3D7
(174,179,215)
#9FA3C4
(159,163,196)
#9093B1
(144,147,177)
#81839E
(129,131,158)
#72738B
(114,115,139)
#636378
(99,99,120)
#545365
(84,83,101)
#454352
(69,67,82)
#36333F
(54,51,63)
#27232C
(39,35,44)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #AEB3D7

#AEB3D7
(174,179,215)
#B5B9DA
(181,185,218)
#BCBFDD
(188,191,221)
#C3C5E0
(195,197,224)
#CACBE3
(202,203,227)
#D1D1E6
(209,209,230)
#D8D7E9
(216,215,233)
#DFDDEC
(223,221,236)
#E6E3EF
(230,227,239)
#EDE9F2
(237,233,242)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB3D7 color. Also use rgb(174,179,215) instead hex code.

Text Font Color

.myTextColor { color: #AEB3D7; }

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

This text font color is #AEB3D7.


Background Color

.myBgColor { background-color: #AEB3D7; }

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

This div background color is #AEB3D7.


Border color

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

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

This div border color is #AEB3D7.


Opacity

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

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

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

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

This text has shadow with #AEB3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB3D7 on black background.


Color preview on white background

This text has color #AEB3D7 on white background.



Black color preview on #AEB3D7 background

This text has black color on #AEB3D7 background.


White color preview on #AEB3D7 background

This text has white color on #AEB3D7 background.