COLOR #AED1BF

HEX: #AED1BF RGB: (174,209,191)

Color info

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

RGB color model

#AED1BF color RGB value is (174,209,191).

RGB: (174,209,191) (68%, 82%, 75%)

RGB channels and saturation

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

174
209
191

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

Portions of RGB colors in percentages

R + G + B = 174 + 209 + 191 = 574 (100%)
R 174 of 574 ~ 30.31%
G 209 of 574 ~ 36.41%
B 191 of 574 ~ 33.28'%

%30.31
%36.41
%33.28

CMYK color model

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

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 8.61%
  • key color value is 18.04%

CMYK: (17,0,9,18)
C17M0Y9K18 (17%, 0%, 9%, 18%)
(0.17 / 0.00 / 0.09 / 0.18)

CMYK percentages

%16.75
%0
%8.61
%18.04

Codes

Color #AED1BF in popluar color models

AE D1 BF
RGB 174 209 191
HSL 149° 27.56% 75.10%
HSB/HSV 149° 16.75% 81.96%
CMYK 16.75% 0.00% 8.61%
18.04%

Color #AED1BF in popluar number systems.

HEX AE D1 BF
Decimal 174 209 191
Binary 10101110 11010001 10111111
Octal 256 321 277

Shades and tints

Shades of #AED1BF

#AED1BF
(174,209,191)
#9FBEAE
(159,190,174)
#90AB9D
(144,171,157)
#81988C
(129,152,140)
#72857B
(114,133,123)
#63726A
(99,114,106)
#545F59
(84,95,89)
#454C48
(69,76,72)
#363937
(54,57,55)
#272626
(39,38,38)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #AED1BF

#AED1BF
(174,209,191)
#B5D5C4
(181,213,196)
#BCD9C9
(188,217,201)
#C3DDCE
(195,221,206)
#CAE1D3
(202,225,211)
#D1E5D8
(209,229,216)
#D8E9DD
(216,233,221)
#DFEDE2
(223,237,226)
#E6F1E7
(230,241,231)
#EDF5EC
(237,245,236)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED1BF; }

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

This text font color is #AED1BF.

Background Color

.myBgColor { background-color: #AED1BF; }

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

This div background color is #AED1BF.

Border color

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

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

This div border color is #AED1BF.

Opacity

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

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

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

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

This text has shadow with #AED1BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED1BF.

Preview

Color preview on black background

This text has color #AED1BF on black background.


Color preview on white background

This text has color #AED1BF on white background.


Black color preview on #AED1BF background

This text has black color on #AED1BF background.


White color preview on #AED1BF background

This text has white color on #AED1BF background.


Related colors

Complementary color

Complementary color for #hex is #512E40.


I love getcolorcode.com

Triadic colors

1 #BFAED1 and #D1BFAE with #AED1BF are triadic colors.

2 #BFD1AE and #D1AEBF with #AED1BF are triadic colors.