COLOR #BBDCB3

HEX: #BBDCB3 RGB: (187,220,179)

Color info

#BBDCB3 contains red, green and blue colors in about the same proportion. Web safe color of #BBDCB3 is #CCCC99 (or #CC9).

RGB color model

#BBDCB3 color RGB value is (187,220,179).

RGB: (187,220,179) (73%, 86%, 70%)

RGB channels and saturation

R 187 of 255 = 73%
G 220 of 255 = 86%
B 179 of 255 = 70%

187
220
179

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

Portions of RGB colors in percentages

R + G + B = 187 + 220 + 179 = 586 (100%)
R 187 of 586 ~ 31.91%
G 220 of 586 ~ 37.54%
B 179 of 586 ~ 30.55'%

%31.91
%37.54
%30.55

CMYK color model

#BBDCB3 color CMYK value is (15,0,19,14).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 13.73%

CMYK: (15,0,19,14)
C15M0Y19K14 (15%, 0%, 19%, 14%)
(0.15 / 0.00 / 0.19 / 0.14)

CMYK percentages

%15
%0
%18.64
%13.73

Codes

Color #BBDCB3 in popluar color models

BB DC B3
RGB 187 220 179
HSL 108° 36.94% 78.24%
HSB/HSV 108° 18.64% 86.27%
CMYK 15.00% 0.00% 18.64%
13.73%

Color #BBDCB3 in popluar number systems.

HEX BB DC B3
Decimal 187 220 179
Binary 10111011 11011100 10110011
Octal 273 334 263

Shades and tints

Shades of #BBDCB3

#BBDCB3
(187,220,179)
#AAC8A3
(170,200,163)
#99B493
(153,180,147)
#88A083
(136,160,131)
#778C73
(119,140,115)
#667863
(102,120,99)
#556453
(85,100,83)
#445043
(68,80,67)
#333C33
(51,60,51)
#222823
(34,40,35)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #BBDCB3

#BBDCB3
(187,220,179)
#C1DFB9
(193,223,185)
#C7E2BF
(199,226,191)
#CDE5C5
(205,229,197)
#D3E8CB
(211,232,203)
#D9EBD1
(217,235,209)
#DFEED7
(223,238,215)
#E5F1DD
(229,241,221)
#EBF4E3
(235,244,227)
#F1F7E9
(241,247,233)
#F7FAEF
(247,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDCB3; }

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

This text font color is #BBDCB3.

Background Color

.myBgColor { background-color: #BBDCB3; }

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

This div background color is #BBDCB3.

Border color

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

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

This div border color is #BBDCB3.

Opacity

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

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

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

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

This text has shadow with #BBDCB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDCB3.

Preview

Color preview on black background

This text has color #BBDCB3 on black background.


Color preview on white background

This text has color #BBDCB3 on white background.


Black color preview on #BBDCB3 background

This text has black color on #BBDCB3 background.


White color preview on #BBDCB3 background

This text has white color on #BBDCB3 background.


Related colors

Complementary color

Complementary color for #hex is #44234C.


I love getcolorcode.com

Triadic colors

1 #B3BBDC and #DCB3BB with #BBDCB3 are triadic colors.

2 #B3DCBB and #DCBBB3 with #BBDCB3 are triadic colors.