COLOR #B1DDB3

HEX: #B1DDB3
RGB: (177,221,179)

Color info

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

RGB color model

#B1DDB3 color RGB value is (177,221,179).

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

RGB channels and saturation

R 177 of 255 = 69%
G 221 of 255 = 87%
B 179 of 255 = 70%

177
221
179

R + G + B ~ 75%. #B1DDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 221 + 179 = 577 (100%)
R 177 of 577 ~ 30.68%
G 221 of 577 ~ 38.3%
B 179 of 577 ~ 31.02%

%30.68
%38.3
%31.02

CMYK color model

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

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 19.00%
  • key color value is 13.33%
CMYK:
(20,0,19,13)
C20M0Y19K13 
(20%,0%,19%,13%)
(0.20/0.00/0.19/0.13)	

CMYK percentages

%19.91
%0
%19
%13.33

Codes

Color #B1DDB3 in popluar color models

B1DDB3
RGB177221179
HSL123°39.29%78.04%
HSB/HSV123°19.91%86.67%
CMYK19.91%0.00%19.00%
13.33%

Color #B1DDB3 in popluar number systems.

HEXB1DDB3
Decimal177221179
Binary101100011101110110110011
Octal261335263

Shades and tints

Shades of #B1DDB3

#B1DDB3
(177,221,179)
#A1C9A3
(161,201,163)
#91B593
(145,181,147)
#81A183
(129,161,131)
#718D73
(113,141,115)
#617963
(97,121,99)
#516553
(81,101,83)
#415143
(65,81,67)
#313D33
(49,61,51)
#212923
(33,41,35)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #B1DDB3

#B1DDB3
(177,221,179)
#B8E0B9
(184,224,185)
#BFE3BF
(191,227,191)
#C6E6C5
(198,230,197)
#CDE9CB
(205,233,203)
#D4ECD1
(212,236,209)
#DBEFD7
(219,239,215)
#E2F2DD
(226,242,221)
#E9F5E3
(233,245,227)
#F0F8E9
(240,248,233)
#F7FBEF
(247,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DDB3; }

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

This text font color is #B1DDB3.


Background Color

.myBgColor { background-color: #B1DDB3; }

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

This div background color is #B1DDB3.


Border color

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

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

This div border color is #B1DDB3.


Opacity

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

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

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

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

This text has shadow with #B1DDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DDB3 on black background.


Color preview on white background

This text has color #B1DDB3 on white background.



Black color preview on #B1DDB3 background

This text has black color on #B1DDB3 background.


White color preview on #B1DDB3 background

This text has white color on #B1DDB3 background.