COLOR #AEB3CC

HEX: #AEB3CC
RGB: (174,179,204)

Renk bilgisi

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

RGB renk modeli

#AEB3CC color RGB value is (174,179,204).

  • kırmız ton 174;
  • yeşil ton 179;
  • mavi ton 204.
RGB:
(174,179,204)
(68%,70%,80%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 179 of 255 = 70%
B 204 of 255 = 80%

174
179
204

R + G + B ~ 73%. #AEB3CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 179 + 204 = 557 (100%)
R 174 of 557 ~ 31.24%
G 179 of 557 ~ 32.14%
B 204 of 557 ~ 36.62%

%31.24
%32.14
%36.62

CMYK RENK MODELİ

#AEB3CC rengi CMYK tonu (15,12,0,20).

  • camgöbeği tonu 14.71%
  • eflatun tonu 12.25%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(15,12,0,20)
C15M12Y0K20 
(15%,12%,0%,20%)
(0.15/0.12/0.00/0.20)	

CMYK yüzdeleri

%14.71
%12.25
%0
%20

Codes

Color #AEB3CC in popluar color models

AEB3CC
RGB174179204
HSL230°22.73%74.12%
HSB/HSV230°14.71%80.00%
CMYK14.71%12.25%0.00%
20.00%

Color #AEB3CC in popluar number systems.

HEXAEB3CC
Decimal174179204
Binary101011101011001111001100
Octal256263314

Shades and tints

Shades of #AEB3CC

#AEB3CC
(174,179,204)
#9FA3BA
(159,163,186)
#9093A8
(144,147,168)
#818396
(129,131,150)
#727384
(114,115,132)
#636372
(99,99,114)
#545360
(84,83,96)
#45434E
(69,67,78)
#36333C
(54,51,60)
#27232A
(39,35,42)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #AEB3CC

#AEB3CC
(174,179,204)
#B5B9D0
(181,185,208)
#BCBFD4
(188,191,212)
#C3C5D8
(195,197,216)
#CACBDC
(202,203,220)
#D1D1E0
(209,209,224)
#D8D7E4
(216,215,228)
#DFDDE8
(223,221,232)
#E6E3EC
(230,227,236)
#EDE9F0
(237,233,240)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB3CC color. Also use rgb(174,179,204) instead hex code.

Text Font Color

.myTextColor { color: #AEB3CC; }

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

This text font color is #AEB3CC.


Background Color

.myBgColor { background-color: #AEB3CC; }

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

This div background color is #AEB3CC.


Border color

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

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

This div border color is #AEB3CC.


Opacity

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

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

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

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

This text has shadow with #AEB3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB3CC on black background.


Color preview on white background

This text has color #AEB3CC on white background.



Black color preview on #AEB3CC background

This text has black color on #AEB3CC background.


White color preview on #AEB3CC background

This text has white color on #AEB3CC background.