COLOR #AECFB5

HEX: #AECFB5
RGB: (174,207,181)

Color info

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

RGB color model

#AECFB5 color RGB value is (174,207,181).

  • red value is 174;
  • green value is 207;
  • blue value is 181.
RGB:
(174,207,181)
(68%,81%,71%)

RGB channels and saturation

R 174 of 255 = 68%
G 207 of 255 = 81%
B 181 of 255 = 71%

174
207
181

R + G + B ~ 73%. #AECFB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 207 + 181 = 562 (100%)
R 174 of 562 ~ 30.96%
G 207 of 562 ~ 36.83%
B 181 of 562 ~ 32.21%

%30.96
%36.83
%32.21

CMYK color model

#AECFB5 color CMYK value is (16,0,13,19).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 18.82%
CMYK:
(16,0,13,19)
C16M0Y13K19 
(16%,0%,13%,19%)
(0.16/0.00/0.13/0.19)	

CMYK percentages

%15.94
%0
%12.56
%18.82

Codes

Color #AECFB5 in popluar color models

AECFB5
RGB174207181
HSL133°25.58%74.71%
HSB/HSV133°15.94%81.18%
CMYK15.94%0.00%12.56%
18.82%

Color #AECFB5 in popluar number systems.

HEXAECFB5
Decimal174207181
Binary101011101100111110110101
Octal256317265

Shades and tints

Shades of #AECFB5

#AECFB5
(174,207,181)
#9FBDA5
(159,189,165)
#90AB95
(144,171,149)
#819985
(129,153,133)
#728775
(114,135,117)
#637565
(99,117,101)
#546355
(84,99,85)
#455145
(69,81,69)
#363F35
(54,63,53)
#272D25
(39,45,37)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #AECFB5

#AECFB5
(174,207,181)
#B5D3BB
(181,211,187)
#BCD7C1
(188,215,193)
#C3DBC7
(195,219,199)
#CADFCD
(202,223,205)
#D1E3D3
(209,227,211)
#D8E7D9
(216,231,217)
#DFEBDF
(223,235,223)
#E6EFE5
(230,239,229)
#EDF3EB
(237,243,235)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECFB5 color. Also use rgb(174,207,181) instead hex code.

Text Font Color

.myTextColor { color: #AECFB5; }

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

This text font color is #AECFB5.


Background Color

.myBgColor { background-color: #AECFB5; }

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

This div background color is #AECFB5.


Border color

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

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

This div border color is #AECFB5.


Opacity

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

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

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

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

This text has shadow with #AECFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECFB5 on black background.


Color preview on white background

This text has color #AECFB5 on white background.



Black color preview on #AECFB5 background

This text has black color on #AECFB5 background.


White color preview on #AECFB5 background

This text has white color on #AECFB5 background.