COLOR #BBE5DE

HEX: #BBE5DE
RGB: (187,229,222)

Color info

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

RGB color model

#BBE5DE color RGB value is (187,229,222).

  • red value is 187;
  • green value is 229;
  • blue value is 222.
RGB:
(187,229,222)
(73%,90%,87%)

RGB channels and saturation

R 187 of 255 = 73%
G 229 of 255 = 90%
B 222 of 255 = 87%

187
229
222

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

Portions of RGB colors in percentages

R + G + B =
187 + 229 + 222 = 638 (100%)
R 187 of 638 ~ 29.31%
G 229 of 638 ~ 35.89%
B 222 of 638 ~ 34.8%

%29.31
%35.89
%34.8

CMYK color model

#BBE5DE color CMYK value is (18,0,3,10).

  • cyan value is 18.34%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 10.20%
CMYK:
(18,0,3,10)
C18M0Y3K10 
(18%,0%,3%,10%)
(0.18/0.00/0.03/0.10)	

CMYK percentages

%18.34
%0
%3.06
%10.2

Codes

Color #BBE5DE in popluar color models

BBE5DE
RGB187229222
HSL170°44.68%81.57%
HSB/HSV170°18.34%89.80%
CMYK18.34%0.00%3.06%
10.20%

Color #BBE5DE in popluar number systems.

HEXBBE5DE
Decimal187229222
Binary101110111110010111011110
Octal273345336

Shades and tints

Shades of #BBE5DE

#BBE5DE
(187,229,222)
#AAD1CA
(170,209,202)
#99BDB6
(153,189,182)
#88A9A2
(136,169,162)
#77958E
(119,149,142)
#66817A
(102,129,122)
#556D66
(85,109,102)
#445952
(68,89,82)
#33453E
(51,69,62)
#22312A
(34,49,42)
#111D16
(17,29,22)
#000000
(0,0,0)

Tints of #BBE5DE

#BBE5DE
(187,229,222)
#C1E7E1
(193,231,225)
#C7E9E4
(199,233,228)
#CDEBE7
(205,235,231)
#D3EDEA
(211,237,234)
#D9EFED
(217,239,237)
#DFF1F0
(223,241,240)
#E5F3F3
(229,243,243)
#EBF5F6
(235,245,246)
#F1F7F9
(241,247,249)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE5DE color. Also use rgb(187,229,222) instead hex code.

Text Font Color

.myTextColor { color: #BBE5DE; }

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

This text font color is #BBE5DE.


Background Color

.myBgColor { background-color: #BBE5DE; }

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

This div background color is #BBE5DE.


Border color

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

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

This div border color is #BBE5DE.


Opacity

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

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

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

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

This text has shadow with #BBE5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE5DE on black background.


Color preview on white background

This text has color #BBE5DE on white background.



Black color preview on #BBE5DE background

This text has black color on #BBE5DE background.


White color preview on #BBE5DE background

This text has white color on #BBE5DE background.