COLOR #BBE2D0

HEX: #BBE2D0
RGB: (187,226,208)

Color info

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

RGB color model

#BBE2D0 color RGB value is (187,226,208).

  • red value is 187;
  • green value is 226;
  • blue value is 208.
RGB:
(187,226,208)
(73%,89%,82%)

RGB channels and saturation

R 187 of 255 = 73%
G 226 of 255 = 89%
B 208 of 255 = 82%

187
226
208

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

Portions of RGB colors in percentages

R + G + B =
187 + 226 + 208 = 621 (100%)
R 187 of 621 ~ 30.11%
G 226 of 621 ~ 36.39%
B 208 of 621 ~ 33.49%

%30.11
%36.39
%33.49

CMYK color model

#BBE2D0 color CMYK value is (17,0,8,11).

  • cyan value is 17.26%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 11.37%
CMYK:
(17,0,8,11)
C17M0Y8K11 
(17%,0%,8%,11%)
(0.17/0.00/0.08/0.11)	

CMYK percentages

%17.26
%0
%7.96
%11.37

Codes

Color #BBE2D0 in popluar color models

BBE2D0
RGB187226208
HSL152°40.21%80.98%
HSB/HSV152°17.26%88.63%
CMYK17.26%0.00%7.96%
11.37%

Color #BBE2D0 in popluar number systems.

HEXBBE2D0
Decimal187226208
Binary101110111110001011010000
Octal273342320

Shades and tints

Shades of #BBE2D0

#BBE2D0
(187,226,208)
#AACEBE
(170,206,190)
#99BAAC
(153,186,172)
#88A69A
(136,166,154)
#779288
(119,146,136)
#667E76
(102,126,118)
#556A64
(85,106,100)
#445652
(68,86,82)
#334240
(51,66,64)
#222E2E
(34,46,46)
#111A1C
(17,26,28)
#000000
(0,0,0)

Tints of #BBE2D0

#BBE2D0
(187,226,208)
#C1E4D4
(193,228,212)
#C7E6D8
(199,230,216)
#CDE8DC
(205,232,220)
#D3EAE0
(211,234,224)
#D9ECE4
(217,236,228)
#DFEEE8
(223,238,232)
#E5F0EC
(229,240,236)
#EBF2F0
(235,242,240)
#F1F4F4
(241,244,244)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE2D0 color. Also use rgb(187,226,208) instead hex code.

Text Font Color

.myTextColor { color: #BBE2D0; }

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

This text font color is #BBE2D0.


Background Color

.myBgColor { background-color: #BBE2D0; }

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

This div background color is #BBE2D0.


Border color

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

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

This div border color is #BBE2D0.


Opacity

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

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

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

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

This text has shadow with #BBE2D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE2D0 on black background.


Color preview on white background

This text has color #BBE2D0 on white background.



Black color preview on #BBE2D0 background

This text has black color on #BBE2D0 background.


White color preview on #BBE2D0 background

This text has white color on #BBE2D0 background.