COLOR #BBDDB7

HEX: #BBDDB7
RGB: (187,221,183)

Color info

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

RGB color model

#BBDDB7 color RGB value is (187,221,183).

  • red value is 187;
  • green value is 221;
  • blue value is 183.
RGB:
(187,221,183)
(73%,87%,72%)

RGB channels and saturation

R 187 of 255 = 73%
G 221 of 255 = 87%
B 183 of 255 = 72%

187
221
183

R + G + B ~ 77%. #BBDDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 221 + 183 = 591 (100%)
R 187 of 591 ~ 31.64%
G 221 of 591 ~ 37.39%
B 183 of 591 ~ 30.96%

%31.64
%37.39
%30.96

CMYK color model

#BBDDB7 color CMYK value is (15,0,17,13).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 13.33%
CMYK:
(15,0,17,13)
C15M0Y17K13 
(15%,0%,17%,13%)
(0.15/0.00/0.17/0.13)	

CMYK percentages

%15.38
%0
%17.19
%13.33

Codes

Color #BBDDB7 in popluar color models

BBDDB7
RGB187221183
HSL114°35.85%79.22%
HSB/HSV114°17.19%86.67%
CMYK15.38%0.00%17.19%
13.33%

Color #BBDDB7 in popluar number systems.

HEXBBDDB7
Decimal187221183
Binary101110111101110110110111
Octal273335267

Shades and tints

Shades of #BBDDB7

#BBDDB7
(187,221,183)
#AAC9A7
(170,201,167)
#99B597
(153,181,151)
#88A187
(136,161,135)
#778D77
(119,141,119)
#667967
(102,121,103)
#556557
(85,101,87)
#445147
(68,81,71)
#333D37
(51,61,55)
#222927
(34,41,39)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #BBDDB7

#BBDDB7
(187,221,183)
#C1E0BD
(193,224,189)
#C7E3C3
(199,227,195)
#CDE6C9
(205,230,201)
#D3E9CF
(211,233,207)
#D9ECD5
(217,236,213)
#DFEFDB
(223,239,219)
#E5F2E1
(229,242,225)
#EBF5E7
(235,245,231)
#F1F8ED
(241,248,237)
#F7FBF3
(247,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDDB7; }

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

This text font color is #BBDDB7.


Background Color

.myBgColor { background-color: #BBDDB7; }

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

This div background color is #BBDDB7.


Border color

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

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

This div border color is #BBDDB7.


Opacity

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

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

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

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

This text has shadow with #BBDDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDDB7 on black background.


Color preview on white background

This text has color #BBDDB7 on white background.



Black color preview on #BBDDB7 background

This text has black color on #BBDDB7 background.


White color preview on #BBDDB7 background

This text has white color on #BBDDB7 background.