COLOR #AACBE3

HEX: #AACBE3 RGB: (170,203,227)

Color info

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

RGB color model

#AACBE3 color RGB value is (170,203,227).

RGB: (170,203,227) (67%, 80%, 89%)

RGB channels and saturation

R 170 of 255 = 67%
G 203 of 255 = 80%
B 227 of 255 = 89%

170
203
227

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

Portions of RGB colors in percentages

R + G + B = 170 + 203 + 227 = 600 (100%)
R 170 of 600 ~ 28.33%
G 203 of 600 ~ 33.83%
B 227 of 600 ~ 37.83'%

%28.33
%33.83
%37.83

CMYK color model

#AACBE3 color CMYK value is (25,11,0,11).

  • cyan value is 25.11%
  • magenta value is 10.57%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (25,11,0,11)
C25M11Y0K11 (25%, 11%, 0%, 11%)
(0.25 / 0.11 / 0.00 / 0.11)

CMYK percentages

%25.11
%10.57
%0
%10.98

Codes

Color #AACBE3 in popluar color models

AA CB E3
RGB 170 203 227
HSL 205° 50.44% 77.84%
HSB/HSV 205° 25.11% 89.02%
CMYK 25.11% 10.57% 0.00%
10.98%

Color #AACBE3 in popluar number systems.

HEX AA CB E3
Decimal 170 203 227
Binary 10101010 11001011 11100011
Octal 252 313 343

Shades and tints

Shades of #AACBE3

#AACBE3
(170,203,227)
#9BB9CF
(155,185,207)
#8CA7BB
(140,167,187)
#7D95A7
(125,149,167)
#6E8393
(110,131,147)
#5F717F
(95,113,127)
#505F6B
(80,95,107)
#414D57
(65,77,87)
#323B43
(50,59,67)
#23292F
(35,41,47)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #AACBE3

#AACBE3
(170,203,227)
#B1CFE5
(177,207,229)
#B8D3E7
(184,211,231)
#BFD7E9
(191,215,233)
#C6DBEB
(198,219,235)
#CDDFED
(205,223,237)
#D4E3EF
(212,227,239)
#DBE7F1
(219,231,241)
#E2EBF3
(226,235,243)
#E9EFF5
(233,239,245)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACBE3; }

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

This text font color is #AACBE3.

Background Color

.myBgColor { background-color: #AACBE3; }

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

This div background color is #AACBE3.

Border color

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

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

This div border color is #AACBE3.

Opacity

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

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

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

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

This text has shadow with #AACBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACBE3.

Preview

Color preview on black background

This text has color #AACBE3 on black background.


Color preview on white background

This text has color #AACBE3 on white background.


Black color preview on #AACBE3 background

This text has black color on #AACBE3 background.


White color preview on #AACBE3 background

This text has white color on #AACBE3 background.


Related colors

Complementary color

Complementary color for #hex is #55341C.


I love getcolorcode.com

Triadic colors

1 #E3AACB and #CBE3AA with #AACBE3 are triadic colors.

2 #E3CBAA and #CBAAE3 with #AACBE3 are triadic colors.