COLOR #B2ADCA

HEX: #B2ADCA
RGB: (178,173,202)

Color info

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

RGB color model

#B2ADCA color RGB value is (178,173,202).

  • red value is 178;
  • green value is 173;
  • blue value is 202.
RGB:
(178,173,202)
(70%,68%,79%)

RGB channels and saturation

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

178
173
202

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

Portions of RGB colors in percentages

R + G + B =
178 + 173 + 202 = 553 (100%)
R 178 of 553 ~ 32.19%
G 173 of 553 ~ 31.28%
B 202 of 553 ~ 36.53%

%32.19
%31.28
%36.53

CMYK color model

#B2ADCA color CMYK value is (12,14,0,21).

  • cyan value is 11.88%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(12,14,0,21)
C12M14Y0K21 
(12%,14%,0%,21%)
(0.12/0.14/0.00/0.21)	

CMYK percentages

%11.88
%14.36
%0
%20.78

Codes

Color #B2ADCA in popluar color models

B2ADCA
RGB178173202
HSL250°21.48%73.53%
HSB/HSV250°14.36%79.22%
CMYK11.88%14.36%0.00%
20.78%

Color #B2ADCA in popluar number systems.

HEXB2ADCA
Decimal178173202
Binary101100101010110111001010
Octal262255312

Shades and tints

Shades of #B2ADCA

#B2ADCA
(178,173,202)
#A29EB8
(162,158,184)
#928FA6
(146,143,166)
#828094
(130,128,148)
#727182
(114,113,130)
#626270
(98,98,112)
#52535E
(82,83,94)
#42444C
(66,68,76)
#32353A
(50,53,58)
#222628
(34,38,40)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #B2ADCA

#B2ADCA
(178,173,202)
#B9B4CE
(185,180,206)
#C0BBD2
(192,187,210)
#C7C2D6
(199,194,214)
#CEC9DA
(206,201,218)
#D5D0DE
(213,208,222)
#DCD7E2
(220,215,226)
#E3DEE6
(227,222,230)
#EAE5EA
(234,229,234)
#F1ECEE
(241,236,238)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ADCA; }

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

This text font color is #B2ADCA.


Background Color

.myBgColor { background-color: #B2ADCA; }

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

This div background color is #B2ADCA.


Border color

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

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

This div border color is #B2ADCA.


Opacity

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

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

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

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

This text has shadow with #B2ADCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ADCA on black background.


Color preview on white background

This text has color #B2ADCA on white background.



Black color preview on #B2ADCA background

This text has black color on #B2ADCA background.


White color preview on #B2ADCA background

This text has white color on #B2ADCA background.