COLOR #AED3D7

HEX: #AED3D7
RGB: (174,211,215)

Renk bilgisi

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

RGB renk modeli

#AED3D7 color RGB value is (174,211,215).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 211 of 255 = 83%
B 215 of 255 = 84%

174
211
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 211 + 215 = 600 (100%)
R 174 of 600 ~ 29%
G 211 of 600 ~ 35.17%
B 215 of 600 ~ 35.83%

%29
%35.17
%35.83

CMYK RENK MODELİ

#AED3D7 rengi CMYK tonu (19,2,0,16).

  • camgöbeği tonu 19.07%
  • eflatun tonu 1.86%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(19,2,0,16)
C19M2Y0K16 
(19%,2%,0%,16%)
(0.19/0.02/0.00/0.16)	

CMYK yüzdeleri

%19.07
%1.86
%0
%15.69

Codes

Color #AED3D7 in popluar color models

AED3D7
RGB174211215
HSL186°33.88%76.27%
HSB/HSV186°19.07%84.31%
CMYK19.07%1.86%0.00%
15.69%

Color #AED3D7 in popluar number systems.

HEXAED3D7
Decimal174211215
Binary101011101101001111010111
Octal256323327

Shades and tints

Shades of #AED3D7

#AED3D7
(174,211,215)
#9FC0C4
(159,192,196)
#90ADB1
(144,173,177)
#819A9E
(129,154,158)
#72878B
(114,135,139)
#637478
(99,116,120)
#546165
(84,97,101)
#454E52
(69,78,82)
#363B3F
(54,59,63)
#27282C
(39,40,44)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #AED3D7

#AED3D7
(174,211,215)
#B5D7DA
(181,215,218)
#BCDBDD
(188,219,221)
#C3DFE0
(195,223,224)
#CAE3E3
(202,227,227)
#D1E7E6
(209,231,230)
#D8EBE9
(216,235,233)
#DFEFEC
(223,239,236)
#E6F3EF
(230,243,239)
#EDF7F2
(237,247,242)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED3D7; }

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

This text font color is #AED3D7.


Background Color

.myBgColor { background-color: #AED3D7; }

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

This div background color is #AED3D7.


Border color

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

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

This div border color is #AED3D7.


Opacity

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

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

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

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

This text has shadow with #AED3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED3D7 on black background.


Color preview on white background

This text has color #AED3D7 on white background.



Black color preview on #AED3D7 background

This text has black color on #AED3D7 background.


White color preview on #AED3D7 background

This text has white color on #AED3D7 background.