COLOR #BBB3D3

HEX: #BBB3D3 RGB: (187,179,211)

Color info

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

RGB color model

#BBB3D3 color RGB value is (187,179,211).

RGB: (187,179,211) (73%, 70%, 83%)

RGB channels and saturation

R 187 of 255 = 73%
G 179 of 255 = 70%
B 211 of 255 = 83%

187
179
211

R + G + B ~ 75%. #BBB3D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 179 + 211 = 577 (100%)
R 187 of 577 ~ 32.41%
G 179 of 577 ~ 31.02%
B 211 of 577 ~ 36.57'%

%32.41
%31.02
%36.57

CMYK color model

#BBB3D3 color CMYK value is (11,15,0,17).

  • cyan value is 11.37%
  • magenta value is 15.17%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (11,15,0,17) C11M15Y0K17 (11%,15%,0%,17%) (0.11/0.15/0.00/0.17) 

CMYK percentages

%11.37
%15.17
%0
%17.25

Codes

Color #BBB3D3 in popluar color models

BB B3 D3
RGB 187 179 211
HSL 255° 26.67% 76.47%
HSB/HSV 255° 15.17% 82.75%
CMYK 11.37% 15.17% 0.00%
17.25%

Color #BBB3D3 in popluar number systems.

HEX BB B3 D3
Decimal 187 179 211
Binary 10111011 10110011 11010011
Octal 273 263 323

Shades and tints

Shades of #BBB3D3

#BBB3D3
(187,179,211)
#AAA3C0
(170,163,192)
#9993AD
(153,147,173)
#88839A
(136,131,154)
#777387
(119,115,135)
#666374
(102,99,116)
#555361
(85,83,97)
#44434E
(68,67,78)
#33333B
(51,51,59)
#222328
(34,35,40)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #BBB3D3

#BBB3D3
(187,179,211)
#C1B9D7
(193,185,215)
#C7BFDB
(199,191,219)
#CDC5DF
(205,197,223)
#D3CBE3
(211,203,227)
#D9D1E7
(217,209,231)
#DFD7EB
(223,215,235)
#E5DDEF
(229,221,239)
#EBE3F3
(235,227,243)
#F1E9F7
(241,233,247)
#F7EFFB
(247,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB3D3 color. Also use rgb(187,179,211) instead hex code.

Text Font Color

.myTextColor { color: #BBB3D3; }

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

This text font color is #BBB3D3.

Background Color

.myBgColor { background-color: #BBB3D3; }

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

This div background color is #BBB3D3.

Border color

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

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

This div border color is #BBB3D3.

Opacity

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

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

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

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

This text has shadow with #BBB3D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB3D3.

Preview

Color preview on black background

This text has color #BBB3D3 on black background.


Color preview on white background

This text has color #BBB3D3 on white background.


Black color preview on #BBB3D3 background

This text has black color on #BBB3D3 background.


White color preview on #BBB3D3 background

This text has white color on #BBB3D3 background.


Related colors

Complementary color

Complementary color for #hex is #444C2C.


I love getcolorcode.com

Triadic colors

1 #D3BBB3 and #B3D3BB with #BBB3D3 are triadic colors.

2 #D3B3BB and #B3BBD3 with #BBB3D3 are triadic colors.