COLOR #AEB9CE

HEX: #AEB9CE
RGB: (174,185,206)

Renk bilgisi

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

RGB renk modeli

#AEB9CE color RGB value is (174,185,206).

  • kırmız ton 174;
  • yeşil ton 185;
  • mavi ton 206.
RGB:
(174,185,206)
(68%,73%,81%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 185 of 255 = 73%
B 206 of 255 = 81%

174
185
206

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 185 + 206 = 565 (100%)
R 174 of 565 ~ 30.8%
G 185 of 565 ~ 32.74%
B 206 of 565 ~ 36.46%

%30.8
%32.74
%36.46

CMYK RENK MODELİ

#AEB9CE rengi CMYK tonu (16,10,0,19).

  • camgöbeği tonu 15.53%
  • eflatun tonu 10.19%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(16,10,0,19)
C16M10Y0K19 
(16%,10%,0%,19%)
(0.16/0.10/0.00/0.19)	

CMYK yüzdeleri

%15.53
%10.19
%0
%19.22

Codes

Color #AEB9CE in popluar color models

AEB9CE
RGB174185206
HSL219°24.62%74.51%
HSB/HSV219°15.53%80.78%
CMYK15.53%10.19%0.00%
19.22%

Color #AEB9CE in popluar number systems.

HEXAEB9CE
Decimal174185206
Binary101011101011100111001110
Octal256271316

Shades and tints

Shades of #AEB9CE

#AEB9CE
(174,185,206)
#9FA9BC
(159,169,188)
#9099AA
(144,153,170)
#818998
(129,137,152)
#727986
(114,121,134)
#636974
(99,105,116)
#545962
(84,89,98)
#454950
(69,73,80)
#36393E
(54,57,62)
#27292C
(39,41,44)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #AEB9CE

#AEB9CE
(174,185,206)
#B5BFD2
(181,191,210)
#BCC5D6
(188,197,214)
#C3CBDA
(195,203,218)
#CAD1DE
(202,209,222)
#D1D7E2
(209,215,226)
#D8DDE6
(216,221,230)
#DFE3EA
(223,227,234)
#E6E9EE
(230,233,238)
#EDEFF2
(237,239,242)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB9CE color. Also use rgb(174,185,206) instead hex code.

Text Font Color

.myTextColor { color: #AEB9CE; }

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

This text font color is #AEB9CE.


Background Color

.myBgColor { background-color: #AEB9CE; }

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

This div background color is #AEB9CE.


Border color

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

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

This div border color is #AEB9CE.


Opacity

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

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

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

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

This text has shadow with #AEB9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB9CE on black background.


Color preview on white background

This text has color #AEB9CE on white background.



Black color preview on #AEB9CE background

This text has black color on #AEB9CE background.


White color preview on #AEB9CE background

This text has white color on #AEB9CE background.