COLOR #AED6BD

HEX: #AED6BD
RGB: (174,214,189)

Color info

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

RGB color model

#AED6BD color RGB value is (174,214,189).

  • red value is 174;
  • green value is 214;
  • blue value is 189.
RGB:
(174,214,189)
(68%,84%,74%)

RGB channels and saturation

R 174 of 255 = 68%
G 214 of 255 = 84%
B 189 of 255 = 74%

174
214
189

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

Portions of RGB colors in percentages

R + G + B =
174 + 214 + 189 = 577 (100%)
R 174 of 577 ~ 30.16%
G 214 of 577 ~ 37.09%
B 189 of 577 ~ 32.76%

%30.16
%37.09
%32.76

CMYK color model

#AED6BD color CMYK value is (19,0,12,16).

  • cyan value is 18.69%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 16.08%
CMYK:
(19,0,12,16)
C19M0Y12K16 
(19%,0%,12%,16%)
(0.19/0.00/0.12/0.16)	

CMYK percentages

%18.69
%0
%11.68
%16.08

Codes

Color #AED6BD in popluar color models

AED6BD
RGB174214189
HSL143°32.79%76.08%
HSB/HSV143°18.69%83.92%
CMYK18.69%0.00%11.68%
16.08%

Color #AED6BD in popluar number systems.

HEXAED6BD
Decimal174214189
Binary101011101101011010111101
Octal256326275

Shades and tints

Shades of #AED6BD

#AED6BD
(174,214,189)
#9FC3AC
(159,195,172)
#90B09B
(144,176,155)
#819D8A
(129,157,138)
#728A79
(114,138,121)
#637768
(99,119,104)
#546457
(84,100,87)
#455146
(69,81,70)
#363E35
(54,62,53)
#272B24
(39,43,36)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #AED6BD

#AED6BD
(174,214,189)
#B5D9C3
(181,217,195)
#BCDCC9
(188,220,201)
#C3DFCF
(195,223,207)
#CAE2D5
(202,226,213)
#D1E5DB
(209,229,219)
#D8E8E1
(216,232,225)
#DFEBE7
(223,235,231)
#E6EEED
(230,238,237)
#EDF1F3
(237,241,243)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED6BD color. Also use rgb(174,214,189) instead hex code.

Text Font Color

.myTextColor { color: #AED6BD; }

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

This text font color is #AED6BD.


Background Color

.myBgColor { background-color: #AED6BD; }

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

This div background color is #AED6BD.


Border color

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

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

This div border color is #AED6BD.


Opacity

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

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

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

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

This text has shadow with #AED6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED6BD on black background.


Color preview on white background

This text has color #AED6BD on white background.



Black color preview on #AED6BD background

This text has black color on #AED6BD background.


White color preview on #AED6BD background

This text has white color on #AED6BD background.