COLOR #B0CEBB

HEX: #B0CEBB RGB: (176,206,187)

Color info

#B0CEBB contains red, green and blue colors in about the same proportion. Web safe color of #B0CEBB is #99CCCC (or #9CC).

RGB color model

#B0CEBB color RGB value is (176,206,187).

RGB: (176,206,187) (69%, 81%, 73%)

RGB channels and saturation

R 176 of 255 = 69%
G 206 of 255 = 81%
B 187 of 255 = 73%

176
206
187

R + G + B ~ 74%. #B0CEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 206 + 187 = 569 (100%)
R 176 of 569 ~ 30.93%
G 206 of 569 ~ 36.2%
B 187 of 569 ~ 32.86'%

%30.93
%36.2
%32.86

CMYK color model

#B0CEBB color CMYK value is (15,0,9,19).

  • cyan value is 14.56%
  • magenta value is 0.00%
  • yellow value is 9.22%
  • key color value is 19.22%

CMYK: (15,0,9,19)
C15M0Y9K19 (15%, 0%, 9%, 19%)
(0.15 / 0.00 / 0.09 / 0.19)

CMYK percentages

%14.56
%0
%9.22
%19.22

Codes

Color #B0CEBB in popluar color models

B0 CE BB
RGB 176 206 187
HSL 142° 23.44% 74.90%
HSB/HSV 142° 14.56% 80.78%
CMYK 14.56% 0.00% 9.22%
19.22%

Color #B0CEBB in popluar number systems.

HEX B0 CE BB
Decimal 176 206 187
Binary 10110000 11001110 10111011
Octal 260 316 273

Shades and tints

Shades of #B0CEBB

#B0CEBB
(176,206,187)
#A0BCAA
(160,188,170)
#90AA99
(144,170,153)
#809888
(128,152,136)
#708677
(112,134,119)
#607466
(96,116,102)
#506255
(80,98,85)
#405044
(64,80,68)
#303E33
(48,62,51)
#202C22
(32,44,34)
#101A11
(16,26,17)
#000000
(0,0,0)

Tints of #B0CEBB

#B0CEBB
(176,206,187)
#B7D2C1
(183,210,193)
#BED6C7
(190,214,199)
#C5DACD
(197,218,205)
#CCDED3
(204,222,211)
#D3E2D9
(211,226,217)
#DAE6DF
(218,230,223)
#E1EAE5
(225,234,229)
#E8EEEB
(232,238,235)
#EFF2F1
(239,242,241)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CEBB color. Also use rgb(176,206,187) instead hex code.

Text Font Color

.myTextColor { color: #B0CEBB; }

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

This text font color is #B0CEBB.

Background Color

.myBgColor { background-color: #B0CEBB; }

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

This div background color is #B0CEBB.

Border color

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

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

This div border color is #B0CEBB.

Opacity

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

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

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

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

This text has shadow with #B0CEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0CEBB.

Preview

Color preview on black background

This text has color #B0CEBB on black background.


Color preview on white background

This text has color #B0CEBB on white background.


Black color preview on #B0CEBB background

This text has black color on #B0CEBB background.


White color preview on #B0CEBB background

This text has white color on #B0CEBB background.


Related colors

Complementary color

Complementary color for #hex is #4F3144.


I love getcolorcode.com

Triadic colors

1 #BBB0CE and #CEBBB0 with #B0CEBB are triadic colors.

2 #BBCEB0 and #CEB0BB with #B0CEBB are triadic colors.