COLOR #AED5BE

HEX: #AED5BE
RGB: (174,213,190)

Renk bilgisi

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

RGB renk modeli

#AED5BE color RGB value is (174,213,190).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 213 of 255 = 84%
B 190 of 255 = 75%

174
213
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 213 + 190 = 577 (100%)
R 174 of 577 ~ 30.16%
G 213 of 577 ~ 36.92%
B 190 of 577 ~ 32.93%

%30.16
%36.92
%32.93

CMYK RENK MODELİ

#AED5BE rengi CMYK tonu (18,0,11,16).

  • camgöbeği tonu 18.31%
  • eflatun tonu 0.00%
  • sarı tonu 10.80%
  • ana renk tonu 16.47%
CMYK:
(18,0,11,16)
C18M0Y11K16 
(18%,0%,11%,16%)
(0.18/0.00/0.11/0.16)	

CMYK yüzdeleri

%18.31
%0
%10.8
%16.47

Codes

Color #AED5BE in popluar color models

AED5BE
RGB174213190
HSL145°31.71%75.88%
HSB/HSV145°18.31%83.53%
CMYK18.31%0.00%10.80%
16.47%

Color #AED5BE in popluar number systems.

HEXAED5BE
Decimal174213190
Binary101011101101010110111110
Octal256325276

Shades and tints

Shades of #AED5BE

#AED5BE
(174,213,190)
#9FC2AD
(159,194,173)
#90AF9C
(144,175,156)
#819C8B
(129,156,139)
#72897A
(114,137,122)
#637669
(99,118,105)
#546358
(84,99,88)
#455047
(69,80,71)
#363D36
(54,61,54)
#272A25
(39,42,37)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #AED5BE

#AED5BE
(174,213,190)
#B5D8C3
(181,216,195)
#BCDBC8
(188,219,200)
#C3DECD
(195,222,205)
#CAE1D2
(202,225,210)
#D1E4D7
(209,228,215)
#D8E7DC
(216,231,220)
#DFEAE1
(223,234,225)
#E6EDE6
(230,237,230)
#EDF0EB
(237,240,235)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED5BE; }

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

This text font color is #AED5BE.


Background Color

.myBgColor { background-color: #AED5BE; }

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

This div background color is #AED5BE.


Border color

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

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

This div border color is #AED5BE.


Opacity

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

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

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

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

This text has shadow with #AED5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED5BE on black background.


Color preview on white background

This text has color #AED5BE on white background.



Black color preview on #AED5BE background

This text has black color on #AED5BE background.


White color preview on #AED5BE background

This text has white color on #AED5BE background.