COLOR #BBADB7

HEX: #BBADB7 RGB: (187,173,183)

Color info

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

RGB color model

#BBADB7 color RGB value is (187,173,183).

RGB: (187,173,183) (73%, 68%, 72%)

RGB channels and saturation

R 187 of 255 = 73%
G 173 of 255 = 68%
B 183 of 255 = 72%

187
173
183

R + G + B ~ 71%. #BBADB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 173 + 183 = 543 (100%)
R 187 of 543 ~ 34.44%
G 173 of 543 ~ 31.86%
B 183 of 543 ~ 33.7'%

%34.44
%31.86
%33.7

CMYK color model

#BBADB7 color CMYK value is (0,7,2,27).

  • cyan value is 0.00%
  • magenta value is 7.49%
  • yellow value is 2.14%
  • key color value is 26.67%

CMYK: (0,7,2,27)
C0M7Y2K27 (0%, 7%, 2%, 27%)
(0.00 / 0.07 / 0.02 / 0.27)

CMYK percentages

%0
%7.49
%2.14
%26.67

Codes

Color #BBADB7 in popluar color models

BB AD B7
RGB 187 173 183
HSL 317° 9.33% 70.59%
HSB/HSV 317° 7.49% 73.33%
CMYK 0.00% 7.49% 2.14%
26.67%

Color #BBADB7 in popluar number systems.

HEX BB AD B7
Decimal 187 173 183
Binary 10111011 10101101 10110111
Octal 273 255 267

Shades and tints

Shades of #BBADB7

#BBADB7
(187,173,183)
#AA9EA7
(170,158,167)
#998F97
(153,143,151)
#888087
(136,128,135)
#777177
(119,113,119)
#666267
(102,98,103)
#555357
(85,83,87)
#444447
(68,68,71)
#333537
(51,53,55)
#222627
(34,38,39)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #BBADB7

#BBADB7
(187,173,183)
#C1B4BD
(193,180,189)
#C7BBC3
(199,187,195)
#CDC2C9
(205,194,201)
#D3C9CF
(211,201,207)
#D9D0D5
(217,208,213)
#DFD7DB
(223,215,219)
#E5DEE1
(229,222,225)
#EBE5E7
(235,229,231)
#F1ECED
(241,236,237)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBADB7; }

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

This text font color is #BBADB7.

Background Color

.myBgColor { background-color: #BBADB7; }

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

This div background color is #BBADB7.

Border color

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

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

This div border color is #BBADB7.

Opacity

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

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

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

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

This text has shadow with #BBADB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBADB7.

Preview

Color preview on black background

This text has color #BBADB7 on black background.


Color preview on white background

This text has color #BBADB7 on white background.


Black color preview on #BBADB7 background

This text has black color on #BBADB7 background.


White color preview on #BBADB7 background

This text has white color on #BBADB7 background.


Related colors

Complementary color

Complementary color for #hex is #445248.


I love getcolorcode.com

Triadic colors

1 #B7BBAD and #ADB7BB with #BBADB7 are triadic colors.

2 #B7ADBB and #ADBBB7 with #BBADB7 are triadic colors.