COLOR #B5CFB9

HEX: #B5CFB9
RGB: (181,207,185)

Color info

#B5CFB9 contains red, green and blue colors in about the same proportion. Web safe color of #B5CFB9 is #CCCCCC (or #CCC).

RGB color model

#B5CFB9 color RGB value is (181,207,185).

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

RGB channels and saturation

R 181 of 255 = 71%
G 207 of 255 = 81%
B 185 of 255 = 73%

181
207
185

R + G + B ~ 75%. #B5CFB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 207 + 185 = 573 (100%)
R 181 of 573 ~ 31.59%
G 207 of 573 ~ 36.13%
B 185 of 573 ~ 32.29%

%31.59
%36.13
%32.29

CMYK color model

#B5CFB9 color CMYK value is (13,0,11,19).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 18.82%
CMYK:
(13,0,11,19)
C13M0Y11K19 
(13%,0%,11%,19%)
(0.13/0.00/0.11/0.19)	

CMYK percentages

%12.56
%0
%10.63
%18.82

Codes

Color #B5CFB9 in popluar color models

B5CFB9
RGB181207185
HSL129°21.31%76.08%
HSB/HSV129°12.56%81.18%
CMYK12.56%0.00%10.63%
18.82%

Color #B5CFB9 in popluar number systems.

HEXB5CFB9
Decimal181207185
Binary101101011100111110111001
Octal265317271

Shades and tints

Shades of #B5CFB9

#B5CFB9
(181,207,185)
#A5BDA9
(165,189,169)
#95AB99
(149,171,153)
#859989
(133,153,137)
#758779
(117,135,121)
#657569
(101,117,105)
#556359
(85,99,89)
#455149
(69,81,73)
#353F39
(53,63,57)
#252D29
(37,45,41)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #B5CFB9

#B5CFB9
(181,207,185)
#BBD3BF
(187,211,191)
#C1D7C5
(193,215,197)
#C7DBCB
(199,219,203)
#CDDFD1
(205,223,209)
#D3E3D7
(211,227,215)
#D9E7DD
(217,231,221)
#DFEBE3
(223,235,227)
#E5EFE9
(229,239,233)
#EBF3EF
(235,243,239)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CFB9; }

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

This text font color is #B5CFB9.


Background Color

.myBgColor { background-color: #B5CFB9; }

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

This div background color is #B5CFB9.


Border color

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

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

This div border color is #B5CFB9.


Opacity

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

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

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

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

This text has shadow with #B5CFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CFB9 on black background.


Color preview on white background

This text has color #B5CFB9 on white background.



Black color preview on #B5CFB9 background

This text has black color on #B5CFB9 background.


White color preview on #B5CFB9 background

This text has white color on #B5CFB9 background.