COLOR #B0DDC1

HEX: #B0DDC1
RGB: (176,221,193)

Color info

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

RGB color model

#B0DDC1 color RGB value is (176,221,193).

  • red value is 176;
  • green value is 221;
  • blue value is 193.
RGB:
(176,221,193)
(69%,87%,76%)

RGB channels and saturation

R 176 of 255 = 69%
G 221 of 255 = 87%
B 193 of 255 = 76%

176
221
193

R + G + B ~ 77%. #B0DDC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 221 + 193 = 590 (100%)
R 176 of 590 ~ 29.83%
G 221 of 590 ~ 37.46%
B 193 of 590 ~ 32.71%

%29.83
%37.46
%32.71

CMYK color model

#B0DDC1 color CMYK value is (20,0,13,13).

  • cyan value is 20.36%
  • magenta value is 0.00%
  • yellow value is 12.67%
  • key color value is 13.33%
CMYK:
(20,0,13,13)
C20M0Y13K13 
(20%,0%,13%,13%)
(0.20/0.00/0.13/0.13)	

CMYK percentages

%20.36
%0
%12.67
%13.33

Codes

Color #B0DDC1 in popluar color models

B0DDC1
RGB176221193
HSL143°39.82%77.84%
HSB/HSV143°20.36%86.67%
CMYK20.36%0.00%12.67%
13.33%

Color #B0DDC1 in popluar number systems.

HEXB0DDC1
Decimal176221193
Binary101100001101110111000001
Octal260335301

Shades and tints

Shades of #B0DDC1

#B0DDC1
(176,221,193)
#A0C9B0
(160,201,176)
#90B59F
(144,181,159)
#80A18E
(128,161,142)
#708D7D
(112,141,125)
#60796C
(96,121,108)
#50655B
(80,101,91)
#40514A
(64,81,74)
#303D39
(48,61,57)
#202928
(32,41,40)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #B0DDC1

#B0DDC1
(176,221,193)
#B7E0C6
(183,224,198)
#BEE3CB
(190,227,203)
#C5E6D0
(197,230,208)
#CCE9D5
(204,233,213)
#D3ECDA
(211,236,218)
#DAEFDF
(218,239,223)
#E1F2E4
(225,242,228)
#E8F5E9
(232,245,233)
#EFF8EE
(239,248,238)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DDC1 color. Also use rgb(176,221,193) instead hex code.

Text Font Color

.myTextColor { color: #B0DDC1; }

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

This text font color is #B0DDC1.


Background Color

.myBgColor { background-color: #B0DDC1; }

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

This div background color is #B0DDC1.


Border color

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

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

This div border color is #B0DDC1.


Opacity

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

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

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

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

This text has shadow with #B0DDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DDC1 on black background.


Color preview on white background

This text has color #B0DDC1 on white background.



Black color preview on #B0DDC1 background

This text has black color on #B0DDC1 background.


White color preview on #B0DDC1 background

This text has white color on #B0DDC1 background.