COLOR #AED7EA

HEX: #AED7EA
RGB: (174,215,234)

Renk bilgisi

#AED7EA contains mainly green and blue colors. #AED7EA ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#AED7EA color RGB value is (174,215,234).

  • kırmız ton 174;
  • yeşil ton 215;
  • mavi ton 234.
RGB:
(174,215,234)
(68%,84%,92%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 215 of 255 = 84%
B 234 of 255 = 92%

174
215
234

R + G + B ~ 81%. #AED7EA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 215 + 234 = 623 (100%)
R 174 of 623 ~ 27.93%
G 215 of 623 ~ 34.51%
B 234 of 623 ~ 37.56%

%27.93
%34.51
%37.56

CMYK RENK MODELİ

#AED7EA rengi CMYK tonu (26,8,0,8).

  • camgöbeği tonu 25.64%
  • eflatun tonu 8.12%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(26,8,0,8)
C26M8Y0K8 
(26%,8%,0%,8%)
(0.26/0.08/0.00/0.08)	

CMYK yüzdeleri

%25.64
%8.12
%0
%8.24

Codes

Color #AED7EA in popluar color models

AED7EA
RGB174215234
HSL199°58.82%80.00%
HSB/HSV199°25.64%91.76%
CMYK25.64%8.12%0.00%
8.24%

Color #AED7EA in popluar number systems.

HEXAED7EA
Decimal174215234
Binary101011101101011111101010
Octal256327352

Shades and tints

Shades of #AED7EA

#AED7EA
(174,215,234)
#9FC4D5
(159,196,213)
#90B1C0
(144,177,192)
#819EAB
(129,158,171)
#728B96
(114,139,150)
#637881
(99,120,129)
#54656C
(84,101,108)
#455257
(69,82,87)
#363F42
(54,63,66)
#272C2D
(39,44,45)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #AED7EA

#AED7EA
(174,215,234)
#B5DAEB
(181,218,235)
#BCDDEC
(188,221,236)
#C3E0ED
(195,224,237)
#CAE3EE
(202,227,238)
#D1E6EF
(209,230,239)
#D8E9F0
(216,233,240)
#DFECF1
(223,236,241)
#E6EFF2
(230,239,242)
#EDF2F3
(237,242,243)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED7EA color. Also use rgb(174,215,234) instead hex code.

Text Font Color

.myTextColor { color: #AED7EA; }

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

This text font color is #AED7EA.


Background Color

.myBgColor { background-color: #AED7EA; }

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

This div background color is #AED7EA.


Border color

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

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

This div border color is #AED7EA.


Opacity

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

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

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

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

This text has shadow with #AED7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED7EA on black background.


Color preview on white background

This text has color #AED7EA on white background.



Black color preview on #AED7EA background

This text has black color on #AED7EA background.


White color preview on #AED7EA background

This text has white color on #AED7EA background.