COLOR #AEB7E9

HEX: #AEB7E9
RGB: (174,183,233)

Renk bilgisi

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

RGB renk modeli

#AEB7E9 color RGB value is (174,183,233).

  • kırmız ton 174;
  • yeşil ton 183;
  • mavi ton 233.
RGB:
(174,183,233)
(68%,72%,91%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 183 of 255 = 72%
B 233 of 255 = 91%

174
183
233

R + G + B ~ 77%. #AEB7E9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 183 + 233 = 590 (100%)
R 174 of 590 ~ 29.49%
G 183 of 590 ~ 31.02%
B 233 of 590 ~ 39.49%

%29.49
%31.02
%39.49

CMYK RENK MODELİ

#AEB7E9 rengi CMYK tonu (25,21,0,9).

  • camgöbeği tonu 25.32%
  • eflatun tonu 21.46%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(25,21,0,9)
C25M21Y0K9 
(25%,21%,0%,9%)
(0.25/0.21/0.00/0.09)	

CMYK yüzdeleri

%25.32
%21.46
%0
%8.63

Codes

Color #AEB7E9 in popluar color models

AEB7E9
RGB174183233
HSL231°57.28%79.80%
HSB/HSV231°25.32%91.37%
CMYK25.32%21.46%0.00%
8.63%

Color #AEB7E9 in popluar number systems.

HEXAEB7E9
Decimal174183233
Binary101011101011011111101001
Octal256267351

Shades and tints

Shades of #AEB7E9

#AEB7E9
(174,183,233)
#9FA7D4
(159,167,212)
#9097BF
(144,151,191)
#8187AA
(129,135,170)
#727795
(114,119,149)
#636780
(99,103,128)
#54576B
(84,87,107)
#454756
(69,71,86)
#363741
(54,55,65)
#27272C
(39,39,44)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #AEB7E9

#AEB7E9
(174,183,233)
#B5BDEB
(181,189,235)
#BCC3ED
(188,195,237)
#C3C9EF
(195,201,239)
#CACFF1
(202,207,241)
#D1D5F3
(209,213,243)
#D8DBF5
(216,219,245)
#DFE1F7
(223,225,247)
#E6E7F9
(230,231,249)
#EDEDFB
(237,237,251)
#F4F3FD
(244,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB7E9 color. Also use rgb(174,183,233) instead hex code.

Text Font Color

.myTextColor { color: #AEB7E9; }

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

This text font color is #AEB7E9.


Background Color

.myBgColor { background-color: #AEB7E9; }

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

This div background color is #AEB7E9.


Border color

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

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

This div border color is #AEB7E9.


Opacity

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

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

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

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

This text has shadow with #AEB7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB7E9 on black background.


Color preview on white background

This text has color #AEB7E9 on white background.



Black color preview on #AEB7E9 background

This text has black color on #AEB7E9 background.


White color preview on #AEB7E9 background

This text has white color on #AEB7E9 background.