COLOR #AECBBD

HEX: #AECBBD
RGB: (174,203,189)

Color info

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

RGB color model

#AECBBD color RGB value is (174,203,189).

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

RGB channels and saturation

R 174 of 255 = 68%
G 203 of 255 = 80%
B 189 of 255 = 74%

174
203
189

R + G + B ~ 74%. #AECBBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 203 + 189 = 566 (100%)
R 174 of 566 ~ 30.74%
G 203 of 566 ~ 35.87%
B 189 of 566 ~ 33.39%

%30.74
%35.87
%33.39

CMYK color model

#AECBBD color CMYK value is (14,0,7,20).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 20.39%
CMYK:
(14,0,7,20)
C14M0Y7K20 
(14%,0%,7%,20%)
(0.14/0.00/0.07/0.20)	

CMYK percentages

%14.29
%0
%6.9
%20.39

Codes

Color #AECBBD in popluar color models

AECBBD
RGB174203189
HSL151°21.80%73.92%
HSB/HSV151°14.29%79.61%
CMYK14.29%0.00%6.90%
20.39%

Color #AECBBD in popluar number systems.

HEXAECBBD
Decimal174203189
Binary101011101100101110111101
Octal256313275

Shades and tints

Shades of #AECBBD

#AECBBD
(174,203,189)
#9FB9AC
(159,185,172)
#90A79B
(144,167,155)
#81958A
(129,149,138)
#728379
(114,131,121)
#637168
(99,113,104)
#545F57
(84,95,87)
#454D46
(69,77,70)
#363B35
(54,59,53)
#272924
(39,41,36)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #AECBBD

#AECBBD
(174,203,189)
#B5CFC3
(181,207,195)
#BCD3C9
(188,211,201)
#C3D7CF
(195,215,207)
#CADBD5
(202,219,213)
#D1DFDB
(209,223,219)
#D8E3E1
(216,227,225)
#DFE7E7
(223,231,231)
#E6EBED
(230,235,237)
#EDEFF3
(237,239,243)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECBBD; }

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

This text font color is #AECBBD.


Background Color

.myBgColor { background-color: #AECBBD; }

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

This div background color is #AECBBD.


Border color

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

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

This div border color is #AECBBD.


Opacity

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

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

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

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

This text has shadow with #AECBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECBBD on black background.


Color preview on white background

This text has color #AECBBD on white background.



Black color preview on #AECBBD background

This text has black color on #AECBBD background.


White color preview on #AECBBD background

This text has white color on #AECBBD background.