COLOR #B1DBC4

HEX: #B1DBC4 RGB: (177,219,196)

Color info

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

RGB color model

#B1DBC4 color RGB value is (177,219,196).

RGB: (177,219,196) (69%, 86%, 77%)

RGB channels and saturation

R 177 of 255 = 69%
G 219 of 255 = 86%
B 196 of 255 = 77%

177
219
196

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

Portions of RGB colors in percentages

R + G + B = 177 + 219 + 196 = 592 (100%)
R 177 of 592 ~ 29.9%
G 219 of 592 ~ 36.99%
B 196 of 592 ~ 33.11'%

%29.9
%36.99
%33.11

CMYK color model

#B1DBC4 color CMYK value is (19,0,11,14).

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

CMYK: (19,0,11,14)
C19M0Y11K14 (19%, 0%, 11%, 14%)
(0.19 / 0.00 / 0.11 / 0.14)

CMYK percentages

%19.18
%0
%10.5
%14.12

Codes

Color #B1DBC4 in popluar color models

B1 DB C4
RGB 177 219 196
HSL 147° 36.84% 77.65%
HSB/HSV 147° 19.18% 85.88%
CMYK 19.18% 0.00% 10.50%
14.12%

Color #B1DBC4 in popluar number systems.

HEX B1 DB C4
Decimal 177 219 196
Binary 10110001 11011011 11000100
Octal 261 333 304

Shades and tints

Shades of #B1DBC4

#B1DBC4
(177,219,196)
#A1C8B3
(161,200,179)
#91B5A2
(145,181,162)
#81A291
(129,162,145)
#718F80
(113,143,128)
#617C6F
(97,124,111)
#51695E
(81,105,94)
#41564D
(65,86,77)
#31433C
(49,67,60)
#21302B
(33,48,43)
#111D1A
(17,29,26)
#000000
(0,0,0)

Tints of #B1DBC4

#B1DBC4
(177,219,196)
#B8DEC9
(184,222,201)
#BFE1CE
(191,225,206)
#C6E4D3
(198,228,211)
#CDE7D8
(205,231,216)
#D4EADD
(212,234,221)
#DBEDE2
(219,237,226)
#E2F0E7
(226,240,231)
#E9F3EC
(233,243,236)
#F0F6F1
(240,246,241)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DBC4; }

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

This text font color is #B1DBC4.

Background Color

.myBgColor { background-color: #B1DBC4; }

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

This div background color is #B1DBC4.

Border color

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

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

This div border color is #B1DBC4.

Opacity

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

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

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

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

This text has shadow with #B1DBC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1DBC4.

Preview

Color preview on black background

This text has color #B1DBC4 on black background.


Color preview on white background

This text has color #B1DBC4 on white background.


Black color preview on #B1DBC4 background

This text has black color on #B1DBC4 background.


White color preview on #B1DBC4 background

This text has white color on #B1DBC4 background.


Related colors

Complementary color

Complementary color for #hex is #4E243B.


I love getcolorcode.com

Triadic colors

1 #C4B1DB and #DBC4B1 with #B1DBC4 are triadic colors.

2 #C4DBB1 and #DBB1C4 with #B1DBC4 are triadic colors.