COLOR #AED2BE

HEX: #AED2BE
RGB: (174,210,190)

Color info

#AED2BE contains red, green and blue colors in about the same proportion. Web safe color of #AED2BE is #99CCCC (or #9CC).

RGB color model

#AED2BE color RGB value is (174,210,190).

  • red value is 174;
  • green value is 210;
  • blue value is 190.
RGB:
(174,210,190)
(68%,82%,75%)

RGB channels and saturation

R 174 of 255 = 68%
G 210 of 255 = 82%
B 190 of 255 = 75%

174
210
190

R + G + B ~ 75%. #AED2BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 210 + 190 = 574 (100%)
R 174 of 574 ~ 30.31%
G 210 of 574 ~ 36.59%
B 190 of 574 ~ 33.1%

%30.31
%36.59
%33.1

CMYK color model

#AED2BE color CMYK value is (17,0,10,18).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 17.65%
CMYK:
(17,0,10,18)
C17M0Y10K18 
(17%,0%,10%,18%)
(0.17/0.00/0.10/0.18)	

CMYK percentages

%17.14
%0
%9.52
%17.65

Codes

Color #AED2BE in popluar color models

AED2BE
RGB174210190
HSL147°28.57%75.29%
HSB/HSV147°17.14%82.35%
CMYK17.14%0.00%9.52%
17.65%

Color #AED2BE in popluar number systems.

HEXAED2BE
Decimal174210190
Binary101011101101001010111110
Octal256322276

Shades and tints

Shades of #AED2BE

#AED2BE
(174,210,190)
#9FBFAD
(159,191,173)
#90AC9C
(144,172,156)
#81998B
(129,153,139)
#72867A
(114,134,122)
#637369
(99,115,105)
#546058
(84,96,88)
#454D47
(69,77,71)
#363A36
(54,58,54)
#272725
(39,39,37)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #AED2BE

#AED2BE
(174,210,190)
#B5D6C3
(181,214,195)
#BCDAC8
(188,218,200)
#C3DECD
(195,222,205)
#CAE2D2
(202,226,210)
#D1E6D7
(209,230,215)
#D8EADC
(216,234,220)
#DFEEE1
(223,238,225)
#E6F2E6
(230,242,230)
#EDF6EB
(237,246,235)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED2BE; }

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

This text font color is #AED2BE.


Background Color

.myBgColor { background-color: #AED2BE; }

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

This div background color is #AED2BE.


Border color

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

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

This div border color is #AED2BE.


Opacity

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

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

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

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

This text has shadow with #AED2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED2BE on black background.


Color preview on white background

This text has color #AED2BE on white background.



Black color preview on #AED2BE background

This text has black color on #AED2BE background.


White color preview on #AED2BE background

This text has white color on #AED2BE background.