COLOR #B0DFC5

HEX: #B0DFC5
RGB: (176,223,197)

Color info

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

RGB color model

#B0DFC5 color RGB value is (176,223,197).

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

RGB channels and saturation

R 176 of 255 = 69%
G 223 of 255 = 87%
B 197 of 255 = 77%

176
223
197

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

Portions of RGB colors in percentages

R + G + B =
176 + 223 + 197 = 596 (100%)
R 176 of 596 ~ 29.53%
G 223 of 596 ~ 37.42%
B 197 of 596 ~ 33.05%

%29.53
%37.42
%33.05

CMYK color model

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

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

CMYK percentages

%21.08
%0
%11.66
%12.55

Codes

Color #B0DFC5 in popluar color models

B0DFC5
RGB176223197
HSL147°42.34%78.24%
HSB/HSV147°21.08%87.45%
CMYK21.08%0.00%11.66%
12.55%

Color #B0DFC5 in popluar number systems.

HEXB0DFC5
Decimal176223197
Binary101100001101111111000101
Octal260337305

Shades and tints

Shades of #B0DFC5

#B0DFC5
(176,223,197)
#A0CBB4
(160,203,180)
#90B7A3
(144,183,163)
#80A392
(128,163,146)
#708F81
(112,143,129)
#607B70
(96,123,112)
#50675F
(80,103,95)
#40534E
(64,83,78)
#303F3D
(48,63,61)
#202B2C
(32,43,44)
#10171B
(16,23,27)
#000000
(0,0,0)

Tints of #B0DFC5

#B0DFC5
(176,223,197)
#B7E1CA
(183,225,202)
#BEE3CF
(190,227,207)
#C5E5D4
(197,229,212)
#CCE7D9
(204,231,217)
#D3E9DE
(211,233,222)
#DAEBE3
(218,235,227)
#E1EDE8
(225,237,232)
#E8EFED
(232,239,237)
#EFF1F2
(239,241,242)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0DFC5; }

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

This text font color is #B0DFC5.


Background Color

.myBgColor { background-color: #B0DFC5; }

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

This div background color is #B0DFC5.


Border color

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

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

This div border color is #B0DFC5.


Opacity

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

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

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

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

This text has shadow with #B0DFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DFC5 on black background.


Color preview on white background

This text has color #B0DFC5 on white background.



Black color preview on #B0DFC5 background

This text has black color on #B0DFC5 background.


White color preview on #B0DFC5 background

This text has white color on #B0DFC5 background.