COLOR #AECFE7

HEX: #AECFE7
RGB: (174,207,231)

Color info

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

RGB color model

#AECFE7 color RGB value is (174,207,231).

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

RGB channels and saturation

R 174 of 255 = 68%
G 207 of 255 = 81%
B 231 of 255 = 91%

174
207
231

R + G + B ~ 80%. #AECFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 207 + 231 = 612 (100%)
R 174 of 612 ~ 28.43%
G 207 of 612 ~ 33.82%
B 231 of 612 ~ 37.75%

%28.43
%33.82
%37.75

CMYK color model

#AECFE7 color CMYK value is (25,10,0,9).

  • cyan value is 24.68%
  • magenta value is 10.39%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (25,10,0,9) C25M10Y0K9 (25%,10%,0%,9%) (0.25/0.10/0.00/0.09)

CMYK percentages

%24.68
%10.39
%0
%9.41

Codes

Color #AECFE7 in popluar color models

AECFE7
RGB174207231
HSL205°54.29%79.41%
HSB/HSV205°24.68%90.59%
CMYK24.68%10.39%0.00%
9.41%

Color #AECFE7 in popluar number systems.

HEXAECFE7
Decimal174207231
Binary101011101100111111100111
Octal256317347

Shades and tints

Shades of #AECFE7

#AECFE7
(174,207,231)
#9FBDD2
(159,189,210)
#90ABBD
(144,171,189)
#8199A8
(129,153,168)
#728793
(114,135,147)
#63757E
(99,117,126)
#546369
(84,99,105)
#455154
(69,81,84)
#363F3F
(54,63,63)
#272D2A
(39,45,42)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #AECFE7

#AECFE7
(174,207,231)
#B5D3E9
(181,211,233)
#BCD7EB
(188,215,235)
#C3DBED
(195,219,237)
#CADFEF
(202,223,239)
#D1E3F1
(209,227,241)
#D8E7F3
(216,231,243)
#DFEBF5
(223,235,245)
#E6EFF7
(230,239,247)
#EDF3F9
(237,243,249)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECFE7; }

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

This text font color is #AECFE7.


Background Color

.myBgColor { background-color: #AECFE7; }

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

This div background color is #AECFE7.


Border color

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

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

This div border color is #AECFE7.


Opacity

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

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

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

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

This text has shadow with #AECFE7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AECFE7 on black background.


Color preview on white background

This text has color #AECFE7 on white background.



Black color preview on #AECFE7 background

This text has black color on #AECFE7 background.


White color preview on #AECFE7 background

This text has white color on #AECFE7 background.