COLOR #B0CEC5

HEX: #B0CEC5 RGB: (176,206,197)

Color info

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

RGB color model

#B0CEC5 color RGB value is (176,206,197).

RGB: (176,206,197) (69%, 81%, 77%)

RGB channels and saturation

R 176 of 255 = 69%
G 206 of 255 = 81%
B 197 of 255 = 77%

176
206
197

R + G + B ~ 76%. #B0CEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 206 + 197 = 579 (100%)
R 176 of 579 ~ 30.4%
G 206 of 579 ~ 35.58%
B 197 of 579 ~ 34.02'%

%30.4
%35.58
%34.02

CMYK color model

#B0CEC5 color CMYK value is (15,0,4,19).

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

CMYK: (15,0,4,19)
C15M0Y4K19 (15%, 0%, 4%, 19%)
(0.15 / 0.00 / 0.04 / 0.19)

CMYK percentages

%14.56
%0
%4.37
%19.22

Codes

Color #B0CEC5 in popluar color models

B0 CE C5
RGB 176 206 197
HSL 162° 23.44% 74.90%
HSB/HSV 162° 14.56% 80.78%
CMYK 14.56% 0.00% 4.37%
19.22%

Color #B0CEC5 in popluar number systems.

HEX B0 CE C5
Decimal 176 206 197
Binary 10110000 11001110 11000101
Octal 260 316 305

Shades and tints

Shades of #B0CEC5

#B0CEC5
(176,206,197)
#A0BCB4
(160,188,180)
#90AAA3
(144,170,163)
#809892
(128,152,146)
#708681
(112,134,129)
#607470
(96,116,112)
#50625F
(80,98,95)
#40504E
(64,80,78)
#303E3D
(48,62,61)
#202C2C
(32,44,44)
#101A1B
(16,26,27)
#000000
(0,0,0)

Tints of #B0CEC5

#B0CEC5
(176,206,197)
#B7D2CA
(183,210,202)
#BED6CF
(190,214,207)
#C5DAD4
(197,218,212)
#CCDED9
(204,222,217)
#D3E2DE
(211,226,222)
#DAE6E3
(218,230,227)
#E1EAE8
(225,234,232)
#E8EEED
(232,238,237)
#EFF2F2
(239,242,242)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CEC5; }

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

This text font color is #B0CEC5.

Background Color

.myBgColor { background-color: #B0CEC5; }

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

This div background color is #B0CEC5.

Border color

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

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

This div border color is #B0CEC5.

Opacity

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

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

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

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

This text has shadow with #B0CEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0CEC5.

Preview

Color preview on black background

This text has color #B0CEC5 on black background.


Color preview on white background

This text has color #B0CEC5 on white background.


Black color preview on #B0CEC5 background

This text has black color on #B0CEC5 background.


White color preview on #B0CEC5 background

This text has white color on #B0CEC5 background.


Related colors

Complementary color

Complementary color for #hex is #4F313A.


I love getcolorcode.com

Triadic colors

1 #C5B0CE and #CEC5B0 with #B0CEC5 are triadic colors.

2 #C5CEB0 and #CEB0C5 with #B0CEC5 are triadic colors.