COLOR #AECFC2

HEX: #AECFC2 RGB: (174,207,194)

Color info

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

RGB color model

#AECFC2 color RGB value is (174,207,194).

RGB: (174,207,194) (68%, 81%, 76%)

RGB channels and saturation

R 174 of 255 = 68%
G 207 of 255 = 81%
B 194 of 255 = 76%

174
207
194

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

Portions of RGB colors in percentages

R + G + B = 174 + 207 + 194 = 575 (100%)
R 174 of 575 ~ 30.26%
G 207 of 575 ~ 36%
B 194 of 575 ~ 33.74'%

%30.26
%36
%33.74

CMYK color model

#AECFC2 color CMYK value is (16,0,6,19).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 18.82%
CMYK: (16,0,6,19) C16M0Y6K19 (16%,0%,6%,19%) (0.16/0.00/0.06/0.19) 

CMYK percentages

%15.94
%0
%6.28
%18.82

Codes

Color #AECFC2 in popluar color models

AE CF C2
RGB 174 207 194
HSL 156° 25.58% 74.71%
HSB/HSV 156° 15.94% 81.18%
CMYK 15.94% 0.00% 6.28%
18.82%

Color #AECFC2 in popluar number systems.

HEX AE CF C2
Decimal 174 207 194
Binary 10101110 11001111 11000010
Octal 256 317 302

Shades and tints

Shades of #AECFC2

#AECFC2
(174,207,194)
#9FBDB1
(159,189,177)
#90ABA0
(144,171,160)
#81998F
(129,153,143)
#72877E
(114,135,126)
#63756D
(99,117,109)
#54635C
(84,99,92)
#45514B
(69,81,75)
#363F3A
(54,63,58)
#272D29
(39,45,41)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #AECFC2

#AECFC2
(174,207,194)
#B5D3C7
(181,211,199)
#BCD7CC
(188,215,204)
#C3DBD1
(195,219,209)
#CADFD6
(202,223,214)
#D1E3DB
(209,227,219)
#D8E7E0
(216,231,224)
#DFEBE5
(223,235,229)
#E6EFEA
(230,239,234)
#EDF3EF
(237,243,239)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECFC2; }

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

This text font color is #AECFC2.

Background Color

.myBgColor { background-color: #AECFC2; }

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

This div background color is #AECFC2.

Border color

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

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

This div border color is #AECFC2.

Opacity

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

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

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

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

This text has shadow with #AECFC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECFC2.

Preview

Color preview on black background

This text has color #AECFC2 on black background.


Color preview on white background

This text has color #AECFC2 on white background.


Black color preview on #AECFC2 background

This text has black color on #AECFC2 background.


White color preview on #AECFC2 background

This text has white color on #AECFC2 background.


Related colors

Complementary color

Complementary color for #hex is #51303D.


I love getcolorcode.com

Triadic colors

1 #C2AECF and #CFC2AE with #AECFC2 are triadic colors.

2 #C2CFAE and #CFAEC2 with #AECFC2 are triadic colors.