COLOR #B1D69B

HEX: #B1D69B
RGB: (177,214,155)

Color info

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

RGB color model

#B1D69B color RGB value is (177,214,155).

  • red value is 177;
  • green value is 214;
  • blue value is 155.
RGB:
(177,214,155)
(69%,84%,61%)

RGB channels and saturation

R 177 of 255 = 69%
G 214 of 255 = 84%
B 155 of 255 = 61%

177
214
155

R + G + B ~ 71%. #B1D69B is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 214 + 155 = 546 (100%)
R 177 of 546 ~ 32.42%
G 214 of 546 ~ 39.19%
B 155 of 546 ~ 28.39%

%32.42
%39.19
%28.39

CMYK color model

#B1D69B color CMYK value is (17,0,28,16).

  • cyan value is 17.29%
  • magenta value is 0.00%
  • yellow value is 27.57%
  • key color value is 16.08%
CMYK:
(17,0,28,16)
C17M0Y28K16 
(17%,0%,28%,16%)
(0.17/0.00/0.28/0.16)	

CMYK percentages

%17.29
%0
%27.57
%16.08

Codes

Color #B1D69B in popluar color models

B1D69B
RGB177214155
HSL98°41.84%72.35%
HSB/HSV98°27.57%83.92%
CMYK17.29%0.00%27.57%
16.08%

Color #B1D69B in popluar number systems.

HEXB1D69B
Decimal177214155
Binary101100011101011010011011
Octal261326233

Shades and tints

Shades of #B1D69B

#B1D69B
(177,214,155)
#A1C38D
(161,195,141)
#91B07F
(145,176,127)
#819D71
(129,157,113)
#718A63
(113,138,99)
#617755
(97,119,85)
#516447
(81,100,71)
#415139
(65,81,57)
#313E2B
(49,62,43)
#212B1D
(33,43,29)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #B1D69B

#B1D69B
(177,214,155)
#B8D9A4
(184,217,164)
#BFDCAD
(191,220,173)
#C6DFB6
(198,223,182)
#CDE2BF
(205,226,191)
#D4E5C8
(212,229,200)
#DBE8D1
(219,232,209)
#E2EBDA
(226,235,218)
#E9EEE3
(233,238,227)
#F0F1EC
(240,241,236)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D69B color. Also use rgb(177,214,155) instead hex code.

Text Font Color

.myTextColor { color: #B1D69B; }

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

This text font color is #B1D69B.


Background Color

.myBgColor { background-color: #B1D69B; }

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

This div background color is #B1D69B.


Border color

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

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

This div border color is #B1D69B.


Opacity

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

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

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

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

This text has shadow with #B1D69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D69B on black background.


Color preview on white background

This text has color #B1D69B on white background.



Black color preview on #B1D69B background

This text has black color on #B1D69B background.


White color preview on #B1D69B background

This text has white color on #B1D69B background.