COLOR #B5CFB1

HEX: #B5CFB1
RGB: (181,207,177)

Color info

#B5CFB1 contains red, green and blue colors in about the same proportion. Web safe color of #B5CFB1 is #CCCC99 (or #CC9).

RGB color model

#B5CFB1 color RGB value is (181,207,177).

  • red value is 181;
  • green value is 207;
  • blue value is 177.
RGB:
(181,207,177)
(71%,81%,69%)

RGB channels and saturation

R 181 of 255 = 71%
G 207 of 255 = 81%
B 177 of 255 = 69%

181
207
177

R + G + B ~ 74%. #B5CFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 207 + 177 = 565 (100%)
R 181 of 565 ~ 32.04%
G 207 of 565 ~ 36.64%
B 177 of 565 ~ 31.33%

%32.04
%36.64
%31.33

CMYK color model

#B5CFB1 color CMYK value is (13,0,14,19).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 14.49%
  • key color value is 18.82%
CMYK:
(13,0,14,19)
C13M0Y14K19 
(13%,0%,14%,19%)
(0.13/0.00/0.14/0.19)	

CMYK percentages

%12.56
%0
%14.49
%18.82

Codes

Color #B5CFB1 in popluar color models

B5CFB1
RGB181207177
HSL112°23.81%75.29%
HSB/HSV112°14.49%81.18%
CMYK12.56%0.00%14.49%
18.82%

Color #B5CFB1 in popluar number systems.

HEXB5CFB1
Decimal181207177
Binary101101011100111110110001
Octal265317261

Shades and tints

Shades of #B5CFB1

#B5CFB1
(181,207,177)
#A5BDA1
(165,189,161)
#95AB91
(149,171,145)
#859981
(133,153,129)
#758771
(117,135,113)
#657561
(101,117,97)
#556351
(85,99,81)
#455141
(69,81,65)
#353F31
(53,63,49)
#252D21
(37,45,33)
#151B11
(21,27,17)
#000000
(0,0,0)

Tints of #B5CFB1

#B5CFB1
(181,207,177)
#BBD3B8
(187,211,184)
#C1D7BF
(193,215,191)
#C7DBC6
(199,219,198)
#CDDFCD
(205,223,205)
#D3E3D4
(211,227,212)
#D9E7DB
(217,231,219)
#DFEBE2
(223,235,226)
#E5EFE9
(229,239,233)
#EBF3F0
(235,243,240)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CFB1 color. Also use rgb(181,207,177) instead hex code.

Text Font Color

.myTextColor { color: #B5CFB1; }

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

This text font color is #B5CFB1.


Background Color

.myBgColor { background-color: #B5CFB1; }

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

This div background color is #B5CFB1.


Border color

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

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

This div border color is #B5CFB1.


Opacity

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

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

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

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

This text has shadow with #B5CFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CFB1 on black background.


Color preview on white background

This text has color #B5CFB1 on white background.



Black color preview on #B5CFB1 background

This text has black color on #B5CFB1 background.


White color preview on #B5CFB1 background

This text has white color on #B5CFB1 background.