COLOR #B1C583

HEX: #B1C583 RGB: (177,197,131)

Color info

#B1C583 contains mainly red and green colors. Web safe color of #B1C583 is #99CC99 (or #9C9).

RGB color model

#B1C583 color RGB value is (177,197,131).

RGB: (177,197,131) (69%, 77%, 51%)

RGB channels and saturation

R 177 of 255 = 69%
G 197 of 255 = 77%
B 131 of 255 = 51%

177
197
131

R + G + B ~ 66%. #B1C583 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 197 + 131 = 505 (100%)
R 177 of 505 ~ 35.05%
G 197 of 505 ~ 39.01%
B 131 of 505 ~ 25.94'%

%35.05
%39.01
%25.94

CMYK color model

#B1C583 color CMYK value is (10,0,34,23).

  • cyan value is 10.15%
  • magenta value is 0.00%
  • yellow value is 33.50%
  • key color value is 22.75%
CMYK: (10,0,34,23) C10M0Y34K23 (10%,0%,34%,23%) (0.10/0.00/0.34/0.23) 

CMYK percentages

%10.15
%0
%33.5
%22.75

Codes

Color #B1C583 in popluar color models

B1 C5 83
RGB 177 197 131
HSL 78° 36.26% 64.31%
HSB/HSV 78° 33.50% 77.25%
CMYK 10.15% 0.00% 33.50%
22.75%

Color #B1C583 in popluar number systems.

HEX B1 C5 83
Decimal 177 197 131
Binary 10110001 11000101 10000011
Octal 261 305 203

Shades and tints

Shades of #B1C583

#B1C583
(177,197,131)
#A1B478
(161,180,120)
#91A36D
(145,163,109)
#819262
(129,146,98)
#718157
(113,129,87)
#61704C
(97,112,76)
#515F41
(81,95,65)
#414E36
(65,78,54)
#313D2B
(49,61,43)
#212C20
(33,44,32)
#111B15
(17,27,21)
#000000
(0,0,0)

Tints of #B1C583

#B1C583
(177,197,131)
#B8CA8E
(184,202,142)
#BFCF99
(191,207,153)
#C6D4A4
(198,212,164)
#CDD9AF
(205,217,175)
#D4DEBA
(212,222,186)
#DBE3C5
(219,227,197)
#E2E8D0
(226,232,208)
#E9EDDB
(233,237,219)
#F0F2E6
(240,242,230)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C583 color. Also use rgb(177,197,131) instead hex code.

Text Font Color

.myTextColor { color: #B1C583; }

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

This text font color is #B1C583.

Background Color

.myBgColor { background-color: #B1C583; }

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

This div background color is #B1C583.

Border color

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

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

This div border color is #B1C583.

Opacity

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

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

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

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

This text has shadow with #B1C583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C583.

Preview

Color preview on black background

This text has color #B1C583 on black background.


Color preview on white background

This text has color #B1C583 on white background.


Black color preview on #B1C583 background

This text has black color on #B1C583 background.


White color preview on #B1C583 background

This text has white color on #B1C583 background.


Related colors

Complementary color

Complementary color for #hex is #4E3A7C.


I love getcolorcode.com

Triadic colors

1 #83B1C5 and #C583B1 with #B1C583 are triadic colors.

2 #83C5B1 and #C5B183 with #B1C583 are triadic colors.