COLOR #B8ADE5

HEX: #B8ADE5 RGB: (184,173,229)

Color info

#B8ADE5 contains red, green and blue colors in about the same proportion. Web safe color of #B8ADE5 is #CC99CC (or #C9C).

RGB color model

#B8ADE5 color RGB value is (184,173,229).

RGB: (184,173,229) (72%, 68%, 90%)

RGB channels and saturation

R 184 of 255 = 72%
G 173 of 255 = 68%
B 229 of 255 = 90%

184
173
229

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

Portions of RGB colors in percentages

R + G + B = 184 + 173 + 229 = 586 (100%)
R 184 of 586 ~ 31.4%
G 173 of 586 ~ 29.52%
B 229 of 586 ~ 39.08'%

%31.4
%29.52
%39.08

CMYK color model

#B8ADE5 color CMYK value is (20,24,0,10).

  • cyan value is 19.65%
  • magenta value is 24.45%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (20,24,0,10)
C20M24Y0K10 (20%, 24%, 0%, 10%)
(0.20 / 0.24 / 0.00 / 0.10)

CMYK percentages

%19.65
%24.45
%0
%10.2

Codes

Color #B8ADE5 in popluar color models

B8 AD E5
RGB 184 173 229
HSL 252° 51.85% 78.82%
HSB/HSV 252° 24.45% 89.80%
CMYK 19.65% 24.45% 0.00%
10.20%

Color #B8ADE5 in popluar number systems.

HEX B8 AD E5
Decimal 184 173 229
Binary 10111000 10101101 11100101
Octal 270 255 345

Shades and tints

Shades of #B8ADE5

#B8ADE5
(184,173,229)
#A89ED1
(168,158,209)
#988FBD
(152,143,189)
#8880A9
(136,128,169)
#787195
(120,113,149)
#686281
(104,98,129)
#58536D
(88,83,109)
#484459
(72,68,89)
#383545
(56,53,69)
#282631
(40,38,49)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #B8ADE5

#B8ADE5
(184,173,229)
#BEB4E7
(190,180,231)
#C4BBE9
(196,187,233)
#CAC2EB
(202,194,235)
#D0C9ED
(208,201,237)
#D6D0EF
(214,208,239)
#DCD7F1
(220,215,241)
#E2DEF3
(226,222,243)
#E8E5F5
(232,229,245)
#EEECF7
(238,236,247)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8ADE5 color. Also use rgb(184,173,229) instead hex code.

Text Font Color

.myTextColor { color: #B8ADE5; }

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

This text font color is #B8ADE5.

Background Color

.myBgColor { background-color: #B8ADE5; }

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

This div background color is #B8ADE5.

Border color

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

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

This div border color is #B8ADE5.

Opacity

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

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

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

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

This text has shadow with #B8ADE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8ADE5.

Preview

Color preview on black background

This text has color #B8ADE5 on black background.


Color preview on white background

This text has color #B8ADE5 on white background.


Black color preview on #B8ADE5 background

This text has black color on #B8ADE5 background.


White color preview on #B8ADE5 background

This text has white color on #B8ADE5 background.


Related colors

Complementary color

Complementary color for #hex is #47521A.


I love getcolorcode.com

Triadic colors

1 #E5B8AD and #ADE5B8 with #B8ADE5 are triadic colors.

2 #E5ADB8 and #ADB8E5 with #B8ADE5 are triadic colors.