COLOR #BBE0D9

HEX: #BBE0D9
RGB: (187,224,217)

Color info

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

RGB color model

#BBE0D9 color RGB value is (187,224,217).

  • red value is 187;
  • green value is 224;
  • blue value is 217.
RGB:
(187,224,217)
(73%,88%,85%)

RGB channels and saturation

R 187 of 255 = 73%
G 224 of 255 = 88%
B 217 of 255 = 85%

187
224
217

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

Portions of RGB colors in percentages

R + G + B =
187 + 224 + 217 = 628 (100%)
R 187 of 628 ~ 29.78%
G 224 of 628 ~ 35.67%
B 217 of 628 ~ 34.55%

%29.78
%35.67
%34.55

CMYK color model

#BBE0D9 color CMYK value is (17,0,3,12).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 12.16%
CMYK:
(17,0,3,12)
C17M0Y3K12 
(17%,0%,3%,12%)
(0.17/0.00/0.03/0.12)	

CMYK percentages

%16.52
%0
%3.13
%12.16

Codes

Color #BBE0D9 in popluar color models

BBE0D9
RGB187224217
HSL169°37.37%80.59%
HSB/HSV169°16.52%87.84%
CMYK16.52%0.00%3.13%
12.16%

Color #BBE0D9 in popluar number systems.

HEXBBE0D9
Decimal187224217
Binary101110111110000011011001
Octal273340331

Shades and tints

Shades of #BBE0D9

#BBE0D9
(187,224,217)
#AACCC6
(170,204,198)
#99B8B3
(153,184,179)
#88A4A0
(136,164,160)
#77908D
(119,144,141)
#667C7A
(102,124,122)
#556867
(85,104,103)
#445454
(68,84,84)
#334041
(51,64,65)
#222C2E
(34,44,46)
#11181B
(17,24,27)
#000000
(0,0,0)

Tints of #BBE0D9

#BBE0D9
(187,224,217)
#C1E2DC
(193,226,220)
#C7E4DF
(199,228,223)
#CDE6E2
(205,230,226)
#D3E8E5
(211,232,229)
#D9EAE8
(217,234,232)
#DFECEB
(223,236,235)
#E5EEEE
(229,238,238)
#EBF0F1
(235,240,241)
#F1F2F4
(241,242,244)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE0D9 color. Also use rgb(187,224,217) instead hex code.

Text Font Color

.myTextColor { color: #BBE0D9; }

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

This text font color is #BBE0D9.


Background Color

.myBgColor { background-color: #BBE0D9; }

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

This div background color is #BBE0D9.


Border color

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

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

This div border color is #BBE0D9.


Opacity

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

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

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

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

This text has shadow with #BBE0D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE0D9 on black background.


Color preview on white background

This text has color #BBE0D9 on white background.



Black color preview on #BBE0D9 background

This text has black color on #BBE0D9 background.


White color preview on #BBE0D9 background

This text has white color on #BBE0D9 background.