COLOR #AEBCDD

HEX: #AEBCDD
RGB: (174,188,221)

Renk bilgisi

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

RGB renk modeli

#AEBCDD color RGB value is (174,188,221).

  • kırmız ton 174;
  • yeşil ton 188;
  • mavi ton 221.
RGB:
(174,188,221)
(68%,74%,87%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 188 of 255 = 74%
B 221 of 255 = 87%

174
188
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 188 + 221 = 583 (100%)
R 174 of 583 ~ 29.85%
G 188 of 583 ~ 32.25%
B 221 of 583 ~ 37.91%

%29.85
%32.25
%37.91

CMYK RENK MODELİ

#AEBCDD rengi CMYK tonu (21,15,0,13).

  • camgöbeği tonu 21.27%
  • eflatun tonu 14.93%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(21,15,0,13)
C21M15Y0K13 
(21%,15%,0%,13%)
(0.21/0.15/0.00/0.13)	

CMYK yüzdeleri

%21.27
%14.93
%0
%13.33

Codes

Color #AEBCDD in popluar color models

AEBCDD
RGB174188221
HSL222°40.87%77.45%
HSB/HSV222°21.27%86.67%
CMYK21.27%14.93%0.00%
13.33%

Color #AEBCDD in popluar number systems.

HEXAEBCDD
Decimal174188221
Binary101011101011110011011101
Octal256274335

Shades and tints

Shades of #AEBCDD

#AEBCDD
(174,188,221)
#9FABC9
(159,171,201)
#909AB5
(144,154,181)
#8189A1
(129,137,161)
#72788D
(114,120,141)
#636779
(99,103,121)
#545665
(84,86,101)
#454551
(69,69,81)
#36343D
(54,52,61)
#272329
(39,35,41)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #AEBCDD

#AEBCDD
(174,188,221)
#B5C2E0
(181,194,224)
#BCC8E3
(188,200,227)
#C3CEE6
(195,206,230)
#CAD4E9
(202,212,233)
#D1DAEC
(209,218,236)
#D8E0EF
(216,224,239)
#DFE6F2
(223,230,242)
#E6ECF5
(230,236,245)
#EDF2F8
(237,242,248)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBCDD color. Also use rgb(174,188,221) instead hex code.

Text Font Color

.myTextColor { color: #AEBCDD; }

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

This text font color is #AEBCDD.


Background Color

.myBgColor { background-color: #AEBCDD; }

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

This div background color is #AEBCDD.


Border color

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

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

This div border color is #AEBCDD.


Opacity

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

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

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

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

This text has shadow with #AEBCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBCDD on black background.


Color preview on white background

This text has color #AEBCDD on white background.



Black color preview on #AEBCDD background

This text has black color on #AEBCDD background.


White color preview on #AEBCDD background

This text has white color on #AEBCDD background.