COLOR #BBE6D6

HEX: #BBE6D6
RGB: (187,230,214)

Color info

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

RGB color model

#BBE6D6 color RGB value is (187,230,214).

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

RGB channels and saturation

R 187 of 255 = 73%
G 230 of 255 = 90%
B 214 of 255 = 84%

187
230
214

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

Portions of RGB colors in percentages

R + G + B =
187 + 230 + 214 = 631 (100%)
R 187 of 631 ~ 29.64%
G 230 of 631 ~ 36.45%
B 214 of 631 ~ 33.91%

%29.64
%36.45
%33.91

CMYK color model

#BBE6D6 color CMYK value is (19,0,7,10).

  • cyan value is 18.70%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 9.80%
CMYK:
(19,0,7,10)
C19M0Y7K10 
(19%,0%,7%,10%)
(0.19/0.00/0.07/0.10)	

CMYK percentages

%18.7
%0
%6.96
%9.8

Codes

Color #BBE6D6 in popluar color models

BBE6D6
RGB187230214
HSL158°46.24%81.76%
HSB/HSV158°18.70%90.20%
CMYK18.70%0.00%6.96%
9.80%

Color #BBE6D6 in popluar number systems.

HEXBBE6D6
Decimal187230214
Binary101110111110011011010110
Octal273346326

Shades and tints

Shades of #BBE6D6

#BBE6D6
(187,230,214)
#AAD2C3
(170,210,195)
#99BEB0
(153,190,176)
#88AA9D
(136,170,157)
#77968A
(119,150,138)
#668277
(102,130,119)
#556E64
(85,110,100)
#445A51
(68,90,81)
#33463E
(51,70,62)
#22322B
(34,50,43)
#111E18
(17,30,24)
#000000
(0,0,0)

Tints of #BBE6D6

#BBE6D6
(187,230,214)
#C1E8D9
(193,232,217)
#C7EADC
(199,234,220)
#CDECDF
(205,236,223)
#D3EEE2
(211,238,226)
#D9F0E5
(217,240,229)
#DFF2E8
(223,242,232)
#E5F4EB
(229,244,235)
#EBF6EE
(235,246,238)
#F1F8F1
(241,248,241)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE6D6; }

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

This text font color is #BBE6D6.


Background Color

.myBgColor { background-color: #BBE6D6; }

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

This div background color is #BBE6D6.


Border color

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

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

This div border color is #BBE6D6.


Opacity

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

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

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

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

This text has shadow with #BBE6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE6D6 on black background.


Color preview on white background

This text has color #BBE6D6 on white background.



Black color preview on #BBE6D6 background

This text has black color on #BBE6D6 background.


White color preview on #BBE6D6 background

This text has white color on #BBE6D6 background.