COLOR #BBE0D2

HEX: #BBE0D2
RGB: (187,224,210)

Color info

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

RGB color model

#BBE0D2 color RGB value is (187,224,210).

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

RGB channels and saturation

R 187 of 255 = 73%
G 224 of 255 = 88%
B 210 of 255 = 82%

187
224
210

R + G + B ~ 81%. #BBE0D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 224 + 210 = 621 (100%)
R 187 of 621 ~ 30.11%
G 224 of 621 ~ 36.07%
B 210 of 621 ~ 33.82%

%30.11
%36.07
%33.82

CMYK color model

#BBE0D2 color CMYK value is (17,0,6,12).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 12.16%
CMYK:
(17,0,6,12)
C17M0Y6K12 
(17%,0%,6%,12%)
(0.17/0.00/0.06/0.12)	

CMYK percentages

%16.52
%0
%6.25
%12.16

Codes

Color #BBE0D2 in popluar color models

BBE0D2
RGB187224210
HSL157°37.37%80.59%
HSB/HSV157°16.52%87.84%
CMYK16.52%0.00%6.25%
12.16%

Color #BBE0D2 in popluar number systems.

HEXBBE0D2
Decimal187224210
Binary101110111110000011010010
Octal273340322

Shades and tints

Shades of #BBE0D2

#BBE0D2
(187,224,210)
#AACCBF
(170,204,191)
#99B8AC
(153,184,172)
#88A499
(136,164,153)
#779086
(119,144,134)
#667C73
(102,124,115)
#556860
(85,104,96)
#44544D
(68,84,77)
#33403A
(51,64,58)
#222C27
(34,44,39)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #BBE0D2

#BBE0D2
(187,224,210)
#C1E2D6
(193,226,214)
#C7E4DA
(199,228,218)
#CDE6DE
(205,230,222)
#D3E8E2
(211,232,226)
#D9EAE6
(217,234,230)
#DFECEA
(223,236,234)
#E5EEEE
(229,238,238)
#EBF0F2
(235,240,242)
#F1F2F6
(241,242,246)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE0D2; }

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

This text font color is #BBE0D2.


Background Color

.myBgColor { background-color: #BBE0D2; }

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

This div background color is #BBE0D2.


Border color

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

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

This div border color is #BBE0D2.


Opacity

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

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

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

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

This text has shadow with #BBE0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE0D2 on black background.


Color preview on white background

This text has color #BBE0D2 on white background.



Black color preview on #BBE0D2 background

This text has black color on #BBE0D2 background.


White color preview on #BBE0D2 background

This text has white color on #BBE0D2 background.