COLOR #B3AECB

HEX: #B3AECB
RGB: (179,174,203)

Color info

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

RGB color model

#B3AECB color RGB value is (179,174,203).

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

RGB channels and saturation

R 179 of 255 = 70%
G 174 of 255 = 68%
B 203 of 255 = 80%

179
174
203

R + G + B ~ 73%. #B3AECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 174 + 203 = 556 (100%)
R 179 of 556 ~ 32.19%
G 174 of 556 ~ 31.29%
B 203 of 556 ~ 36.51%

%32.19
%31.29
%36.51

CMYK color model

#B3AECB color CMYK value is (12,14,0,20).

  • cyan value is 11.82%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(12,14,0,20)
C12M14Y0K20 
(12%,14%,0%,20%)
(0.12/0.14/0.00/0.20)	

CMYK percentages

%11.82
%14.29
%0
%20.39

Codes

Color #B3AECB in popluar color models

B3AECB
RGB179174203
HSL250°21.80%73.92%
HSB/HSV250°14.29%79.61%
CMYK11.82%14.29%0.00%
20.39%

Color #B3AECB in popluar number systems.

HEXB3AECB
Decimal179174203
Binary101100111010111011001011
Octal263256313

Shades and tints

Shades of #B3AECB

#B3AECB
(179,174,203)
#A39FB9
(163,159,185)
#9390A7
(147,144,167)
#838195
(131,129,149)
#737283
(115,114,131)
#636371
(99,99,113)
#53545F
(83,84,95)
#43454D
(67,69,77)
#33363B
(51,54,59)
#232729
(35,39,41)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #B3AECB

#B3AECB
(179,174,203)
#B9B5CF
(185,181,207)
#BFBCD3
(191,188,211)
#C5C3D7
(197,195,215)
#CBCADB
(203,202,219)
#D1D1DF
(209,209,223)
#D7D8E3
(215,216,227)
#DDDFE7
(221,223,231)
#E3E6EB
(227,230,235)
#E9EDEF
(233,237,239)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AECB; }

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

This text font color is #B3AECB.


Background Color

.myBgColor { background-color: #B3AECB; }

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

This div background color is #B3AECB.


Border color

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

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

This div border color is #B3AECB.


Opacity

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

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

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

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

This text has shadow with #B3AECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AECB on black background.


Color preview on white background

This text has color #B3AECB on white background.



Black color preview on #B3AECB background

This text has black color on #B3AECB background.


White color preview on #B3AECB background

This text has white color on #B3AECB background.