COLOR #AEBDDA

HEX: #AEBDDA
RGB: (174,189,218)

Renk bilgisi

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

RGB renk modeli

#AEBDDA color RGB value is (174,189,218).

  • kırmız ton 174;
  • yeşil ton 189;
  • mavi ton 218.
RGB:
(174,189,218)
(68%,74%,85%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 189 of 255 = 74%
B 218 of 255 = 85%

174
189
218

R + G + B ~ 76%. #AEBDDA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 189 + 218 = 581 (100%)
R 174 of 581 ~ 29.95%
G 189 of 581 ~ 32.53%
B 218 of 581 ~ 37.52%

%29.95
%32.53
%37.52

CMYK RENK MODELİ

#AEBDDA rengi CMYK tonu (20,13,0,15).

  • camgöbeği tonu 20.18%
  • eflatun tonu 13.30%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(20,13,0,15)
C20M13Y0K15 
(20%,13%,0%,15%)
(0.20/0.13/0.00/0.15)	

CMYK yüzdeleri

%20.18
%13.3
%0
%14.51

Codes

Color #AEBDDA in popluar color models

AEBDDA
RGB174189218
HSL220°37.29%76.86%
HSB/HSV220°20.18%85.49%
CMYK20.18%13.30%0.00%
14.51%

Color #AEBDDA in popluar number systems.

HEXAEBDDA
Decimal174189218
Binary101011101011110111011010
Octal256275332

Shades and tints

Shades of #AEBDDA

#AEBDDA
(174,189,218)
#9FACC7
(159,172,199)
#909BB4
(144,155,180)
#818AA1
(129,138,161)
#72798E
(114,121,142)
#63687B
(99,104,123)
#545768
(84,87,104)
#454655
(69,70,85)
#363542
(54,53,66)
#27242F
(39,36,47)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #AEBDDA

#AEBDDA
(174,189,218)
#B5C3DD
(181,195,221)
#BCC9E0
(188,201,224)
#C3CFE3
(195,207,227)
#CAD5E6
(202,213,230)
#D1DBE9
(209,219,233)
#D8E1EC
(216,225,236)
#DFE7EF
(223,231,239)
#E6EDF2
(230,237,242)
#EDF3F5
(237,243,245)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBDDA color. Also use rgb(174,189,218) instead hex code.

Text Font Color

.myTextColor { color: #AEBDDA; }

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

This text font color is #AEBDDA.


Background Color

.myBgColor { background-color: #AEBDDA; }

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

This div background color is #AEBDDA.


Border color

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

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

This div border color is #AEBDDA.


Opacity

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

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

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

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

This text has shadow with #AEBDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBDDA on black background.


Color preview on white background

This text has color #AEBDDA on white background.



Black color preview on #AEBDDA background

This text has black color on #AEBDDA background.


White color preview on #AEBDDA background

This text has white color on #AEBDDA background.