COLOR #B1DDBA

HEX: #B1DDBA
RGB: (177,221,186)

Color info

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

RGB color model

#B1DDBA color RGB value is (177,221,186).

  • red value is 177;
  • green value is 221;
  • blue value is 186.
RGB:
(177,221,186)
(69%,87%,73%)

RGB channels and saturation

R 177 of 255 = 69%
G 221 of 255 = 87%
B 186 of 255 = 73%

177
221
186

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

Portions of RGB colors in percentages

R + G + B =
177 + 221 + 186 = 584 (100%)
R 177 of 584 ~ 30.31%
G 221 of 584 ~ 37.84%
B 186 of 584 ~ 31.85%

%30.31
%37.84
%31.85

CMYK color model

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

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 13.33%
CMYK:
(20,0,16,13)
C20M0Y16K13 
(20%,0%,16%,13%)
(0.20/0.00/0.16/0.13)	

CMYK percentages

%19.91
%0
%15.84
%13.33

Codes

Color #B1DDBA in popluar color models

B1DDBA
RGB177221186
HSL132°39.29%78.04%
HSB/HSV132°19.91%86.67%
CMYK19.91%0.00%15.84%
13.33%

Color #B1DDBA in popluar number systems.

HEXB1DDBA
Decimal177221186
Binary101100011101110110111010
Octal261335272

Shades and tints

Shades of #B1DDBA

#B1DDBA
(177,221,186)
#A1C9AA
(161,201,170)
#91B59A
(145,181,154)
#81A18A
(129,161,138)
#718D7A
(113,141,122)
#61796A
(97,121,106)
#51655A
(81,101,90)
#41514A
(65,81,74)
#313D3A
(49,61,58)
#21292A
(33,41,42)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #B1DDBA

#B1DDBA
(177,221,186)
#B8E0C0
(184,224,192)
#BFE3C6
(191,227,198)
#C6E6CC
(198,230,204)
#CDE9D2
(205,233,210)
#D4ECD8
(212,236,216)
#DBEFDE
(219,239,222)
#E2F2E4
(226,242,228)
#E9F5EA
(233,245,234)
#F0F8F0
(240,248,240)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DDBA color. Also use rgb(177,221,186) instead hex code.

Text Font Color

.myTextColor { color: #B1DDBA; }

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

This text font color is #B1DDBA.


Background Color

.myBgColor { background-color: #B1DDBA; }

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

This div background color is #B1DDBA.


Border color

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

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

This div border color is #B1DDBA.


Opacity

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

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

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

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

This text has shadow with #B1DDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DDBA on black background.


Color preview on white background

This text has color #B1DDBA on white background.



Black color preview on #B1DDBA background

This text has black color on #B1DDBA background.


White color preview on #B1DDBA background

This text has white color on #B1DDBA background.