COLOR #B0CEC9

HEX: #B0CEC9 RGB: (176,206,201)

Color info

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

RGB color model

#B0CEC9 color RGB value is (176,206,201).

RGB: (176,206,201) (69%, 81%, 79%)

RGB channels and saturation

R 176 of 255 = 69%
G 206 of 255 = 81%
B 201 of 255 = 79%

176
206
201

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

Portions of RGB colors in percentages

R + G + B = 176 + 206 + 201 = 583 (100%)
R 176 of 583 ~ 30.19%
G 206 of 583 ~ 35.33%
B 201 of 583 ~ 34.48'%

%30.19
%35.33
%34.48

CMYK color model

#B0CEC9 color CMYK value is (15,0,2,19).

  • cyan value is 14.56%
  • magenta value is 0.00%
  • yellow value is 2.43%
  • key color value is 19.22%
CMYK: (15,0,2,19) C15M0Y2K19 (15%,0%,2%,19%) (0.15/0.00/0.02/0.19) 

CMYK percentages

%14.56
%0
%2.43
%19.22

Codes

Color #B0CEC9 in popluar color models

B0 CE C9
RGB 176 206 201
HSL 170° 23.44% 74.90%
HSB/HSV 170° 14.56% 80.78%
CMYK 14.56% 0.00% 2.43%
19.22%

Color #B0CEC9 in popluar number systems.

HEX B0 CE C9
Decimal 176 206 201
Binary 10110000 11001110 11001001
Octal 260 316 311

Shades and tints

Shades of #B0CEC9

#B0CEC9
(176,206,201)
#A0BCB7
(160,188,183)
#90AAA5
(144,170,165)
#809893
(128,152,147)
#708681
(112,134,129)
#60746F
(96,116,111)
#50625D
(80,98,93)
#40504B
(64,80,75)
#303E39
(48,62,57)
#202C27
(32,44,39)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #B0CEC9

#B0CEC9
(176,206,201)
#B7D2CD
(183,210,205)
#BED6D1
(190,214,209)
#C5DAD5
(197,218,213)
#CCDED9
(204,222,217)
#D3E2DD
(211,226,221)
#DAE6E1
(218,230,225)
#E1EAE5
(225,234,229)
#E8EEE9
(232,238,233)
#EFF2ED
(239,242,237)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CEC9; }

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

This text font color is #B0CEC9.

Background Color

.myBgColor { background-color: #B0CEC9; }

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

This div background color is #B0CEC9.

Border color

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

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

This div border color is #B0CEC9.

Opacity

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

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

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

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

This text has shadow with #B0CEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0CEC9.

Preview

Color preview on black background

This text has color #B0CEC9 on black background.


Color preview on white background

This text has color #B0CEC9 on white background.


Black color preview on #B0CEC9 background

This text has black color on #B0CEC9 background.


White color preview on #B0CEC9 background

This text has white color on #B0CEC9 background.


Related colors

Complementary color

Complementary color for #hex is #4F3136.


I love getcolorcode.com

Triadic colors

1 #C9B0CE and #CEC9B0 with #B0CEC9 are triadic colors.

2 #C9CEB0 and #CEB0C9 with #B0CEC9 are triadic colors.