COLOR #AECFB3

HEX: #AECFB3 RGB: (174,207,179)

Color info

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

RGB color model

#AECFB3 color RGB value is (174,207,179).

RGB: (174,207,179) (68%, 81%, 70%)

RGB channels and saturation

R 174 of 255 = 68%
G 207 of 255 = 81%
B 179 of 255 = 70%

174
207
179

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

Portions of RGB colors in percentages

R + G + B = 174 + 207 + 179 = 560 (100%)
R 174 of 560 ~ 31.07%
G 207 of 560 ~ 36.96%
B 179 of 560 ~ 31.96'%

%31.07
%36.96
%31.96

CMYK color model

#AECFB3 color CMYK value is (16,0,14,19).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 13.53%
  • key color value is 18.82%

CMYK: (16,0,14,19)
C16M0Y14K19 (16%, 0%, 14%, 19%)
(0.16 / 0.00 / 0.14 / 0.19)

CMYK percentages

%15.94
%0
%13.53
%18.82

Codes

Color #AECFB3 in popluar color models

AE CF B3
RGB 174 207 179
HSL 129° 25.58% 74.71%
HSB/HSV 129° 15.94% 81.18%
CMYK 15.94% 0.00% 13.53%
18.82%

Color #AECFB3 in popluar number systems.

HEX AE CF B3
Decimal 174 207 179
Binary 10101110 11001111 10110011
Octal 256 317 263

Shades and tints

Shades of #AECFB3

#AECFB3
(174,207,179)
#9FBDA3
(159,189,163)
#90AB93
(144,171,147)
#819983
(129,153,131)
#728773
(114,135,115)
#637563
(99,117,99)
#546353
(84,99,83)
#455143
(69,81,67)
#363F33
(54,63,51)
#272D23
(39,45,35)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #AECFB3

#AECFB3
(174,207,179)
#B5D3B9
(181,211,185)
#BCD7BF
(188,215,191)
#C3DBC5
(195,219,197)
#CADFCB
(202,223,203)
#D1E3D1
(209,227,209)
#D8E7D7
(216,231,215)
#DFEBDD
(223,235,221)
#E6EFE3
(230,239,227)
#EDF3E9
(237,243,233)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECFB3; }

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

This text font color is #AECFB3.

Background Color

.myBgColor { background-color: #AECFB3; }

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

This div background color is #AECFB3.

Border color

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

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

This div border color is #AECFB3.

Opacity

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

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

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

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

This text has shadow with #AECFB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECFB3.

Preview

Color preview on black background

This text has color #AECFB3 on black background.


Color preview on white background

This text has color #AECFB3 on white background.


Black color preview on #AECFB3 background

This text has black color on #AECFB3 background.


White color preview on #AECFB3 background

This text has white color on #AECFB3 background.


Related colors

Complementary color

Complementary color for #hex is #51304C.


I love getcolorcode.com

Triadic colors

1 #B3AECF and #CFB3AE with #AECFB3 are triadic colors.

2 #B3CFAE and #CFAEB3 with #AECFB3 are triadic colors.