COLOR #AEC7E8

HEX: #AEC7E8
RGB: (174,199,232)

Renk bilgisi

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

RGB renk modeli

#AEC7E8 color RGB value is (174,199,232).

  • kırmız ton 174;
  • yeşil ton 199;
  • mavi ton 232.
RGB:
(174,199,232)
(68%,78%,91%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 199 of 255 = 78%
B 232 of 255 = 91%

174
199
232

R + G + B ~ 79%. #AEC7E8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 199 + 232 = 605 (100%)
R 174 of 605 ~ 28.76%
G 199 of 605 ~ 32.89%
B 232 of 605 ~ 38.35%

%28.76
%32.89
%38.35

CMYK RENK MODELİ

#AEC7E8 rengi CMYK tonu (25,14,0,9).

  • camgöbeği tonu 25.00%
  • eflatun tonu 14.22%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(25,14,0,9)
C25M14Y0K9 
(25%,14%,0%,9%)
(0.25/0.14/0.00/0.09)	

CMYK yüzdeleri

%25
%14.22
%0
%9.02

Codes

Color #AEC7E8 in popluar color models

AEC7E8
RGB174199232
HSL214°55.77%79.61%
HSB/HSV214°25.00%90.98%
CMYK25.00%14.22%0.00%
9.02%

Color #AEC7E8 in popluar number systems.

HEXAEC7E8
Decimal174199232
Binary101011101100011111101000
Octal256307350

Shades and tints

Shades of #AEC7E8

#AEC7E8
(174,199,232)
#9FB5D3
(159,181,211)
#90A3BE
(144,163,190)
#8191A9
(129,145,169)
#727F94
(114,127,148)
#636D7F
(99,109,127)
#545B6A
(84,91,106)
#454955
(69,73,85)
#363740
(54,55,64)
#27252B
(39,37,43)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #AEC7E8

#AEC7E8
(174,199,232)
#B5CCEA
(181,204,234)
#BCD1EC
(188,209,236)
#C3D6EE
(195,214,238)
#CADBF0
(202,219,240)
#D1E0F2
(209,224,242)
#D8E5F4
(216,229,244)
#DFEAF6
(223,234,246)
#E6EFF8
(230,239,248)
#EDF4FA
(237,244,250)
#F4F9FC
(244,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC7E8 color. Also use rgb(174,199,232) instead hex code.

Text Font Color

.myTextColor { color: #AEC7E8; }

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

This text font color is #AEC7E8.


Background Color

.myBgColor { background-color: #AEC7E8; }

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

This div background color is #AEC7E8.


Border color

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

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

This div border color is #AEC7E8.


Opacity

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

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

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

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

This text has shadow with #AEC7E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC7E8 on black background.


Color preview on white background

This text has color #AEC7E8 on white background.



Black color preview on #AEC7E8 background

This text has black color on #AEC7E8 background.


White color preview on #AEC7E8 background

This text has white color on #AEC7E8 background.