COLOR #BBE7CF

HEX: #BBE7CF RGB: (187,231,207)

Color info

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

RGB color model

#BBE7CF color RGB value is (187,231,207).

RGB: (187,231,207) (73%, 91%, 81%)

RGB channels and saturation

R 187 of 255 = 73%
G 231 of 255 = 91%
B 207 of 255 = 81%

187
231
207

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

Portions of RGB colors in percentages

R + G + B = 187 + 231 + 207 = 625 (100%)
R 187 of 625 ~ 29.92%
G 231 of 625 ~ 36.96%
B 207 of 625 ~ 33.12'%

%29.92
%36.96
%33.12

CMYK color model

#BBE7CF color CMYK value is (19,0,10,9).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 10.39%
  • key color value is 9.41%

CMYK: (19,0,10,9)
C19M0Y10K9 (19%, 0%, 10%, 9%)
(0.19 / 0.00 / 0.10 / 0.09)

CMYK percentages

%19.05
%0
%10.39
%9.41

Codes

Color #BBE7CF in popluar color models

BB E7 CF
RGB 187 231 207
HSL 147° 47.83% 81.96%
HSB/HSV 147° 19.05% 90.59%
CMYK 19.05% 0.00% 10.39%
9.41%

Color #BBE7CF in popluar number systems.

HEX BB E7 CF
Decimal 187 231 207
Binary 10111011 11100111 11001111
Octal 273 347 317

Shades and tints

Shades of #BBE7CF

#BBE7CF
(187,231,207)
#AAD2BD
(170,210,189)
#99BDAB
(153,189,171)
#88A899
(136,168,153)
#779387
(119,147,135)
#667E75
(102,126,117)
#556963
(85,105,99)
#445451
(68,84,81)
#333F3F
(51,63,63)
#222A2D
(34,42,45)
#11151B
(17,21,27)
#000000
(0,0,0)

Tints of #BBE7CF

#BBE7CF
(187,231,207)
#C1E9D3
(193,233,211)
#C7EBD7
(199,235,215)
#CDEDDB
(205,237,219)
#D3EFDF
(211,239,223)
#D9F1E3
(217,241,227)
#DFF3E7
(223,243,231)
#E5F5EB
(229,245,235)
#EBF7EF
(235,247,239)
#F1F9F3
(241,249,243)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE7CF; }

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

This text font color is #BBE7CF.

Background Color

.myBgColor { background-color: #BBE7CF; }

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

This div background color is #BBE7CF.

Border color

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

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

This div border color is #BBE7CF.

Opacity

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

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

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

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

This text has shadow with #BBE7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE7CF.

Preview

Color preview on black background

This text has color #BBE7CF on black background.


Color preview on white background

This text has color #BBE7CF on white background.


Black color preview on #BBE7CF background

This text has black color on #BBE7CF background.


White color preview on #BBE7CF background

This text has white color on #BBE7CF background.


Related colors

Complementary color

Complementary color for #hex is #441830.


I love getcolorcode.com

Triadic colors

1 #CFBBE7 and #E7CFBB with #BBE7CF are triadic colors.

2 #CFE7BB and #E7BBCF with #BBE7CF are triadic colors.