COLOR #AEB1D6

HEX: #AEB1D6
RGB: (174,177,214)

Renk bilgisi

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

RGB renk modeli

#AEB1D6 color RGB value is (174,177,214).

  • kırmız ton 174;
  • yeşil ton 177;
  • mavi ton 214.
RGB:
(174,177,214)
(68%,69%,84%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 177 of 255 = 69%
B 214 of 255 = 84%

174
177
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 177 + 214 = 565 (100%)
R 174 of 565 ~ 30.8%
G 177 of 565 ~ 31.33%
B 214 of 565 ~ 37.88%

%30.8
%31.33
%37.88

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%18.69
%17.29
%0
%16.08

Codes

Color #AEB1D6 in popluar color models

AEB1D6
RGB174177214
HSL236°32.79%76.08%
HSB/HSV236°18.69%83.92%
CMYK18.69%17.29%0.00%
16.08%

Color #AEB1D6 in popluar number systems.

HEXAEB1D6
Decimal174177214
Binary101011101011000111010110
Octal256261326

Shades and tints

Shades of #AEB1D6

#AEB1D6
(174,177,214)
#9FA1C3
(159,161,195)
#9091B0
(144,145,176)
#81819D
(129,129,157)
#72718A
(114,113,138)
#636177
(99,97,119)
#545164
(84,81,100)
#454151
(69,65,81)
#36313E
(54,49,62)
#27212B
(39,33,43)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #AEB1D6

#AEB1D6
(174,177,214)
#B5B8D9
(181,184,217)
#BCBFDC
(188,191,220)
#C3C6DF
(195,198,223)
#CACDE2
(202,205,226)
#D1D4E5
(209,212,229)
#D8DBE8
(216,219,232)
#DFE2EB
(223,226,235)
#E6E9EE
(230,233,238)
#EDF0F1
(237,240,241)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB1D6 color. Also use rgb(174,177,214) instead hex code.

Text Font Color

.myTextColor { color: #AEB1D6; }

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

This text font color is #AEB1D6.


Background Color

.myBgColor { background-color: #AEB1D6; }

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

This div background color is #AEB1D6.


Border color

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

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

This div border color is #AEB1D6.


Opacity

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

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

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

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

This text has shadow with #AEB1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB1D6 on black background.


Color preview on white background

This text has color #AEB1D6 on white background.



Black color preview on #AEB1D6 background

This text has black color on #AEB1D6 background.


White color preview on #AEB1D6 background

This text has white color on #AEB1D6 background.