COLOR #AECFCC

HEX: #AECFCC
RGB: (174,207,204)

Color info

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

RGB color model

#AECFCC color RGB value is (174,207,204).

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

RGB channels and saturation

R 174 of 255 = 68%
G 207 of 255 = 81%
B 204 of 255 = 80%

174
207
204

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

Portions of RGB colors in percentages

R + G + B =
174 + 207 + 204 = 585 (100%)
R 174 of 585 ~ 29.74%
G 207 of 585 ~ 35.38%
B 204 of 585 ~ 34.87%

%29.74
%35.38
%34.87

CMYK color model

#AECFCC color CMYK value is (16,0,1,19).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 1.45%
  • key color value is 18.82%
CMYK:
(16,0,1,19)
C16M0Y1K19 
(16%,0%,1%,19%)
(0.16/0.00/0.01/0.19)	

CMYK percentages

%15.94
%0
%1.45
%18.82

Codes

Color #AECFCC in popluar color models

AECFCC
RGB174207204
HSL175°25.58%74.71%
HSB/HSV175°15.94%81.18%
CMYK15.94%0.00%1.45%
18.82%

Color #AECFCC in popluar number systems.

HEXAECFCC
Decimal174207204
Binary101011101100111111001100
Octal256317314

Shades and tints

Shades of #AECFCC

#AECFCC
(174,207,204)
#9FBDBA
(159,189,186)
#90ABA8
(144,171,168)
#819996
(129,153,150)
#728784
(114,135,132)
#637572
(99,117,114)
#546360
(84,99,96)
#45514E
(69,81,78)
#363F3C
(54,63,60)
#272D2A
(39,45,42)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #AECFCC

#AECFCC
(174,207,204)
#B5D3D0
(181,211,208)
#BCD7D4
(188,215,212)
#C3DBD8
(195,219,216)
#CADFDC
(202,223,220)
#D1E3E0
(209,227,224)
#D8E7E4
(216,231,228)
#DFEBE8
(223,235,232)
#E6EFEC
(230,239,236)
#EDF3F0
(237,243,240)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECFCC; }

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

This text font color is #AECFCC.


Background Color

.myBgColor { background-color: #AECFCC; }

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

This div background color is #AECFCC.


Border color

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

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

This div border color is #AECFCC.


Opacity

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

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

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

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

This text has shadow with #AECFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECFCC on black background.


Color preview on white background

This text has color #AECFCC on white background.



Black color preview on #AECFCC background

This text has black color on #AECFCC background.


White color preview on #AECFCC background

This text has white color on #AECFCC background.