COLOR #BBE7DF

HEX: #BBE7DF
RGB: (187,231,223)

Color info

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

RGB color model

#BBE7DF color RGB value is (187,231,223).

  • red value is 187;
  • green value is 231;
  • blue value is 223.
RGB:
(187,231,223)
(73%,91%,87%)

RGB channels and saturation

R 187 of 255 = 73%
G 231 of 255 = 91%
B 223 of 255 = 87%

187
231
223

R + G + B ~ 84%. #BBE7DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 231 + 223 = 641 (100%)
R 187 of 641 ~ 29.17%
G 231 of 641 ~ 36.04%
B 223 of 641 ~ 34.79%

%29.17
%36.04
%34.79

CMYK color model

#BBE7DF color CMYK value is (19,0,3,9).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 3.46%
  • key color value is 9.41%
CMYK:
(19,0,3,9)
C19M0Y3K9 
(19%,0%,3%,9%)
(0.19/0.00/0.03/0.09)	

CMYK percentages

%19.05
%0
%3.46
%9.41

Codes

Color #BBE7DF in popluar color models

BBE7DF
RGB187231223
HSL169°47.83%81.96%
HSB/HSV169°19.05%90.59%
CMYK19.05%0.00%3.46%
9.41%

Color #BBE7DF in popluar number systems.

HEXBBE7DF
Decimal187231223
Binary101110111110011111011111
Octal273347337

Shades and tints

Shades of #BBE7DF

#BBE7DF
(187,231,223)
#AAD2CB
(170,210,203)
#99BDB7
(153,189,183)
#88A8A3
(136,168,163)
#77938F
(119,147,143)
#667E7B
(102,126,123)
#556967
(85,105,103)
#445453
(68,84,83)
#333F3F
(51,63,63)
#222A2B
(34,42,43)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #BBE7DF

#BBE7DF
(187,231,223)
#C1E9E1
(193,233,225)
#C7EBE3
(199,235,227)
#CDEDE5
(205,237,229)
#D3EFE7
(211,239,231)
#D9F1E9
(217,241,233)
#DFF3EB
(223,243,235)
#E5F5ED
(229,245,237)
#EBF7EF
(235,247,239)
#F1F9F1
(241,249,241)
#F7FBF3
(247,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE7DF color. Also use rgb(187,231,223) instead hex code.

Text Font Color

.myTextColor { color: #BBE7DF; }

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

This text font color is #BBE7DF.


Background Color

.myBgColor { background-color: #BBE7DF; }

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

This div background color is #BBE7DF.


Border color

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

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

This div border color is #BBE7DF.


Opacity

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

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

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

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

This text has shadow with #BBE7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE7DF on black background.


Color preview on white background

This text has color #BBE7DF on white background.



Black color preview on #BBE7DF background

This text has black color on #BBE7DF background.


White color preview on #BBE7DF background

This text has white color on #BBE7DF background.