COLOR #B0CEB9

HEX: #B0CEB9 RGB: (176,206,185)

Color info

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

RGB color model

#B0CEB9 color RGB value is (176,206,185).

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

RGB channels and saturation

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

176
206
185

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

Portions of RGB colors in percentages

R + G + B = 176 + 206 + 185 = 567 (100%)
R 176 of 567 ~ 31.04%
G 206 of 567 ~ 36.33%
B 185 of 567 ~ 32.63'%

%31.04
%36.33
%32.63

CMYK color model

#B0CEB9 color CMYK value is (15,0,10,19).

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

CMYK: (15,0,10,19)
C15M0Y10K19 (15%, 0%, 10%, 19%)
(0.15 / 0.00 / 0.10 / 0.19)

CMYK percentages

%14.56
%0
%10.19
%19.22

Codes

Color #B0CEB9 in popluar color models

B0 CE B9
RGB 176 206 185
HSL 138° 23.44% 74.90%
HSB/HSV 138° 14.56% 80.78%
CMYK 14.56% 0.00% 10.19%
19.22%

Color #B0CEB9 in popluar number systems.

HEX B0 CE B9
Decimal 176 206 185
Binary 10110000 11001110 10111001
Octal 260 316 271

Shades and tints

Shades of #B0CEB9

#B0CEB9
(176,206,185)
#A0BCA9
(160,188,169)
#90AA99
(144,170,153)
#809889
(128,152,137)
#708679
(112,134,121)
#607469
(96,116,105)
#506259
(80,98,89)
#405049
(64,80,73)
#303E39
(48,62,57)
#202C29
(32,44,41)
#101A19
(16,26,25)
#000000
(0,0,0)

Tints of #B0CEB9

#B0CEB9
(176,206,185)
#B7D2BF
(183,210,191)
#BED6C5
(190,214,197)
#C5DACB
(197,218,203)
#CCDED1
(204,222,209)
#D3E2D7
(211,226,215)
#DAE6DD
(218,230,221)
#E1EAE3
(225,234,227)
#E8EEE9
(232,238,233)
#EFF2EF
(239,242,239)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CEB9; }

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

This text font color is #B0CEB9.

Background Color

.myBgColor { background-color: #B0CEB9; }

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

This div background color is #B0CEB9.

Border color

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

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

This div border color is #B0CEB9.

Opacity

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

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

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

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

This text has shadow with #B0CEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0CEB9.

Preview

Color preview on black background

This text has color #B0CEB9 on black background.


Color preview on white background

This text has color #B0CEB9 on white background.


Black color preview on #B0CEB9 background

This text has black color on #B0CEB9 background.


White color preview on #B0CEB9 background

This text has white color on #B0CEB9 background.


Related colors

Complementary color

Complementary color for #hex is #4F3146.


I love getcolorcode.com

Triadic colors

1 #B9B0CE and #CEB9B0 with #B0CEB9 are triadic colors.

2 #B9CEB0 and #CEB0B9 with #B0CEB9 are triadic colors.