COLOR #BBDEC1

HEX: #BBDEC1
RGB: (187,222,193)

Color info

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

RGB color model

#BBDEC1 color RGB value is (187,222,193).

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

RGB channels and saturation

R 187 of 255 = 73%
G 222 of 255 = 87%
B 193 of 255 = 76%

187
222
193

R + G + B ~ 79%. #BBDEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 222 + 193 = 602 (100%)
R 187 of 602 ~ 31.06%
G 222 of 602 ~ 36.88%
B 193 of 602 ~ 32.06%

%31.06
%36.88
%32.06

CMYK color model

#BBDEC1 color CMYK value is (16,0,13,13).

  • cyan value is 15.77%
  • magenta value is 0.00%
  • yellow value is 13.06%
  • key color value is 12.94%
CMYK:
(16,0,13,13)
C16M0Y13K13 
(16%,0%,13%,13%)
(0.16/0.00/0.13/0.13)	

CMYK percentages

%15.77
%0
%13.06
%12.94

Codes

Color #BBDEC1 in popluar color models

BBDEC1
RGB187222193
HSL130°34.65%80.20%
HSB/HSV130°15.77%87.06%
CMYK15.77%0.00%13.06%
12.94%

Color #BBDEC1 in popluar number systems.

HEXBBDEC1
Decimal187222193
Binary101110111101111011000001
Octal273336301

Shades and tints

Shades of #BBDEC1

#BBDEC1
(187,222,193)
#AACAB0
(170,202,176)
#99B69F
(153,182,159)
#88A28E
(136,162,142)
#778E7D
(119,142,125)
#667A6C
(102,122,108)
#55665B
(85,102,91)
#44524A
(68,82,74)
#333E39
(51,62,57)
#222A28
(34,42,40)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #BBDEC1

#BBDEC1
(187,222,193)
#C1E1C6
(193,225,198)
#C7E4CB
(199,228,203)
#CDE7D0
(205,231,208)
#D3EAD5
(211,234,213)
#D9EDDA
(217,237,218)
#DFF0DF
(223,240,223)
#E5F3E4
(229,243,228)
#EBF6E9
(235,246,233)
#F1F9EE
(241,249,238)
#F7FCF3
(247,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDEC1; }

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

This text font color is #BBDEC1.


Background Color

.myBgColor { background-color: #BBDEC1; }

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

This div background color is #BBDEC1.


Border color

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

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

This div border color is #BBDEC1.


Opacity

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

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

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

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

This text has shadow with #BBDEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDEC1 on black background.


Color preview on white background

This text has color #BBDEC1 on white background.



Black color preview on #BBDEC1 background

This text has black color on #BBDEC1 background.


White color preview on #BBDEC1 background

This text has white color on #BBDEC1 background.