COLOR #B1DBC8

HEX: #B1DBC8 RGB: (177,219,200)

Color info

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

RGB color model

#B1DBC8 color RGB value is (177,219,200).

RGB: (177,219,200) (69%, 86%, 78%)

RGB channels and saturation

R 177 of 255 = 69%
G 219 of 255 = 86%
B 200 of 255 = 78%

177
219
200

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

Portions of RGB colors in percentages

R + G + B = 177 + 219 + 200 = 596 (100%)
R 177 of 596 ~ 29.7%
G 219 of 596 ~ 36.74%
B 200 of 596 ~ 33.56'%

%29.7
%36.74
%33.56

CMYK color model

#B1DBC8 color CMYK value is (19,0,9,14).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 8.68%
  • key color value is 14.12%

CMYK: (19,0,9,14)
C19M0Y9K14 (19%, 0%, 9%, 14%)
(0.19 / 0.00 / 0.09 / 0.14)

CMYK percentages

%19.18
%0
%8.68
%14.12

Codes

Color #B1DBC8 in popluar color models

B1 DB C8
RGB 177 219 200
HSL 153° 36.84% 77.65%
HSB/HSV 153° 19.18% 85.88%
CMYK 19.18% 0.00% 8.68%
14.12%

Color #B1DBC8 in popluar number systems.

HEX B1 DB C8
Decimal 177 219 200
Binary 10110001 11011011 11001000
Octal 261 333 310

Shades and tints

Shades of #B1DBC8

#B1DBC8
(177,219,200)
#A1C8B6
(161,200,182)
#91B5A4
(145,181,164)
#81A292
(129,162,146)
#718F80
(113,143,128)
#617C6E
(97,124,110)
#51695C
(81,105,92)
#41564A
(65,86,74)
#314338
(49,67,56)
#213026
(33,48,38)
#111D14
(17,29,20)
#000000
(0,0,0)

Tints of #B1DBC8

#B1DBC8
(177,219,200)
#B8DECD
(184,222,205)
#BFE1D2
(191,225,210)
#C6E4D7
(198,228,215)
#CDE7DC
(205,231,220)
#D4EAE1
(212,234,225)
#DBEDE6
(219,237,230)
#E2F0EB
(226,240,235)
#E9F3F0
(233,243,240)
#F0F6F5
(240,246,245)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DBC8 color. Also use rgb(177,219,200) instead hex code.

Text Font Color

.myTextColor { color: #B1DBC8; }

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

This text font color is #B1DBC8.

Background Color

.myBgColor { background-color: #B1DBC8; }

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

This div background color is #B1DBC8.

Border color

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

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

This div border color is #B1DBC8.

Opacity

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

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

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

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

This text has shadow with #B1DBC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1DBC8.

Preview

Color preview on black background

This text has color #B1DBC8 on black background.


Color preview on white background

This text has color #B1DBC8 on white background.


Black color preview on #B1DBC8 background

This text has black color on #B1DBC8 background.


White color preview on #B1DBC8 background

This text has white color on #B1DBC8 background.


Related colors

Complementary color

Complementary color for #hex is #4E2437.


I love getcolorcode.com

Triadic colors

1 #C8B1DB and #DBC8B1 with #B1DBC8 are triadic colors.

2 #C8DBB1 and #DBB1C8 with #B1DBC8 are triadic colors.