COLOR #B3ADCF

HEX: #B3ADCF RGB: (179,173,207)

Color info

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

RGB color model

#B3ADCF color RGB value is (179,173,207).

RGB: (179,173,207) (70%, 68%, 81%)

RGB channels and saturation

R 179 of 255 = 70%
G 173 of 255 = 68%
B 207 of 255 = 81%

179
173
207

R + G + B ~ 73%. #B3ADCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 173 + 207 = 559 (100%)
R 179 of 559 ~ 32.02%
G 173 of 559 ~ 30.95%
B 207 of 559 ~ 37.03'%

%32.02
%30.95
%37.03

CMYK color model

#B3ADCF color CMYK value is (14,16,0,19).

  • cyan value is 13.53%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (14,16,0,19) C14M16Y0K19 (14%,16%,0%,19%) (0.14/0.16/0.00/0.19) 

CMYK percentages

%13.53
%16.43
%0
%18.82

Codes

Color #B3ADCF in popluar color models

B3 AD CF
RGB 179 173 207
HSL 251° 26.15% 74.51%
HSB/HSV 251° 16.43% 81.18%
CMYK 13.53% 16.43% 0.00%
18.82%

Color #B3ADCF in popluar number systems.

HEX B3 AD CF
Decimal 179 173 207
Binary 10110011 10101101 11001111
Octal 263 255 317

Shades and tints

Shades of #B3ADCF

#B3ADCF
(179,173,207)
#A39EBD
(163,158,189)
#938FAB
(147,143,171)
#838099
(131,128,153)
#737187
(115,113,135)
#636275
(99,98,117)
#535363
(83,83,99)
#434451
(67,68,81)
#33353F
(51,53,63)
#23262D
(35,38,45)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #B3ADCF

#B3ADCF
(179,173,207)
#B9B4D3
(185,180,211)
#BFBBD7
(191,187,215)
#C5C2DB
(197,194,219)
#CBC9DF
(203,201,223)
#D1D0E3
(209,208,227)
#D7D7E7
(215,215,231)
#DDDEEB
(221,222,235)
#E3E5EF
(227,229,239)
#E9ECF3
(233,236,243)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3ADCF color. Also use rgb(179,173,207) instead hex code.

Text Font Color

.myTextColor { color: #B3ADCF; }

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

This text font color is #B3ADCF.

Background Color

.myBgColor { background-color: #B3ADCF; }

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

This div background color is #B3ADCF.

Border color

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

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

This div border color is #B3ADCF.

Opacity

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

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

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

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

This text has shadow with #B3ADCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3ADCF.

Preview

Color preview on black background

This text has color #B3ADCF on black background.


Color preview on white background

This text has color #B3ADCF on white background.


Black color preview on #B3ADCF background

This text has black color on #B3ADCF background.


White color preview on #B3ADCF background

This text has white color on #B3ADCF background.


Related colors

Complementary color

Complementary color for #hex is #4C5230.


I love getcolorcode.com

Triadic colors

1 #CFB3AD and #ADCFB3 with #B3ADCF are triadic colors.

2 #CFADB3 and #ADB3CF with #B3ADCF are triadic colors.