COLOR #B1CDA5

HEX: #B1CDA5
RGB: (177,205,165)

Color info

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

RGB color model

#B1CDA5 color RGB value is (177,205,165).

  • red value is 177;
  • green value is 205;
  • blue value is 165.
RGB:
(177,205,165)
(69%,80%,65%)

RGB channels and saturation

R 177 of 255 = 69%
G 205 of 255 = 80%
B 165 of 255 = 65%

177
205
165

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

Portions of RGB colors in percentages

R + G + B =
177 + 205 + 165 = 547 (100%)
R 177 of 547 ~ 32.36%
G 205 of 547 ~ 37.48%
B 165 of 547 ~ 30.16%

%32.36
%37.48
%30.16

CMYK color model

#B1CDA5 color CMYK value is (14,0,20,20).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 19.61%
CMYK:
(14,0,20,20)
C14M0Y20K20 
(14%,0%,20%,20%)
(0.14/0.00/0.20/0.20)	

CMYK percentages

%13.66
%0
%19.51
%19.61

Codes

Color #B1CDA5 in popluar color models

B1CDA5
RGB177205165
HSL102°28.57%72.55%
HSB/HSV102°19.51%80.39%
CMYK13.66%0.00%19.51%
19.61%

Color #B1CDA5 in popluar number systems.

HEXB1CDA5
Decimal177205165
Binary101100011100110110100101
Octal261315245

Shades and tints

Shades of #B1CDA5

#B1CDA5
(177,205,165)
#A1BB96
(161,187,150)
#91A987
(145,169,135)
#819778
(129,151,120)
#718569
(113,133,105)
#61735A
(97,115,90)
#51614B
(81,97,75)
#414F3C
(65,79,60)
#313D2D
(49,61,45)
#212B1E
(33,43,30)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #B1CDA5

#B1CDA5
(177,205,165)
#B8D1AD
(184,209,173)
#BFD5B5
(191,213,181)
#C6D9BD
(198,217,189)
#CDDDC5
(205,221,197)
#D4E1CD
(212,225,205)
#DBE5D5
(219,229,213)
#E2E9DD
(226,233,221)
#E9EDE5
(233,237,229)
#F0F1ED
(240,241,237)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CDA5 color. Also use rgb(177,205,165) instead hex code.

Text Font Color

.myTextColor { color: #B1CDA5; }

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

This text font color is #B1CDA5.


Background Color

.myBgColor { background-color: #B1CDA5; }

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

This div background color is #B1CDA5.


Border color

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

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

This div border color is #B1CDA5.


Opacity

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

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

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

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

This text has shadow with #B1CDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CDA5 on black background.


Color preview on white background

This text has color #B1CDA5 on white background.



Black color preview on #B1CDA5 background

This text has black color on #B1CDA5 background.


White color preview on #B1CDA5 background

This text has white color on #B1CDA5 background.