COLOR #AED7C1

HEX: #AED7C1
RGB: (174,215,193)

Renk bilgisi

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

RGB renk modeli

#AED7C1 color RGB value is (174,215,193).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 215 of 255 = 84%
B 193 of 255 = 76%

174
215
193

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 215 + 193 = 582 (100%)
R 174 of 582 ~ 29.9%
G 215 of 582 ~ 36.94%
B 193 of 582 ~ 33.16%

%29.9
%36.94
%33.16

CMYK RENK MODELİ

#AED7C1 rengi CMYK tonu (19,0,10,16).

  • camgöbeği tonu 19.07%
  • eflatun tonu 0.00%
  • sarı tonu 10.23%
  • ana renk tonu 15.69%
CMYK:
(19,0,10,16)
C19M0Y10K16 
(19%,0%,10%,16%)
(0.19/0.00/0.10/0.16)	

CMYK yüzdeleri

%19.07
%0
%10.23
%15.69

Codes

Color #AED7C1 in popluar color models

AED7C1
RGB174215193
HSL148°33.88%76.27%
HSB/HSV148°19.07%84.31%
CMYK19.07%0.00%10.23%
15.69%

Color #AED7C1 in popluar number systems.

HEXAED7C1
Decimal174215193
Binary101011101101011111000001
Octal256327301

Shades and tints

Shades of #AED7C1

#AED7C1
(174,215,193)
#9FC4B0
(159,196,176)
#90B19F
(144,177,159)
#819E8E
(129,158,142)
#728B7D
(114,139,125)
#63786C
(99,120,108)
#54655B
(84,101,91)
#45524A
(69,82,74)
#363F39
(54,63,57)
#272C28
(39,44,40)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #AED7C1

#AED7C1
(174,215,193)
#B5DAC6
(181,218,198)
#BCDDCB
(188,221,203)
#C3E0D0
(195,224,208)
#CAE3D5
(202,227,213)
#D1E6DA
(209,230,218)
#D8E9DF
(216,233,223)
#DFECE4
(223,236,228)
#E6EFE9
(230,239,233)
#EDF2EE
(237,242,238)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED7C1; }

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

This text font color is #AED7C1.


Background Color

.myBgColor { background-color: #AED7C1; }

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

This div background color is #AED7C1.


Border color

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

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

This div border color is #AED7C1.


Opacity

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

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

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

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

This text has shadow with #AED7C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED7C1 on black background.


Color preview on white background

This text has color #AED7C1 on white background.



Black color preview on #AED7C1 background

This text has black color on #AED7C1 background.


White color preview on #AED7C1 background

This text has white color on #AED7C1 background.