COLOR #B8ADD2

HEX: #B8ADD2 RGB: (184,173,210)

Color info

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

RGB color model

#B8ADD2 color RGB value is (184,173,210).

RGB: (184,173,210) (72%, 68%, 82%)

RGB channels and saturation

R 184 of 255 = 72%
G 173 of 255 = 68%
B 210 of 255 = 82%

184
173
210

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

Portions of RGB colors in percentages

R + G + B = 184 + 173 + 210 = 567 (100%)
R 184 of 567 ~ 32.45%
G 173 of 567 ~ 30.51%
B 210 of 567 ~ 37.04'%

%32.45
%30.51
%37.04

CMYK color model

#B8ADD2 color CMYK value is (12,18,0,18).

  • cyan value is 12.38%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (12,18,0,18)
C12M18Y0K18 (12%, 18%, 0%, 18%)
(0.12 / 0.18 / 0.00 / 0.18)

CMYK percentages

%12.38
%17.62
%0
%17.65

Codes

Color #B8ADD2 in popluar color models

B8 AD D2
RGB 184 173 210
HSL 258° 29.13% 75.10%
HSB/HSV 258° 17.62% 82.35%
CMYK 12.38% 17.62% 0.00%
17.65%

Color #B8ADD2 in popluar number systems.

HEX B8 AD D2
Decimal 184 173 210
Binary 10111000 10101101 11010010
Octal 270 255 322

Shades and tints

Shades of #B8ADD2

#B8ADD2
(184,173,210)
#A89EBF
(168,158,191)
#988FAC
(152,143,172)
#888099
(136,128,153)
#787186
(120,113,134)
#686273
(104,98,115)
#585360
(88,83,96)
#48444D
(72,68,77)
#38353A
(56,53,58)
#282627
(40,38,39)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #B8ADD2

#B8ADD2
(184,173,210)
#BEB4D6
(190,180,214)
#C4BBDA
(196,187,218)
#CAC2DE
(202,194,222)
#D0C9E2
(208,201,226)
#D6D0E6
(214,208,230)
#DCD7EA
(220,215,234)
#E2DEEE
(226,222,238)
#E8E5F2
(232,229,242)
#EEECF6
(238,236,246)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8ADD2; }

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

This text font color is #B8ADD2.

Background Color

.myBgColor { background-color: #B8ADD2; }

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

This div background color is #B8ADD2.

Border color

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

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

This div border color is #B8ADD2.

Opacity

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

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

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

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

This text has shadow with #B8ADD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8ADD2.

Preview

Color preview on black background

This text has color #B8ADD2 on black background.


Color preview on white background

This text has color #B8ADD2 on white background.


Black color preview on #B8ADD2 background

This text has black color on #B8ADD2 background.


White color preview on #B8ADD2 background

This text has white color on #B8ADD2 background.


Related colors

Complementary color

Complementary color for #hex is #47522D.


I love getcolorcode.com

Triadic colors

1 #D2B8AD and #ADD2B8 with #B8ADD2 are triadic colors.

2 #D2ADB8 and #ADB8D2 with #B8ADD2 are triadic colors.