COLOR #AECFC4

HEX: #AECFC4
RGB: (174,207,196)

Color info

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

RGB color model

#AECFC4 color RGB value is (174,207,196).

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

RGB channels and saturation

R 174 of 255 = 68%
G 207 of 255 = 81%
B 196 of 255 = 77%

174
207
196

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

Portions of RGB colors in percentages

R + G + B =
174 + 207 + 196 = 577 (100%)
R 174 of 577 ~ 30.16%
G 207 of 577 ~ 35.88%
B 196 of 577 ~ 33.97%

%30.16
%35.88
%33.97

CMYK color model

#AECFC4 color CMYK value is (16,0,5,19).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 5.31%
  • key color value is 18.82%
CMYK:
(16,0,5,19)
C16M0Y5K19 
(16%,0%,5%,19%)
(0.16/0.00/0.05/0.19)	

CMYK percentages

%15.94
%0
%5.31
%18.82

Codes

Color #AECFC4 in popluar color models

AECFC4
RGB174207196
HSL160°25.58%74.71%
HSB/HSV160°15.94%81.18%
CMYK15.94%0.00%5.31%
18.82%

Color #AECFC4 in popluar number systems.

HEXAECFC4
Decimal174207196
Binary101011101100111111000100
Octal256317304

Shades and tints

Shades of #AECFC4

#AECFC4
(174,207,196)
#9FBDB3
(159,189,179)
#90ABA2
(144,171,162)
#819991
(129,153,145)
#728780
(114,135,128)
#63756F
(99,117,111)
#54635E
(84,99,94)
#45514D
(69,81,77)
#363F3C
(54,63,60)
#272D2B
(39,45,43)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #AECFC4

#AECFC4
(174,207,196)
#B5D3C9
(181,211,201)
#BCD7CE
(188,215,206)
#C3DBD3
(195,219,211)
#CADFD8
(202,223,216)
#D1E3DD
(209,227,221)
#D8E7E2
(216,231,226)
#DFEBE7
(223,235,231)
#E6EFEC
(230,239,236)
#EDF3F1
(237,243,241)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECFC4; }

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

This text font color is #AECFC4.


Background Color

.myBgColor { background-color: #AECFC4; }

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

This div background color is #AECFC4.


Border color

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

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

This div border color is #AECFC4.


Opacity

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

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

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

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

This text has shadow with #AECFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECFC4 on black background.


Color preview on white background

This text has color #AECFC4 on white background.



Black color preview on #AECFC4 background

This text has black color on #AECFC4 background.


White color preview on #AECFC4 background

This text has white color on #AECFC4 background.