COLOR #AED2BF

HEX: #AED2BF
RGB: (174,210,191)

Color info

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

RGB color model

#AED2BF color RGB value is (174,210,191).

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

RGB channels and saturation

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

174
210
191

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

Portions of RGB colors in percentages

R + G + B =
174 + 210 + 191 = 575 (100%)
R 174 of 575 ~ 30.26%
G 210 of 575 ~ 36.52%
B 191 of 575 ~ 33.22%

%30.26
%36.52
%33.22

CMYK color model

#AED2BF color CMYK value is (17,0,9,18).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 17.65%
CMYK:
(17,0,9,18)
C17M0Y9K18 
(17%,0%,9%,18%)
(0.17/0.00/0.09/0.18)	

CMYK percentages

%17.14
%0
%9.05
%17.65

Codes

Color #AED2BF in popluar color models

AED2BF
RGB174210191
HSL148°28.57%75.29%
HSB/HSV148°17.14%82.35%
CMYK17.14%0.00%9.05%
17.65%

Color #AED2BF in popluar number systems.

HEXAED2BF
Decimal174210191
Binary101011101101001010111111
Octal256322277

Shades and tints

Shades of #AED2BF

#AED2BF
(174,210,191)
#9FBFAE
(159,191,174)
#90AC9D
(144,172,157)
#81998C
(129,153,140)
#72867B
(114,134,123)
#63736A
(99,115,106)
#546059
(84,96,89)
#454D48
(69,77,72)
#363A37
(54,58,55)
#272726
(39,39,38)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #AED2BF

#AED2BF
(174,210,191)
#B5D6C4
(181,214,196)
#BCDAC9
(188,218,201)
#C3DECE
(195,222,206)
#CAE2D3
(202,226,211)
#D1E6D8
(209,230,216)
#D8EADD
(216,234,221)
#DFEEE2
(223,238,226)
#E6F2E7
(230,242,231)
#EDF6EC
(237,246,236)
#F4FAF1
(244,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED2BF; }

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

This text font color is #AED2BF.


Background Color

.myBgColor { background-color: #AED2BF; }

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

This div background color is #AED2BF.


Border color

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

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

This div border color is #AED2BF.


Opacity

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

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

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

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

This text has shadow with #AED2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED2BF on black background.


Color preview on white background

This text has color #AED2BF on white background.



Black color preview on #AED2BF background

This text has black color on #AED2BF background.


White color preview on #AED2BF background

This text has white color on #AED2BF background.