COLOR #BBE6DE

HEX: #BBE6DE
RGB: (187,230,222)

Color info

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

RGB color model

#BBE6DE color RGB value is (187,230,222).

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

RGB channels and saturation

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

187
230
222

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

Portions of RGB colors in percentages

R + G + B =
187 + 230 + 222 = 639 (100%)
R 187 of 639 ~ 29.26%
G 230 of 639 ~ 35.99%
B 222 of 639 ~ 34.74%

%29.26
%35.99
%34.74

CMYK color model

#BBE6DE color CMYK value is (19,0,3,10).

  • cyan value is 18.70%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 9.80%
CMYK:
(19,0,3,10)
C19M0Y3K10 
(19%,0%,3%,10%)
(0.19/0.00/0.03/0.10)	

CMYK percentages

%18.7
%0
%3.48
%9.8

Codes

Color #BBE6DE in popluar color models

BBE6DE
RGB187230222
HSL169°46.24%81.76%
HSB/HSV169°18.70%90.20%
CMYK18.70%0.00%3.48%
9.80%

Color #BBE6DE in popluar number systems.

HEXBBE6DE
Decimal187230222
Binary101110111110011011011110
Octal273346336

Shades and tints

Shades of #BBE6DE

#BBE6DE
(187,230,222)
#AAD2CA
(170,210,202)
#99BEB6
(153,190,182)
#88AAA2
(136,170,162)
#77968E
(119,150,142)
#66827A
(102,130,122)
#556E66
(85,110,102)
#445A52
(68,90,82)
#33463E
(51,70,62)
#22322A
(34,50,42)
#111E16
(17,30,22)
#000000
(0,0,0)

Tints of #BBE6DE

#BBE6DE
(187,230,222)
#C1E8E1
(193,232,225)
#C7EAE4
(199,234,228)
#CDECE7
(205,236,231)
#D3EEEA
(211,238,234)
#D9F0ED
(217,240,237)
#DFF2F0
(223,242,240)
#E5F4F3
(229,244,243)
#EBF6F6
(235,246,246)
#F1F8F9
(241,248,249)
#F7FAFC
(247,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE6DE; }

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

This text font color is #BBE6DE.


Background Color

.myBgColor { background-color: #BBE6DE; }

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

This div background color is #BBE6DE.


Border color

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

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

This div border color is #BBE6DE.


Opacity

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

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

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

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

This text has shadow with #BBE6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE6DE on black background.


Color preview on white background

This text has color #BBE6DE on white background.



Black color preview on #BBE6DE background

This text has black color on #BBE6DE background.


White color preview on #BBE6DE background

This text has white color on #BBE6DE background.