COLOR #AED5C9

HEX: #AED5C9
RGB: (174,213,201)

Renk bilgisi

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

RGB renk modeli

#AED5C9 color RGB value is (174,213,201).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 213 of 255 = 84%
B 201 of 255 = 79%

174
213
201

R + G + B ~ 77%. #AED5C9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 213 + 201 = 588 (100%)
R 174 of 588 ~ 29.59%
G 213 of 588 ~ 36.22%
B 201 of 588 ~ 34.18%

%29.59
%36.22
%34.18

CMYK RENK MODELİ

#AED5C9 rengi CMYK tonu (18,0,6,16).

  • camgöbeği tonu 18.31%
  • eflatun tonu 0.00%
  • sarı tonu 5.63%
  • ana renk tonu 16.47%
CMYK:
(18,0,6,16)
C18M0Y6K16 
(18%,0%,6%,16%)
(0.18/0.00/0.06/0.16)	

CMYK yüzdeleri

%18.31
%0
%5.63
%16.47

Codes

Color #AED5C9 in popluar color models

AED5C9
RGB174213201
HSL162°31.71%75.88%
HSB/HSV162°18.31%83.53%
CMYK18.31%0.00%5.63%
16.47%

Color #AED5C9 in popluar number systems.

HEXAED5C9
Decimal174213201
Binary101011101101010111001001
Octal256325311

Shades and tints

Shades of #AED5C9

#AED5C9
(174,213,201)
#9FC2B7
(159,194,183)
#90AFA5
(144,175,165)
#819C93
(129,156,147)
#728981
(114,137,129)
#63766F
(99,118,111)
#54635D
(84,99,93)
#45504B
(69,80,75)
#363D39
(54,61,57)
#272A27
(39,42,39)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #AED5C9

#AED5C9
(174,213,201)
#B5D8CD
(181,216,205)
#BCDBD1
(188,219,209)
#C3DED5
(195,222,213)
#CAE1D9
(202,225,217)
#D1E4DD
(209,228,221)
#D8E7E1
(216,231,225)
#DFEAE5
(223,234,229)
#E6EDE9
(230,237,233)
#EDF0ED
(237,240,237)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED5C9; }

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

This text font color is #AED5C9.


Background Color

.myBgColor { background-color: #AED5C9; }

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

This div background color is #AED5C9.


Border color

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

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

This div border color is #AED5C9.


Opacity

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

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

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

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

This text has shadow with #AED5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED5C9 on black background.


Color preview on white background

This text has color #AED5C9 on white background.



Black color preview on #AED5C9 background

This text has black color on #AED5C9 background.


White color preview on #AED5C9 background

This text has white color on #AED5C9 background.