COLOR #AECBD3

HEX: #AECBD3
RGB: (174,203,211)

Color info

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

RGB color model

#AECBD3 color RGB value is (174,203,211).

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

RGB channels and saturation

R 174 of 255 = 68%
G 203 of 255 = 80%
B 211 of 255 = 83%

174
203
211

R + G + B ~ 77%. #AECBD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 203 + 211 = 588 (100%)
R 174 of 588 ~ 29.59%
G 203 of 588 ~ 34.52%
B 211 of 588 ~ 35.88%

%29.59
%34.52
%35.88

CMYK color model

#AECBD3 color CMYK value is (18,4,0,17).

  • cyan value is 17.54%
  • magenta value is 3.79%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(18,4,0,17)
C18M4Y0K17 
(18%,4%,0%,17%)
(0.18/0.04/0.00/0.17)	

CMYK percentages

%17.54
%3.79
%0
%17.25

Codes

Color #AECBD3 in popluar color models

AECBD3
RGB174203211
HSL193°29.60%75.49%
HSB/HSV193°17.54%82.75%
CMYK17.54%3.79%0.00%
17.25%

Color #AECBD3 in popluar number systems.

HEXAECBD3
Decimal174203211
Binary101011101100101111010011
Octal256313323

Shades and tints

Shades of #AECBD3

#AECBD3
(174,203,211)
#9FB9C0
(159,185,192)
#90A7AD
(144,167,173)
#81959A
(129,149,154)
#728387
(114,131,135)
#637174
(99,113,116)
#545F61
(84,95,97)
#454D4E
(69,77,78)
#363B3B
(54,59,59)
#272928
(39,41,40)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #AECBD3

#AECBD3
(174,203,211)
#B5CFD7
(181,207,215)
#BCD3DB
(188,211,219)
#C3D7DF
(195,215,223)
#CADBE3
(202,219,227)
#D1DFE7
(209,223,231)
#D8E3EB
(216,227,235)
#DFE7EF
(223,231,239)
#E6EBF3
(230,235,243)
#EDEFF7
(237,239,247)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECBD3; }

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

This text font color is #AECBD3.


Background Color

.myBgColor { background-color: #AECBD3; }

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

This div background color is #AECBD3.


Border color

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

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

This div border color is #AECBD3.


Opacity

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

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

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

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

This text has shadow with #AECBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECBD3 on black background.


Color preview on white background

This text has color #AECBD3 on white background.



Black color preview on #AECBD3 background

This text has black color on #AECBD3 background.


White color preview on #AECBD3 background

This text has white color on #AECBD3 background.