COLOR #B2ADC9

HEX: #B2ADC9 RGB: (178,173,201)

Color info

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

RGB color model

#B2ADC9 color RGB value is (178,173,201).

RGB: (178,173,201) (70%, 68%, 79%)

RGB channels and saturation

R 178 of 255 = 70%
G 173 of 255 = 68%
B 201 of 255 = 79%

178
173
201

R + G + B ~ 72%. #B2ADC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 173 + 201 = 552 (100%)
R 178 of 552 ~ 32.25%
G 173 of 552 ~ 31.34%
B 201 of 552 ~ 36.41'%

%32.25
%31.34
%36.41

CMYK color model

#B2ADC9 color CMYK value is (11,14,0,21).

  • cyan value is 11.44%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (11,14,0,21)
C11M14Y0K21 (11%, 14%, 0%, 21%)
(0.11 / 0.14 / 0.00 / 0.21)

CMYK percentages

%11.44
%13.93
%0
%21.18

Codes

Color #B2ADC9 in popluar color models

B2 AD C9
RGB 178 173 201
HSL 251° 20.59% 73.33%
HSB/HSV 251° 13.93% 78.82%
CMYK 11.44% 13.93% 0.00%
21.18%

Color #B2ADC9 in popluar number systems.

HEX B2 AD C9
Decimal 178 173 201
Binary 10110010 10101101 11001001
Octal 262 255 311

Shades and tints

Shades of #B2ADC9

#B2ADC9
(178,173,201)
#A29EB7
(162,158,183)
#928FA5
(146,143,165)
#828093
(130,128,147)
#727181
(114,113,129)
#62626F
(98,98,111)
#52535D
(82,83,93)
#42444B
(66,68,75)
#323539
(50,53,57)
#222627
(34,38,39)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #B2ADC9

#B2ADC9
(178,173,201)
#B9B4CD
(185,180,205)
#C0BBD1
(192,187,209)
#C7C2D5
(199,194,213)
#CEC9D9
(206,201,217)
#D5D0DD
(213,208,221)
#DCD7E1
(220,215,225)
#E3DEE5
(227,222,229)
#EAE5E9
(234,229,233)
#F1ECED
(241,236,237)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2ADC9 color. Also use rgb(178,173,201) instead hex code.

Text Font Color

.myTextColor { color: #B2ADC9; }

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

This text font color is #B2ADC9.

Background Color

.myBgColor { background-color: #B2ADC9; }

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

This div background color is #B2ADC9.

Border color

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

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

This div border color is #B2ADC9.

Opacity

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

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

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

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

This text has shadow with #B2ADC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2ADC9.

Preview

Color preview on black background

This text has color #B2ADC9 on black background.


Color preview on white background

This text has color #B2ADC9 on white background.


Black color preview on #B2ADC9 background

This text has black color on #B2ADC9 background.


White color preview on #B2ADC9 background

This text has white color on #B2ADC9 background.


Related colors

Complementary color

Complementary color for #hex is #4D5236.


I love getcolorcode.com

Triadic colors

1 #C9B2AD and #ADC9B2 with #B2ADC9 are triadic colors.

2 #C9ADB2 and #ADB2C9 with #B2ADC9 are triadic colors.