COLOR #AEB9D3

HEX: #AEB9D3
RGB: (174,185,211)

Renk bilgisi

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

RGB renk modeli

#AEB9D3 color RGB value is (174,185,211).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 185 of 255 = 73%
B 211 of 255 = 83%

174
185
211

R + G + B ~ 75%. #AEB9D3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 185 + 211 = 570 (100%)
R 174 of 570 ~ 30.53%
G 185 of 570 ~ 32.46%
B 211 of 570 ~ 37.02%

%30.53
%32.46
%37.02

CMYK RENK MODELİ

#AEB9D3 rengi CMYK tonu (18,12,0,17).

  • camgöbeği tonu 17.54%
  • eflatun tonu 12.32%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(18,12,0,17)
C18M12Y0K17 
(18%,12%,0%,17%)
(0.18/0.12/0.00/0.17)	

CMYK yüzdeleri

%17.54
%12.32
%0
%17.25

Codes

Color #AEB9D3 in popluar color models

AEB9D3
RGB174185211
HSL222°29.60%75.49%
HSB/HSV222°17.54%82.75%
CMYK17.54%12.32%0.00%
17.25%

Color #AEB9D3 in popluar number systems.

HEXAEB9D3
Decimal174185211
Binary101011101011100111010011
Octal256271323

Shades and tints

Shades of #AEB9D3

#AEB9D3
(174,185,211)
#9FA9C0
(159,169,192)
#9099AD
(144,153,173)
#81899A
(129,137,154)
#727987
(114,121,135)
#636974
(99,105,116)
#545961
(84,89,97)
#45494E
(69,73,78)
#36393B
(54,57,59)
#272928
(39,41,40)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #AEB9D3

#AEB9D3
(174,185,211)
#B5BFD7
(181,191,215)
#BCC5DB
(188,197,219)
#C3CBDF
(195,203,223)
#CAD1E3
(202,209,227)
#D1D7E7
(209,215,231)
#D8DDEB
(216,221,235)
#DFE3EF
(223,227,239)
#E6E9F3
(230,233,243)
#EDEFF7
(237,239,247)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB9D3; }

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

This text font color is #AEB9D3.


Background Color

.myBgColor { background-color: #AEB9D3; }

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

This div background color is #AEB9D3.


Border color

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

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

This div border color is #AEB9D3.


Opacity

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

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

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

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

This text has shadow with #AEB9D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB9D3 on black background.


Color preview on white background

This text has color #AEB9D3 on white background.



Black color preview on #AEB9D3 background

This text has black color on #AEB9D3 background.


White color preview on #AEB9D3 background

This text has white color on #AEB9D3 background.