COLOR #BBDBC7

HEX: #BBDBC7
RGB: (187,219,199)

Color info

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

RGB color model

#BBDBC7 color RGB value is (187,219,199).

  • red value is 187;
  • green value is 219;
  • blue value is 199.
RGB:
(187,219,199)
(73%,86%,78%)

RGB channels and saturation

R 187 of 255 = 73%
G 219 of 255 = 86%
B 199 of 255 = 78%

187
219
199

R + G + B ~ 79%. #BBDBC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 219 + 199 = 605 (100%)
R 187 of 605 ~ 30.91%
G 219 of 605 ~ 36.2%
B 199 of 605 ~ 32.89%

%30.91
%36.2
%32.89

CMYK color model

#BBDBC7 color CMYK value is (15,0,9,14).

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 14.12%
CMYK:
(15,0,9,14)
C15M0Y9K14 
(15%,0%,9%,14%)
(0.15/0.00/0.09/0.14)	

CMYK percentages

%14.61
%0
%9.13
%14.12

Codes

Color #BBDBC7 in popluar color models

BBDBC7
RGB187219199
HSL143°30.77%79.61%
HSB/HSV143°14.61%85.88%
CMYK14.61%0.00%9.13%
14.12%

Color #BBDBC7 in popluar number systems.

HEXBBDBC7
Decimal187219199
Binary101110111101101111000111
Octal273333307

Shades and tints

Shades of #BBDBC7

#BBDBC7
(187,219,199)
#AAC8B5
(170,200,181)
#99B5A3
(153,181,163)
#88A291
(136,162,145)
#778F7F
(119,143,127)
#667C6D
(102,124,109)
#55695B
(85,105,91)
#445649
(68,86,73)
#334337
(51,67,55)
#223025
(34,48,37)
#111D13
(17,29,19)
#000000
(0,0,0)

Tints of #BBDBC7

#BBDBC7
(187,219,199)
#C1DECC
(193,222,204)
#C7E1D1
(199,225,209)
#CDE4D6
(205,228,214)
#D3E7DB
(211,231,219)
#D9EAE0
(217,234,224)
#DFEDE5
(223,237,229)
#E5F0EA
(229,240,234)
#EBF3EF
(235,243,239)
#F1F6F4
(241,246,244)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDBC7 color. Also use rgb(187,219,199) instead hex code.

Text Font Color

.myTextColor { color: #BBDBC7; }

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

This text font color is #BBDBC7.


Background Color

.myBgColor { background-color: #BBDBC7; }

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

This div background color is #BBDBC7.


Border color

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

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

This div border color is #BBDBC7.


Opacity

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

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

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

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

This text has shadow with #BBDBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDBC7 on black background.


Color preview on white background

This text has color #BBDBC7 on white background.



Black color preview on #BBDBC7 background

This text has black color on #BBDBC7 background.


White color preview on #BBDBC7 background

This text has white color on #BBDBC7 background.