COLOR #BBE7DC

HEX: #BBE7DC RGB: (187,231,220)

Color info

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

RGB color model

#BBE7DC color RGB value is (187,231,220).

RGB: (187,231,220) (73%, 91%, 86%)

RGB channels and saturation

R 187 of 255 = 73%
G 231 of 255 = 91%
B 220 of 255 = 86%

187
231
220

R + G + B ~ 83%. #BBE7DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 231 + 220 = 638 (100%)
R 187 of 638 ~ 29.31%
G 231 of 638 ~ 36.21%
B 220 of 638 ~ 34.48'%

%29.31
%36.21
%34.48

CMYK color model

#BBE7DC color CMYK value is (19,0,5,9).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 9.41%

CMYK: (19,0,5,9)
C19M0Y5K9 (19%, 0%, 5%, 9%)
(0.19 / 0.00 / 0.05 / 0.09)

CMYK percentages

%19.05
%0
%4.76
%9.41

Codes

Color #BBE7DC in popluar color models

BB E7 DC
RGB 187 231 220
HSL 165° 47.83% 81.96%
HSB/HSV 165° 19.05% 90.59%
CMYK 19.05% 0.00% 4.76%
9.41%

Color #BBE7DC in popluar number systems.

HEX BB E7 DC
Decimal 187 231 220
Binary 10111011 11100111 11011100
Octal 273 347 334

Shades and tints

Shades of #BBE7DC

#BBE7DC
(187,231,220)
#AAD2C8
(170,210,200)
#99BDB4
(153,189,180)
#88A8A0
(136,168,160)
#77938C
(119,147,140)
#667E78
(102,126,120)
#556964
(85,105,100)
#445450
(68,84,80)
#333F3C
(51,63,60)
#222A28
(34,42,40)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #BBE7DC

#BBE7DC
(187,231,220)
#C1E9DF
(193,233,223)
#C7EBE2
(199,235,226)
#CDEDE5
(205,237,229)
#D3EFE8
(211,239,232)
#D9F1EB
(217,241,235)
#DFF3EE
(223,243,238)
#E5F5F1
(229,245,241)
#EBF7F4
(235,247,244)
#F1F9F7
(241,249,247)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE7DC; }

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

This text font color is #BBE7DC.

Background Color

.myBgColor { background-color: #BBE7DC; }

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

This div background color is #BBE7DC.

Border color

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

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

This div border color is #BBE7DC.

Opacity

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

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

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

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

This text has shadow with #BBE7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE7DC.

Preview

Color preview on black background

This text has color #BBE7DC on black background.


Color preview on white background

This text has color #BBE7DC on white background.


Black color preview on #BBE7DC background

This text has black color on #BBE7DC background.


White color preview on #BBE7DC background

This text has white color on #BBE7DC background.


Related colors

Complementary color

Complementary color for #hex is #441823.


I love getcolorcode.com

Triadic colors

1 #DCBBE7 and #E7DCBB with #BBE7DC are triadic colors.

2 #DCE7BB and #E7BBDC with #BBE7DC are triadic colors.