COLOR #B1DEB5

HEX: #B1DEB5 RGB: (177,222,181)

Color info

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

RGB color model

#B1DEB5 color RGB value is (177,222,181).

RGB: (177,222,181) (69%, 87%, 71%)

RGB channels and saturation

R 177 of 255 = 69%
G 222 of 255 = 87%
B 181 of 255 = 71%

177
222
181

R + G + B ~ 76%. #B1DEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 222 + 181 = 580 (100%)
R 177 of 580 ~ 30.52%
G 222 of 580 ~ 38.28%
B 181 of 580 ~ 31.21'%

%30.52
%38.28
%31.21

CMYK color model

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

  • cyan value is 20.27%
  • magenta value is 0.00%
  • yellow value is 18.47%
  • key color value is 12.94%

CMYK: (20,0,18,13)
C20M0Y18K13 (20%, 0%, 18%, 13%)
(0.20 / 0.00 / 0.18 / 0.13)

CMYK percentages

%20.27
%0
%18.47
%12.94

Codes

Color #B1DEB5 in popluar color models

B1 DE B5
RGB 177 222 181
HSL 125° 40.54% 78.24%
HSB/HSV 125° 20.27% 87.06%
CMYK 20.27% 0.00% 18.47%
12.94%

Color #B1DEB5 in popluar number systems.

HEX B1 DE B5
Decimal 177 222 181
Binary 10110001 11011110 10110101
Octal 261 336 265

Shades and tints

Shades of #B1DEB5

#B1DEB5
(177,222,181)
#A1CAA5
(161,202,165)
#91B695
(145,182,149)
#81A285
(129,162,133)
#718E75
(113,142,117)
#617A65
(97,122,101)
#516655
(81,102,85)
#415245
(65,82,69)
#313E35
(49,62,53)
#212A25
(33,42,37)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #B1DEB5

#B1DEB5
(177,222,181)
#B8E1BB
(184,225,187)
#BFE4C1
(191,228,193)
#C6E7C7
(198,231,199)
#CDEACD
(205,234,205)
#D4EDD3
(212,237,211)
#DBF0D9
(219,240,217)
#E2F3DF
(226,243,223)
#E9F6E5
(233,246,229)
#F0F9EB
(240,249,235)
#F7FCF1
(247,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DEB5 color. Also use rgb(177,222,181) instead hex code.

Text Font Color

.myTextColor { color: #B1DEB5; }

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

This text font color is #B1DEB5.

Background Color

.myBgColor { background-color: #B1DEB5; }

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

This div background color is #B1DEB5.

Border color

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

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

This div border color is #B1DEB5.

Opacity

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

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

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

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

This text has shadow with #B1DEB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1DEB5.

Preview

Color preview on black background

This text has color #B1DEB5 on black background.


Color preview on white background

This text has color #B1DEB5 on white background.


Black color preview on #B1DEB5 background

This text has black color on #B1DEB5 background.


White color preview on #B1DEB5 background

This text has white color on #B1DEB5 background.


Related colors

Complementary color

Complementary color for #hex is #4E214A.


I love getcolorcode.com

Triadic colors

1 #B5B1DE and #DEB5B1 with #B1DEB5 are triadic colors.

2 #B5DEB1 and #DEB1B5 with #B1DEB5 are triadic colors.