COLOR #BBE6D1

HEX: #BBE6D1 RGB: (187,230,209)

Color info

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

RGB color model

#BBE6D1 color RGB value is (187,230,209).

RGB: (187,230,209) (73%, 90%, 82%)

RGB channels and saturation

R 187 of 255 = 73%
G 230 of 255 = 90%
B 209 of 255 = 82%

187
230
209

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

Portions of RGB colors in percentages

R + G + B = 187 + 230 + 209 = 626 (100%)
R 187 of 626 ~ 29.87%
G 230 of 626 ~ 36.74%
B 209 of 626 ~ 33.39'%

%29.87
%36.74
%33.39

CMYK color model

#BBE6D1 color CMYK value is (19,0,9,10).

  • cyan value is 18.70%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 9.80%

CMYK: (19,0,9,10)
C19M0Y9K10 (19%, 0%, 9%, 10%)
(0.19 / 0.00 / 0.09 / 0.10)

CMYK percentages

%18.7
%0
%9.13
%9.8

Codes

Color #BBE6D1 in popluar color models

BB E6 D1
RGB 187 230 209
HSL 151° 46.24% 81.76%
HSB/HSV 151° 18.70% 90.20%
CMYK 18.70% 0.00% 9.13%
9.80%

Color #BBE6D1 in popluar number systems.

HEX BB E6 D1
Decimal 187 230 209
Binary 10111011 11100110 11010001
Octal 273 346 321

Shades and tints

Shades of #BBE6D1

#BBE6D1
(187,230,209)
#AAD2BE
(170,210,190)
#99BEAB
(153,190,171)
#88AA98
(136,170,152)
#779685
(119,150,133)
#668272
(102,130,114)
#556E5F
(85,110,95)
#445A4C
(68,90,76)
#334639
(51,70,57)
#223226
(34,50,38)
#111E13
(17,30,19)
#000000
(0,0,0)

Tints of #BBE6D1

#BBE6D1
(187,230,209)
#C1E8D5
(193,232,213)
#C7EAD9
(199,234,217)
#CDECDD
(205,236,221)
#D3EEE1
(211,238,225)
#D9F0E5
(217,240,229)
#DFF2E9
(223,242,233)
#E5F4ED
(229,244,237)
#EBF6F1
(235,246,241)
#F1F8F5
(241,248,245)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE6D1; }

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

This text font color is #BBE6D1.

Background Color

.myBgColor { background-color: #BBE6D1; }

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

This div background color is #BBE6D1.

Border color

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

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

This div border color is #BBE6D1.

Opacity

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

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

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

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

This text has shadow with #BBE6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE6D1.

Preview

Color preview on black background

This text has color #BBE6D1 on black background.


Color preview on white background

This text has color #BBE6D1 on white background.


Black color preview on #BBE6D1 background

This text has black color on #BBE6D1 background.


White color preview on #BBE6D1 background

This text has white color on #BBE6D1 background.


Related colors

Complementary color

Complementary color for #hex is #44192E.


I love getcolorcode.com

Triadic colors

1 #D1BBE6 and #E6D1BB with #BBE6D1 are triadic colors.

2 #D1E6BB and #E6BBD1 with #BBE6D1 are triadic colors.