COLOR #B1C69D

HEX: #B1C69D RGB: (177,198,157)

Color info

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

RGB color model

#B1C69D color RGB value is (177,198,157).

RGB: (177,198,157) (69%, 78%, 62%)

RGB channels and saturation

R 177 of 255 = 69%
G 198 of 255 = 78%
B 157 of 255 = 62%

177
198
157

R + G + B ~ 70%. #B1C69D is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 198 + 157 = 532 (100%)
R 177 of 532 ~ 33.27%
G 198 of 532 ~ 37.22%
B 157 of 532 ~ 29.51'%

%33.27
%37.22
%29.51

CMYK color model

#B1C69D color CMYK value is (11,0,21,22).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 20.71%
  • key color value is 22.35%

CMYK: (11,0,21,22)
C11M0Y21K22 (11%, 0%, 21%, 22%)
(0.11 / 0.00 / 0.21 / 0.22)

CMYK percentages

%10.61
%0
%20.71
%22.35

Codes

Color #B1C69D in popluar color models

B1 C6 9D
RGB 177 198 157
HSL 91° 26.45% 69.61%
HSB/HSV 91° 20.71% 77.65%
CMYK 10.61% 0.00% 20.71%
22.35%

Color #B1C69D in popluar number systems.

HEX B1 C6 9D
Decimal 177 198 157
Binary 10110001 11000110 10011101
Octal 261 306 235

Shades and tints

Shades of #B1C69D

#B1C69D
(177,198,157)
#A1B48F
(161,180,143)
#91A281
(145,162,129)
#819073
(129,144,115)
#717E65
(113,126,101)
#616C57
(97,108,87)
#515A49
(81,90,73)
#41483B
(65,72,59)
#31362D
(49,54,45)
#21241F
(33,36,31)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #B1C69D

#B1C69D
(177,198,157)
#B8CBA5
(184,203,165)
#BFD0AD
(191,208,173)
#C6D5B5
(198,213,181)
#CDDABD
(205,218,189)
#D4DFC5
(212,223,197)
#DBE4CD
(219,228,205)
#E2E9D5
(226,233,213)
#E9EEDD
(233,238,221)
#F0F3E5
(240,243,229)
#F7F8ED
(247,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C69D color. Also use rgb(177,198,157) instead hex code.

Text Font Color

.myTextColor { color: #B1C69D; }

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

This text font color is #B1C69D.

Background Color

.myBgColor { background-color: #B1C69D; }

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

This div background color is #B1C69D.

Border color

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

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

This div border color is #B1C69D.

Opacity

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

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

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

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

This text has shadow with #B1C69D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C69D.

Preview

Color preview on black background

This text has color #B1C69D on black background.


Color preview on white background

This text has color #B1C69D on white background.


Black color preview on #B1C69D background

This text has black color on #B1C69D background.


White color preview on #B1C69D background

This text has white color on #B1C69D background.


Related colors

Complementary color

Complementary color for #hex is #4E3962.


I love getcolorcode.com

Triadic colors

1 #9DB1C6 and #C69DB1 with #B1C69D are triadic colors.

2 #9DC6B1 and #C6B19D with #B1C69D are triadic colors.