COLOR #AED5F4

HEX: #AED5F4
RGB: (174,213,244)

Renk bilgisi

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

RGB renk modeli

#AED5F4 color RGB value is (174,213,244).

  • kırmız ton 174;
  • yeşil ton 213;
  • mavi ton 244.
RGB:
(174,213,244)
(68%,84%,96%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 213 of 255 = 84%
B 244 of 255 = 96%

174
213
244

R + G + B ~ 83%. #AED5F4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 213 + 244 = 631 (100%)
R 174 of 631 ~ 27.58%
G 213 of 631 ~ 33.76%
B 244 of 631 ~ 38.67%

%27.58
%33.76
%38.67

CMYK RENK MODELİ

#AED5F4 rengi CMYK tonu (29,13,0,4).

  • camgöbeği tonu 28.69%
  • eflatun tonu 12.70%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(29,13,0,4)
C29M13Y0K4 
(29%,13%,0%,4%)
(0.29/0.13/0.00/0.04)	

CMYK yüzdeleri

%28.69
%12.7
%0
%4.31

Codes

Color #AED5F4 in popluar color models

AED5F4
RGB174213244
HSL207°76.09%81.96%
HSB/HSV207°28.69%95.69%
CMYK28.69%12.70%0.00%
4.31%

Color #AED5F4 in popluar number systems.

HEXAED5F4
Decimal174213244
Binary101011101101010111110100
Octal256325364

Shades and tints

Shades of #AED5F4

#AED5F4
(174,213,244)
#9FC2DE
(159,194,222)
#90AFC8
(144,175,200)
#819CB2
(129,156,178)
#72899C
(114,137,156)
#637686
(99,118,134)
#546370
(84,99,112)
#45505A
(69,80,90)
#363D44
(54,61,68)
#272A2E
(39,42,46)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #AED5F4

#AED5F4
(174,213,244)
#B5D8F5
(181,216,245)
#BCDBF6
(188,219,246)
#C3DEF7
(195,222,247)
#CAE1F8
(202,225,248)
#D1E4F9
(209,228,249)
#D8E7FA
(216,231,250)
#DFEAFB
(223,234,251)
#E6EDFC
(230,237,252)
#EDF0FD
(237,240,253)
#F4F3FE
(244,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED5F4 color. Also use rgb(174,213,244) instead hex code.

Text Font Color

.myTextColor { color: #AED5F4; }

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

This text font color is #AED5F4.


Background Color

.myBgColor { background-color: #AED5F4; }

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

This div background color is #AED5F4.


Border color

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

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

This div border color is #AED5F4.


Opacity

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

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

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

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

This text has shadow with #AED5F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED5F4 on black background.


Color preview on white background

This text has color #AED5F4 on white background.



Black color preview on #AED5F4 background

This text has black color on #AED5F4 background.


White color preview on #AED5F4 background

This text has white color on #AED5F4 background.