COLOR #B1C5AD

HEX: #B1C5AD
RGB: (177,197,173)

Color info

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

RGB color model

#B1C5AD color RGB value is (177,197,173).

  • red value is 177;
  • green value is 197;
  • blue value is 173.
RGB:
(177,197,173)
(69%,77%,68%)

RGB channels and saturation

R 177 of 255 = 69%
G 197 of 255 = 77%
B 173 of 255 = 68%

177
197
173

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

Portions of RGB colors in percentages

R + G + B =
177 + 197 + 173 = 547 (100%)
R 177 of 547 ~ 32.36%
G 197 of 547 ~ 36.01%
B 173 of 547 ~ 31.63%

%32.36
%36.01
%31.63

CMYK color model

#B1C5AD color CMYK value is (10,0,12,23).

  • cyan value is 10.15%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 22.75%
CMYK:
(10,0,12,23)
C10M0Y12K23 
(10%,0%,12%,23%)
(0.10/0.00/0.12/0.23)	

CMYK percentages

%10.15
%0
%12.18
%22.75

Codes

Color #B1C5AD in popluar color models

B1C5AD
RGB177197173
HSL110°17.14%72.55%
HSB/HSV110°12.18%77.25%
CMYK10.15%0.00%12.18%
22.75%

Color #B1C5AD in popluar number systems.

HEXB1C5AD
Decimal177197173
Binary101100011100010110101101
Octal261305255

Shades and tints

Shades of #B1C5AD

#B1C5AD
(177,197,173)
#A1B49E
(161,180,158)
#91A38F
(145,163,143)
#819280
(129,146,128)
#718171
(113,129,113)
#617062
(97,112,98)
#515F53
(81,95,83)
#414E44
(65,78,68)
#313D35
(49,61,53)
#212C26
(33,44,38)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #B1C5AD

#B1C5AD
(177,197,173)
#B8CAB4
(184,202,180)
#BFCFBB
(191,207,187)
#C6D4C2
(198,212,194)
#CDD9C9
(205,217,201)
#D4DED0
(212,222,208)
#DBE3D7
(219,227,215)
#E2E8DE
(226,232,222)
#E9EDE5
(233,237,229)
#F0F2EC
(240,242,236)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C5AD; }

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

This text font color is #B1C5AD.


Background Color

.myBgColor { background-color: #B1C5AD; }

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

This div background color is #B1C5AD.


Border color

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

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

This div border color is #B1C5AD.


Opacity

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

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

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

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

This text has shadow with #B1C5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C5AD on black background.


Color preview on white background

This text has color #B1C5AD on white background.



Black color preview on #B1C5AD background

This text has black color on #B1C5AD background.


White color preview on #B1C5AD background

This text has white color on #B1C5AD background.