COLOR #BBEDCF

HEX: #BBEDCF
RGB: (187,237,207)

Color info

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

RGB color model

#BBEDCF color RGB value is (187,237,207).

  • red value is 187;
  • green value is 237;
  • blue value is 207.
RGB:
(187,237,207)
(73%,93%,81%)

RGB channels and saturation

R 187 of 255 = 73%
G 237 of 255 = 93%
B 207 of 255 = 81%

187
237
207

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

Portions of RGB colors in percentages

R + G + B =
187 + 237 + 207 = 631 (100%)
R 187 of 631 ~ 29.64%
G 237 of 631 ~ 37.56%
B 207 of 631 ~ 32.81%

%29.64
%37.56
%32.81

CMYK color model

#BBEDCF color CMYK value is (21,0,13,7).

  • cyan value is 21.10%
  • magenta value is 0.00%
  • yellow value is 12.66%
  • key color value is 7.06%
CMYK:
(21,0,13,7)
C21M0Y13K7 
(21%,0%,13%,7%)
(0.21/0.00/0.13/0.07)	

CMYK percentages

%21.1
%0
%12.66
%7.06

Codes

Color #BBEDCF in popluar color models

BBEDCF
RGB187237207
HSL144°58.14%83.14%
HSB/HSV144°21.10%92.94%
CMYK21.10%0.00%12.66%
7.06%

Color #BBEDCF in popluar number systems.

HEXBBEDCF
Decimal187237207
Binary101110111110110111001111
Octal273355317

Shades and tints

Shades of #BBEDCF

#BBEDCF
(187,237,207)
#AAD8BD
(170,216,189)
#99C3AB
(153,195,171)
#88AE99
(136,174,153)
#779987
(119,153,135)
#668475
(102,132,117)
#556F63
(85,111,99)
#445A51
(68,90,81)
#33453F
(51,69,63)
#22302D
(34,48,45)
#111B1B
(17,27,27)
#000000
(0,0,0)

Tints of #BBEDCF

#BBEDCF
(187,237,207)
#C1EED3
(193,238,211)
#C7EFD7
(199,239,215)
#CDF0DB
(205,240,219)
#D3F1DF
(211,241,223)
#D9F2E3
(217,242,227)
#DFF3E7
(223,243,231)
#E5F4EB
(229,244,235)
#EBF5EF
(235,245,239)
#F1F6F3
(241,246,243)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEDCF color. Also use rgb(187,237,207) instead hex code.

Text Font Color

.myTextColor { color: #BBEDCF; }

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

This text font color is #BBEDCF.


Background Color

.myBgColor { background-color: #BBEDCF; }

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

This div background color is #BBEDCF.


Border color

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

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

This div border color is #BBEDCF.


Opacity

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

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

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

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

This text has shadow with #BBEDCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEDCF on black background.


Color preview on white background

This text has color #BBEDCF on white background.



Black color preview on #BBEDCF background

This text has black color on #BBEDCF background.


White color preview on #BBEDCF background

This text has white color on #BBEDCF background.