COLOR #B4B3CD

HEX: #B4B3CD RGB: (180,179,205)

Color info

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

RGB color model

#B4B3CD color RGB value is (180,179,205).

RGB: (180,179,205) (71%, 70%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 179 of 255 = 70%
B 205 of 255 = 80%

180
179
205

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

Portions of RGB colors in percentages

R + G + B = 180 + 179 + 205 = 564 (100%)
R 180 of 564 ~ 31.91%
G 179 of 564 ~ 31.74%
B 205 of 564 ~ 36.35'%

%31.91
%31.74
%36.35

CMYK color model

#B4B3CD color CMYK value is (12,13,0,20).

  • cyan value is 12.20%
  • magenta value is 12.68%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (12,13,0,20)
C12M13Y0K20 (12%, 13%, 0%, 20%)
(0.12 / 0.13 / 0.00 / 0.20)

CMYK percentages

%12.2
%12.68
%0
%19.61

Codes

Color #B4B3CD in popluar color models

B4 B3 CD
RGB 180 179 205
HSL 242° 20.63% 75.29%
HSB/HSV 242° 12.68% 80.39%
CMYK 12.20% 12.68% 0.00%
19.61%

Color #B4B3CD in popluar number systems.

HEX B4 B3 CD
Decimal 180 179 205
Binary 10110100 10110011 11001101
Octal 264 263 315

Shades and tints

Shades of #B4B3CD

#B4B3CD
(180,179,205)
#A4A3BB
(164,163,187)
#9493A9
(148,147,169)
#848397
(132,131,151)
#747385
(116,115,133)
#646373
(100,99,115)
#545361
(84,83,97)
#44434F
(68,67,79)
#34333D
(52,51,61)
#24232B
(36,35,43)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #B4B3CD

#B4B3CD
(180,179,205)
#BAB9D1
(186,185,209)
#C0BFD5
(192,191,213)
#C6C5D9
(198,197,217)
#CCCBDD
(204,203,221)
#D2D1E1
(210,209,225)
#D8D7E5
(216,215,229)
#DEDDE9
(222,221,233)
#E4E3ED
(228,227,237)
#EAE9F1
(234,233,241)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B3CD color. Also use rgb(180,179,205) instead hex code.

Text Font Color

.myTextColor { color: #B4B3CD; }

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

This text font color is #B4B3CD.

Background Color

.myBgColor { background-color: #B4B3CD; }

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

This div background color is #B4B3CD.

Border color

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

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

This div border color is #B4B3CD.

Opacity

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

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

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

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

This text has shadow with #B4B3CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B3CD.

Preview

Color preview on black background

This text has color #B4B3CD on black background.


Color preview on white background

This text has color #B4B3CD on white background.


Black color preview on #B4B3CD background

This text has black color on #B4B3CD background.


White color preview on #B4B3CD background

This text has white color on #B4B3CD background.


Related colors

Complementary color

Complementary color for #hex is #4B4C32.


I love getcolorcode.com

Triadic colors

1 #CDB4B3 and #B3CDB4 with #B4B3CD are triadic colors.

2 #CDB3B4 and #B3B4CD with #B4B3CD are triadic colors.