COLOR #BBEFD4

HEX: #BBEFD4
RGB: (187,239,212)

Color info

#BBEFD4 contains red, green and blue colors in about the same proportion. Web safe color of #BBEFD4 is #CCFFCC (or #CFC).

RGB color model

#BBEFD4 color RGB value is (187,239,212).

  • red value is 187;
  • green value is 239;
  • blue value is 212.
RGB:
(187,239,212)
(73%,94%,83%)

RGB channels and saturation

R 187 of 255 = 73%
G 239 of 255 = 94%
B 212 of 255 = 83%

187
239
212

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

Portions of RGB colors in percentages

R + G + B =
187 + 239 + 212 = 638 (100%)
R 187 of 638 ~ 29.31%
G 239 of 638 ~ 37.46%
B 212 of 638 ~ 33.23%

%29.31
%37.46
%33.23

CMYK color model

#BBEFD4 color CMYK value is (22,0,11,6).

  • cyan value is 21.76%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 6.27%
CMYK:
(22,0,11,6)
C22M0Y11K6 
(22%,0%,11%,6%)
(0.22/0.00/0.11/0.06)	

CMYK percentages

%21.76
%0
%11.3
%6.27

Codes

Color #BBEFD4 in popluar color models

BBEFD4
RGB187239212
HSL149°61.90%83.53%
HSB/HSV149°21.76%93.73%
CMYK21.76%0.00%11.30%
6.27%

Color #BBEFD4 in popluar number systems.

HEXBBEFD4
Decimal187239212
Binary101110111110111111010100
Octal273357324

Shades and tints

Shades of #BBEFD4

#BBEFD4
(187,239,212)
#AADAC1
(170,218,193)
#99C5AE
(153,197,174)
#88B09B
(136,176,155)
#779B88
(119,155,136)
#668675
(102,134,117)
#557162
(85,113,98)
#445C4F
(68,92,79)
#33473C
(51,71,60)
#223229
(34,50,41)
#111D16
(17,29,22)
#000000
(0,0,0)

Tints of #BBEFD4

#BBEFD4
(187,239,212)
#C1F0D7
(193,240,215)
#C7F1DA
(199,241,218)
#CDF2DD
(205,242,221)
#D3F3E0
(211,243,224)
#D9F4E3
(217,244,227)
#DFF5E6
(223,245,230)
#E5F6E9
(229,246,233)
#EBF7EC
(235,247,236)
#F1F8EF
(241,248,239)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEFD4 color. Also use rgb(187,239,212) instead hex code.

Text Font Color

.myTextColor { color: #BBEFD4; }

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

This text font color is #BBEFD4.


Background Color

.myBgColor { background-color: #BBEFD4; }

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

This div background color is #BBEFD4.


Border color

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

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

This div border color is #BBEFD4.


Opacity

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

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

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

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

This text has shadow with #BBEFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEFD4 on black background.


Color preview on white background

This text has color #BBEFD4 on white background.



Black color preview on #BBEFD4 background

This text has black color on #BBEFD4 background.


White color preview on #BBEFD4 background

This text has white color on #BBEFD4 background.