COLOR #AEC3E7

HEX: #AEC3E7
RGB: (174,195,231)

Renk bilgisi

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

RGB renk modeli

#AEC3E7 color RGB value is (174,195,231).

  • kırmız ton 174;
  • yeşil ton 195;
  • mavi ton 231.
RGB:
(174,195,231)
(68%,76%,91%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 195 of 255 = 76%
B 231 of 255 = 91%

174
195
231

R + G + B ~ 78%. #AEC3E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 195 + 231 = 600 (100%)
R 174 of 600 ~ 29%
G 195 of 600 ~ 32.5%
B 231 of 600 ~ 38.5%

%29
%32.5
%38.5

CMYK RENK MODELİ

#AEC3E7 rengi CMYK tonu (25,16,0,9).

  • camgöbeği tonu 24.68%
  • eflatun tonu 15.58%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(25,16,0,9)
C25M16Y0K9 
(25%,16%,0%,9%)
(0.25/0.16/0.00/0.09)	

CMYK yüzdeleri

%24.68
%15.58
%0
%9.41

Codes

Color #AEC3E7 in popluar color models

AEC3E7
RGB174195231
HSL218°54.29%79.41%
HSB/HSV218°24.68%90.59%
CMYK24.68%15.58%0.00%
9.41%

Color #AEC3E7 in popluar number systems.

HEXAEC3E7
Decimal174195231
Binary101011101100001111100111
Octal256303347

Shades and tints

Shades of #AEC3E7

#AEC3E7
(174,195,231)
#9FB2D2
(159,178,210)
#90A1BD
(144,161,189)
#8190A8
(129,144,168)
#727F93
(114,127,147)
#636E7E
(99,110,126)
#545D69
(84,93,105)
#454C54
(69,76,84)
#363B3F
(54,59,63)
#272A2A
(39,42,42)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #AEC3E7

#AEC3E7
(174,195,231)
#B5C8E9
(181,200,233)
#BCCDEB
(188,205,235)
#C3D2ED
(195,210,237)
#CAD7EF
(202,215,239)
#D1DCF1
(209,220,241)
#D8E1F3
(216,225,243)
#DFE6F5
(223,230,245)
#E6EBF7
(230,235,247)
#EDF0F9
(237,240,249)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC3E7 color. Also use rgb(174,195,231) instead hex code.

Text Font Color

.myTextColor { color: #AEC3E7; }

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

This text font color is #AEC3E7.


Background Color

.myBgColor { background-color: #AEC3E7; }

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

This div background color is #AEC3E7.


Border color

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

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

This div border color is #AEC3E7.


Opacity

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

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

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

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

This text has shadow with #AEC3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC3E7 on black background.


Color preview on white background

This text has color #AEC3E7 on white background.



Black color preview on #AEC3E7 background

This text has black color on #AEC3E7 background.


White color preview on #AEC3E7 background

This text has white color on #AEC3E7 background.