COLOR #BBE9D1

HEX: #BBE9D1 RGB: (187,233,209)

Color info

#BBE9D1 contains red, green and blue colors in about the same proportion. Web safe color of #BBE9D1 is #CCFFCC (or #CFC).

RGB color model

#BBE9D1 color RGB value is (187,233,209).

RGB: (187,233,209) (73%, 91%, 82%)

RGB channels and saturation

R 187 of 255 = 73%
G 233 of 255 = 91%
B 209 of 255 = 82%

187
233
209

R + G + B ~ 82%. #BBE9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 233 + 209 = 629 (100%)
R 187 of 629 ~ 29.73%
G 233 of 629 ~ 37.04%
B 209 of 629 ~ 33.23'%

%29.73
%37.04
%33.23

CMYK color model

#BBE9D1 color CMYK value is (20,0,10,9).

  • cyan value is 19.74%
  • magenta value is 0.00%
  • yellow value is 10.30%
  • key color value is 8.63%

CMYK: (20,0,10,9)
C20M0Y10K9 (20%, 0%, 10%, 9%)
(0.20 / 0.00 / 0.10 / 0.09)

CMYK percentages

%19.74
%0
%10.3
%8.63

Codes

Color #BBE9D1 in popluar color models

BB E9 D1
RGB 187 233 209
HSL 149° 51.11% 82.35%
HSB/HSV 149° 19.74% 91.37%
CMYK 19.74% 0.00% 10.30%
8.63%

Color #BBE9D1 in popluar number systems.

HEX BB E9 D1
Decimal 187 233 209
Binary 10111011 11101001 11010001
Octal 273 351 321

Shades and tints

Shades of #BBE9D1

#BBE9D1
(187,233,209)
#AAD4BE
(170,212,190)
#99BFAB
(153,191,171)
#88AA98
(136,170,152)
#779585
(119,149,133)
#668072
(102,128,114)
#556B5F
(85,107,95)
#44564C
(68,86,76)
#334139
(51,65,57)
#222C26
(34,44,38)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #BBE9D1

#BBE9D1
(187,233,209)
#C1EBD5
(193,235,213)
#C7EDD9
(199,237,217)
#CDEFDD
(205,239,221)
#D3F1E1
(211,241,225)
#D9F3E5
(217,243,229)
#DFF5E9
(223,245,233)
#E5F7ED
(229,247,237)
#EBF9F1
(235,249,241)
#F1FBF5
(241,251,245)
#F7FDF9
(247,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE9D1 color. Also use rgb(187,233,209) instead hex code.

Text Font Color

.myTextColor { color: #BBE9D1; }

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

This text font color is #BBE9D1.

Background Color

.myBgColor { background-color: #BBE9D1; }

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

This div background color is #BBE9D1.

Border color

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

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

This div border color is #BBE9D1.

Opacity

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

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

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

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

This text has shadow with #BBE9D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE9D1.

Preview

Color preview on black background

This text has color #BBE9D1 on black background.


Color preview on white background

This text has color #BBE9D1 on white background.


Black color preview on #BBE9D1 background

This text has black color on #BBE9D1 background.


White color preview on #BBE9D1 background

This text has white color on #BBE9D1 background.


Related colors

Complementary color

Complementary color for #hex is #44162E.


I love getcolorcode.com

Triadic colors

1 #D1BBE9 and #E9D1BB with #BBE9D1 are triadic colors.

2 #D1E9BB and #E9BBD1 with #BBE9D1 are triadic colors.