COLOR #BBB7D3

HEX: #BBB7D3 RGB: (187,183,211)

Color info

#BBB7D3 contains red, green and blue colors in about the same proportion. Web safe color of #BBB7D3 is #CCCCCC (or #CCC).

RGB color model

#BBB7D3 color RGB value is (187,183,211).

RGB: (187,183,211) (73%, 72%, 83%)

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 211 of 255 = 83%

187
183
211

R + G + B ~ 76%. #BBB7D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 183 + 211 = 581 (100%)
R 187 of 581 ~ 32.19%
G 183 of 581 ~ 31.5%
B 211 of 581 ~ 36.32'%

%32.19
%31.5
%36.32

CMYK color model

#BBB7D3 color CMYK value is (11,13,0,17).

  • cyan value is 11.37%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (11,13,0,17)
C11M13Y0K17 (11%, 13%, 0%, 17%)
(0.11 / 0.13 / 0.00 / 0.17)

CMYK percentages

%11.37
%13.27
%0
%17.25

Codes

Color #BBB7D3 in popluar color models

BB B7 D3
RGB 187 183 211
HSL 249° 24.14% 77.25%
HSB/HSV 249° 13.27% 82.75%
CMYK 11.37% 13.27% 0.00%
17.25%

Color #BBB7D3 in popluar number systems.

HEX BB B7 D3
Decimal 187 183 211
Binary 10111011 10110111 11010011
Octal 273 267 323

Shades and tints

Shades of #BBB7D3

#BBB7D3
(187,183,211)
#AAA7C0
(170,167,192)
#9997AD
(153,151,173)
#88879A
(136,135,154)
#777787
(119,119,135)
#666774
(102,103,116)
#555761
(85,87,97)
#44474E
(68,71,78)
#33373B
(51,55,59)
#222728
(34,39,40)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #BBB7D3

#BBB7D3
(187,183,211)
#C1BDD7
(193,189,215)
#C7C3DB
(199,195,219)
#CDC9DF
(205,201,223)
#D3CFE3
(211,207,227)
#D9D5E7
(217,213,231)
#DFDBEB
(223,219,235)
#E5E1EF
(229,225,239)
#EBE7F3
(235,231,243)
#F1EDF7
(241,237,247)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB7D3; }

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

This text font color is #BBB7D3.

Background Color

.myBgColor { background-color: #BBB7D3; }

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

This div background color is #BBB7D3.

Border color

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

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

This div border color is #BBB7D3.

Opacity

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

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

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

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

This text has shadow with #BBB7D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB7D3.

Preview

Color preview on black background

This text has color #BBB7D3 on black background.


Color preview on white background

This text has color #BBB7D3 on white background.


Black color preview on #BBB7D3 background

This text has black color on #BBB7D3 background.


White color preview on #BBB7D3 background

This text has white color on #BBB7D3 background.


Related colors

Complementary color

Complementary color for #hex is #44482C.


I love getcolorcode.com

Triadic colors

1 #D3BBB7 and #B7D3BB with #BBB7D3 are triadic colors.

2 #D3B7BB and #B7BBD3 with #BBB7D3 are triadic colors.