COLOR #AED5C4

HEX: #AED5C4
RGB: (174,213,196)

Renk bilgisi

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

RGB renk modeli

#AED5C4 color RGB value is (174,213,196).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 213 of 255 = 84%
B 196 of 255 = 77%

174
213
196

R + G + B ~ 76%. #AED5C4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 213 + 196 = 583 (100%)
R 174 of 583 ~ 29.85%
G 213 of 583 ~ 36.54%
B 196 of 583 ~ 33.62%

%29.85
%36.54
%33.62

CMYK RENK MODELİ

#AED5C4 rengi CMYK tonu (18,0,8,16).

  • camgöbeği tonu 18.31%
  • eflatun tonu 0.00%
  • sarı tonu 7.98%
  • ana renk tonu 16.47%
CMYK:
(18,0,8,16)
C18M0Y8K16 
(18%,0%,8%,16%)
(0.18/0.00/0.08/0.16)	

CMYK yüzdeleri

%18.31
%0
%7.98
%16.47

Codes

Color #AED5C4 in popluar color models

AED5C4
RGB174213196
HSL154°31.71%75.88%
HSB/HSV154°18.31%83.53%
CMYK18.31%0.00%7.98%
16.47%

Color #AED5C4 in popluar number systems.

HEXAED5C4
Decimal174213196
Binary101011101101010111000100
Octal256325304

Shades and tints

Shades of #AED5C4

#AED5C4
(174,213,196)
#9FC2B3
(159,194,179)
#90AFA2
(144,175,162)
#819C91
(129,156,145)
#728980
(114,137,128)
#63766F
(99,118,111)
#54635E
(84,99,94)
#45504D
(69,80,77)
#363D3C
(54,61,60)
#272A2B
(39,42,43)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #AED5C4

#AED5C4
(174,213,196)
#B5D8C9
(181,216,201)
#BCDBCE
(188,219,206)
#C3DED3
(195,222,211)
#CAE1D8
(202,225,216)
#D1E4DD
(209,228,221)
#D8E7E2
(216,231,226)
#DFEAE7
(223,234,231)
#E6EDEC
(230,237,236)
#EDF0F1
(237,240,241)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED5C4; }

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

This text font color is #AED5C4.


Background Color

.myBgColor { background-color: #AED5C4; }

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

This div background color is #AED5C4.


Border color

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

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

This div border color is #AED5C4.


Opacity

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

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

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

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

This text has shadow with #AED5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED5C4 on black background.


Color preview on white background

This text has color #AED5C4 on white background.



Black color preview on #AED5C4 background

This text has black color on #AED5C4 background.


White color preview on #AED5C4 background

This text has white color on #AED5C4 background.