COLOR #AED3BF

HEX: #AED3BF
RGB: (174,211,191)

Color info

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

RGB color model

#AED3BF color RGB value is (174,211,191).

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

RGB channels and saturation

R 174 of 255 = 68%
G 211 of 255 = 83%
B 191 of 255 = 75%

174
211
191

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

Portions of RGB colors in percentages

R + G + B =
174 + 211 + 191 = 576 (100%)
R 174 of 576 ~ 30.21%
G 211 of 576 ~ 36.63%
B 191 of 576 ~ 33.16%

%30.21
%36.63
%33.16

CMYK color model

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

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 9.48%
  • key color value is 17.25%
CMYK:
(18,0,9,17)
C18M0Y9K17 
(18%,0%,9%,17%)
(0.18/0.00/0.09/0.17)	

CMYK percentages

%17.54
%0
%9.48
%17.25

Codes

Color #AED3BF in popluar color models

AED3BF
RGB174211191
HSL148°29.60%75.49%
HSB/HSV148°17.54%82.75%
CMYK17.54%0.00%9.48%
17.25%

Color #AED3BF in popluar number systems.

HEXAED3BF
Decimal174211191
Binary101011101101001110111111
Octal256323277

Shades and tints

Shades of #AED3BF

#AED3BF
(174,211,191)
#9FC0AE
(159,192,174)
#90AD9D
(144,173,157)
#819A8C
(129,154,140)
#72877B
(114,135,123)
#63746A
(99,116,106)
#546159
(84,97,89)
#454E48
(69,78,72)
#363B37
(54,59,55)
#272826
(39,40,38)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AED3BF

#AED3BF
(174,211,191)
#B5D7C4
(181,215,196)
#BCDBC9
(188,219,201)
#C3DFCE
(195,223,206)
#CAE3D3
(202,227,211)
#D1E7D8
(209,231,216)
#D8EBDD
(216,235,221)
#DFEFE2
(223,239,226)
#E6F3E7
(230,243,231)
#EDF7EC
(237,247,236)
#F4FBF1
(244,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED3BF; }

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

This text font color is #AED3BF.


Background Color

.myBgColor { background-color: #AED3BF; }

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

This div background color is #AED3BF.


Border color

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

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

This div border color is #AED3BF.


Opacity

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

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

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

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

This text has shadow with #AED3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED3BF on black background.


Color preview on white background

This text has color #AED3BF on white background.



Black color preview on #AED3BF background

This text has black color on #AED3BF background.


White color preview on #AED3BF background

This text has white color on #AED3BF background.