COLOR #AEBBD5

HEX: #AEBBD5
RGB: (174,187,213)

Renk bilgisi

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

RGB renk modeli

#AEBBD5 color RGB value is (174,187,213).

  • kırmız ton 174;
  • yeşil ton 187;
  • mavi ton 213.
RGB:
(174,187,213)
(68%,73%,84%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 187 of 255 = 73%
B 213 of 255 = 84%

174
187
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 187 + 213 = 574 (100%)
R 174 of 574 ~ 30.31%
G 187 of 574 ~ 32.58%
B 213 of 574 ~ 37.11%

%30.31
%32.58
%37.11

CMYK RENK MODELİ

#AEBBD5 rengi CMYK tonu (18,12,0,16).

  • camgöbeği tonu 18.31%
  • eflatun tonu 12.21%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(18,12,0,16)
C18M12Y0K16 
(18%,12%,0%,16%)
(0.18/0.12/0.00/0.16)	

CMYK yüzdeleri

%18.31
%12.21
%0
%16.47

Codes

Color #AEBBD5 in popluar color models

AEBBD5
RGB174187213
HSL220°31.71%75.88%
HSB/HSV220°18.31%83.53%
CMYK18.31%12.21%0.00%
16.47%

Color #AEBBD5 in popluar number systems.

HEXAEBBD5
Decimal174187213
Binary101011101011101111010101
Octal256273325

Shades and tints

Shades of #AEBBD5

#AEBBD5
(174,187,213)
#9FAAC2
(159,170,194)
#9099AF
(144,153,175)
#81889C
(129,136,156)
#727789
(114,119,137)
#636676
(99,102,118)
#545563
(84,85,99)
#454450
(69,68,80)
#36333D
(54,51,61)
#27222A
(39,34,42)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #AEBBD5

#AEBBD5
(174,187,213)
#B5C1D8
(181,193,216)
#BCC7DB
(188,199,219)
#C3CDDE
(195,205,222)
#CAD3E1
(202,211,225)
#D1D9E4
(209,217,228)
#D8DFE7
(216,223,231)
#DFE5EA
(223,229,234)
#E6EBED
(230,235,237)
#EDF1F0
(237,241,240)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBBD5 color. Also use rgb(174,187,213) instead hex code.

Text Font Color

.myTextColor { color: #AEBBD5; }

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

This text font color is #AEBBD5.


Background Color

.myBgColor { background-color: #AEBBD5; }

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

This div background color is #AEBBD5.


Border color

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

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

This div border color is #AEBBD5.


Opacity

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

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

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

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

This text has shadow with #AEBBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBBD5 on black background.


Color preview on white background

This text has color #AEBBD5 on white background.



Black color preview on #AEBBD5 background

This text has black color on #AEBBD5 background.


White color preview on #AEBBD5 background

This text has white color on #AEBBD5 background.