COLOR #B3AED7

HEX: #B3AED7 RGB: (179,174,215)

Color info

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

RGB color model

#B3AED7 color RGB value is (179,174,215).

RGB: (179,174,215) (70%, 68%, 84%)

RGB channels and saturation

R 179 of 255 = 70%
G 174 of 255 = 68%
B 215 of 255 = 84%

179
174
215

R + G + B ~ 74%. #B3AED7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 174 + 215 = 568 (100%)
R 179 of 568 ~ 31.51%
G 174 of 568 ~ 30.63%
B 215 of 568 ~ 37.85'%

%31.51
%30.63
%37.85

CMYK color model

#B3AED7 color CMYK value is (17,19,0,16).

  • cyan value is 16.74%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (17,19,0,16)
C17M19Y0K16 (17%, 19%, 0%, 16%)
(0.17 / 0.19 / 0.00 / 0.16)

CMYK percentages

%16.74
%19.07
%0
%15.69

Codes

Color #B3AED7 in popluar color models

B3 AE D7
RGB 179 174 215
HSL 247° 33.88% 76.27%
HSB/HSV 247° 19.07% 84.31%
CMYK 16.74% 19.07% 0.00%
15.69%

Color #B3AED7 in popluar number systems.

HEX B3 AE D7
Decimal 179 174 215
Binary 10110011 10101110 11010111
Octal 263 256 327

Shades and tints

Shades of #B3AED7

#B3AED7
(179,174,215)
#A39FC4
(163,159,196)
#9390B1
(147,144,177)
#83819E
(131,129,158)
#73728B
(115,114,139)
#636378
(99,99,120)
#535465
(83,84,101)
#434552
(67,69,82)
#33363F
(51,54,63)
#23272C
(35,39,44)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #B3AED7

#B3AED7
(179,174,215)
#B9B5DA
(185,181,218)
#BFBCDD
(191,188,221)
#C5C3E0
(197,195,224)
#CBCAE3
(203,202,227)
#D1D1E6
(209,209,230)
#D7D8E9
(215,216,233)
#DDDFEC
(221,223,236)
#E3E6EF
(227,230,239)
#E9EDF2
(233,237,242)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AED7; }

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

This text font color is #B3AED7.

Background Color

.myBgColor { background-color: #B3AED7; }

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

This div background color is #B3AED7.

Border color

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

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

This div border color is #B3AED7.

Opacity

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

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

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

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

This text has shadow with #B3AED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3AED7.

Preview

Color preview on black background

This text has color #B3AED7 on black background.


Color preview on white background

This text has color #B3AED7 on white background.


Black color preview on #B3AED7 background

This text has black color on #B3AED7 background.


White color preview on #B3AED7 background

This text has white color on #B3AED7 background.


Related colors

Complementary color

Complementary color for #hex is #4C5128.


I love getcolorcode.com

Triadic colors

1 #D7B3AE and #AED7B3 with #B3AED7 are triadic colors.

2 #D7AEB3 and #AEB3D7 with #B3AED7 are triadic colors.