COLOR #AECFC6

HEX: #AECFC6
RGB: (174,207,198)

Color info

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

RGB color model

#AECFC6 color RGB value is (174,207,198).

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

RGB channels and saturation

R 174 of 255 = 68%
G 207 of 255 = 81%
B 198 of 255 = 78%

174
207
198

R + G + B ~ 76%. #AECFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 207 + 198 = 579 (100%)
R 174 of 579 ~ 30.05%
G 207 of 579 ~ 35.75%
B 198 of 579 ~ 34.2%

%30.05
%35.75
%34.2

CMYK color model

#AECFC6 color CMYK value is (16,0,4,19).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 18.82%
CMYK:
(16,0,4,19)
C16M0Y4K19 
(16%,0%,4%,19%)
(0.16/0.00/0.04/0.19)	

CMYK percentages

%15.94
%0
%4.35
%18.82

Codes

Color #AECFC6 in popluar color models

AECFC6
RGB174207198
HSL164°25.58%74.71%
HSB/HSV164°15.94%81.18%
CMYK15.94%0.00%4.35%
18.82%

Color #AECFC6 in popluar number systems.

HEXAECFC6
Decimal174207198
Binary101011101100111111000110
Octal256317306

Shades and tints

Shades of #AECFC6

#AECFC6
(174,207,198)
#9FBDB4
(159,189,180)
#90ABA2
(144,171,162)
#819990
(129,153,144)
#72877E
(114,135,126)
#63756C
(99,117,108)
#54635A
(84,99,90)
#455148
(69,81,72)
#363F36
(54,63,54)
#272D24
(39,45,36)
#181B12
(24,27,18)
#000000
(0,0,0)

Tints of #AECFC6

#AECFC6
(174,207,198)
#B5D3CB
(181,211,203)
#BCD7D0
(188,215,208)
#C3DBD5
(195,219,213)
#CADFDA
(202,223,218)
#D1E3DF
(209,227,223)
#D8E7E4
(216,231,228)
#DFEBE9
(223,235,233)
#E6EFEE
(230,239,238)
#EDF3F3
(237,243,243)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECFC6; }

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

This text font color is #AECFC6.


Background Color

.myBgColor { background-color: #AECFC6; }

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

This div background color is #AECFC6.


Border color

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

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

This div border color is #AECFC6.


Opacity

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

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

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

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

This text has shadow with #AECFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECFC6 on black background.


Color preview on white background

This text has color #AECFC6 on white background.



Black color preview on #AECFC6 background

This text has black color on #AECFC6 background.


White color preview on #AECFC6 background

This text has white color on #AECFC6 background.