COLOR #B0DEC4

HEX: #B0DEC4
RGB: (176,222,196)

Color info

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

RGB color model

#B0DEC4 color RGB value is (176,222,196).

  • red value is 176;
  • green value is 222;
  • blue value is 196.
RGB:
(176,222,196)
(69%,87%,77%)

RGB channels and saturation

R 176 of 255 = 69%
G 222 of 255 = 87%
B 196 of 255 = 77%

176
222
196

R + G + B ~ 78%. #B0DEC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 222 + 196 = 594 (100%)
R 176 of 594 ~ 29.63%
G 222 of 594 ~ 37.37%
B 196 of 594 ~ 33%

%29.63
%37.37
%33

CMYK color model

#B0DEC4 color CMYK value is (21,0,12,13).

  • cyan value is 20.72%
  • magenta value is 0.00%
  • yellow value is 11.71%
  • key color value is 12.94%
CMYK:
(21,0,12,13)
C21M0Y12K13 
(21%,0%,12%,13%)
(0.21/0.00/0.12/0.13)	

CMYK percentages

%20.72
%0
%11.71
%12.94

Codes

Color #B0DEC4 in popluar color models

B0DEC4
RGB176222196
HSL146°41.07%78.04%
HSB/HSV146°20.72%87.06%
CMYK20.72%0.00%11.71%
12.94%

Color #B0DEC4 in popluar number systems.

HEXB0DEC4
Decimal176222196
Binary101100001101111011000100
Octal260336304

Shades and tints

Shades of #B0DEC4

#B0DEC4
(176,222,196)
#A0CAB3
(160,202,179)
#90B6A2
(144,182,162)
#80A291
(128,162,145)
#708E80
(112,142,128)
#607A6F
(96,122,111)
#50665E
(80,102,94)
#40524D
(64,82,77)
#303E3C
(48,62,60)
#202A2B
(32,42,43)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #B0DEC4

#B0DEC4
(176,222,196)
#B7E1C9
(183,225,201)
#BEE4CE
(190,228,206)
#C5E7D3
(197,231,211)
#CCEAD8
(204,234,216)
#D3EDDD
(211,237,221)
#DAF0E2
(218,240,226)
#E1F3E7
(225,243,231)
#E8F6EC
(232,246,236)
#EFF9F1
(239,249,241)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DEC4 color. Also use rgb(176,222,196) instead hex code.

Text Font Color

.myTextColor { color: #B0DEC4; }

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

This text font color is #B0DEC4.


Background Color

.myBgColor { background-color: #B0DEC4; }

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

This div background color is #B0DEC4.


Border color

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

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

This div border color is #B0DEC4.


Opacity

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

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

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

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

This text has shadow with #B0DEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DEC4 on black background.


Color preview on white background

This text has color #B0DEC4 on white background.



Black color preview on #B0DEC4 background

This text has black color on #B0DEC4 background.


White color preview on #B0DEC4 background

This text has white color on #B0DEC4 background.