COLOR #AECBE3

HEX: #AECBE3
RGB: (174,203,227)

Color info

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

RGB color model

#AECBE3 color RGB value is (174,203,227).

  • red value is 174;
  • green value is 203;
  • blue value is 227.
RGB:
(174,203,227)
(68%,80%,89%)

RGB channels and saturation

R 174 of 255 = 68%
G 203 of 255 = 80%
B 227 of 255 = 89%

174
203
227

R + G + B ~ 79%. #AECBE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 203 + 227 = 604 (100%)
R 174 of 604 ~ 28.81%
G 203 of 604 ~ 33.61%
B 227 of 604 ~ 37.58%

%28.81
%33.61
%37.58

CMYK color model

#AECBE3 color CMYK value is (23,11,0,11).

  • cyan value is 23.35%
  • magenta value is 10.57%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(23,11,0,11)
C23M11Y0K11 
(23%,11%,0%,11%)
(0.23/0.11/0.00/0.11)	

CMYK percentages

%23.35
%10.57
%0
%10.98

Codes

Color #AECBE3 in popluar color models

AECBE3
RGB174203227
HSL207°48.62%78.63%
HSB/HSV207°23.35%89.02%
CMYK23.35%10.57%0.00%
10.98%

Color #AECBE3 in popluar number systems.

HEXAECBE3
Decimal174203227
Binary101011101100101111100011
Octal256313343

Shades and tints

Shades of #AECBE3

#AECBE3
(174,203,227)
#9FB9CF
(159,185,207)
#90A7BB
(144,167,187)
#8195A7
(129,149,167)
#728393
(114,131,147)
#63717F
(99,113,127)
#545F6B
(84,95,107)
#454D57
(69,77,87)
#363B43
(54,59,67)
#27292F
(39,41,47)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #AECBE3

#AECBE3
(174,203,227)
#B5CFE5
(181,207,229)
#BCD3E7
(188,211,231)
#C3D7E9
(195,215,233)
#CADBEB
(202,219,235)
#D1DFED
(209,223,237)
#D8E3EF
(216,227,239)
#DFE7F1
(223,231,241)
#E6EBF3
(230,235,243)
#EDEFF5
(237,239,245)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECBE3 color. Also use rgb(174,203,227) instead hex code.

Text Font Color

.myTextColor { color: #AECBE3; }

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

This text font color is #AECBE3.


Background Color

.myBgColor { background-color: #AECBE3; }

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

This div background color is #AECBE3.


Border color

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

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

This div border color is #AECBE3.


Opacity

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

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

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

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

This text has shadow with #AECBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECBE3 on black background.


Color preview on white background

This text has color #AECBE3 on white background.



Black color preview on #AECBE3 background

This text has black color on #AECBE3 background.


White color preview on #AECBE3 background

This text has white color on #AECBE3 background.