COLOR #B5CFBE

HEX: #B5CFBE
RGB: (181,207,190)

Color info

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

RGB color model

#B5CFBE color RGB value is (181,207,190).

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

RGB channels and saturation

R 181 of 255 = 71%
G 207 of 255 = 81%
B 190 of 255 = 75%

181
207
190

R + G + B ~ 76%. #B5CFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 207 + 190 = 578 (100%)
R 181 of 578 ~ 31.31%
G 207 of 578 ~ 35.81%
B 190 of 578 ~ 32.87%

%31.31
%35.81
%32.87

CMYK color model

#B5CFBE color CMYK value is (13,0,8,19).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 18.82%
CMYK:
(13,0,8,19)
C13M0Y8K19 
(13%,0%,8%,19%)
(0.13/0.00/0.08/0.19)	

CMYK percentages

%12.56
%0
%8.21
%18.82

Codes

Color #B5CFBE in popluar color models

B5CFBE
RGB181207190
HSL141°21.31%76.08%
HSB/HSV141°12.56%81.18%
CMYK12.56%0.00%8.21%
18.82%

Color #B5CFBE in popluar number systems.

HEXB5CFBE
Decimal181207190
Binary101101011100111110111110
Octal265317276

Shades and tints

Shades of #B5CFBE

#B5CFBE
(181,207,190)
#A5BDAD
(165,189,173)
#95AB9C
(149,171,156)
#85998B
(133,153,139)
#75877A
(117,135,122)
#657569
(101,117,105)
#556358
(85,99,88)
#455147
(69,81,71)
#353F36
(53,63,54)
#252D25
(37,45,37)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #B5CFBE

#B5CFBE
(181,207,190)
#BBD3C3
(187,211,195)
#C1D7C8
(193,215,200)
#C7DBCD
(199,219,205)
#CDDFD2
(205,223,210)
#D3E3D7
(211,227,215)
#D9E7DC
(217,231,220)
#DFEBE1
(223,235,225)
#E5EFE6
(229,239,230)
#EBF3EB
(235,243,235)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CFBE; }

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

This text font color is #B5CFBE.


Background Color

.myBgColor { background-color: #B5CFBE; }

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

This div background color is #B5CFBE.


Border color

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

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

This div border color is #B5CFBE.


Opacity

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

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

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

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

This text has shadow with #B5CFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CFBE on black background.


Color preview on white background

This text has color #B5CFBE on white background.



Black color preview on #B5CFBE background

This text has black color on #B5CFBE background.


White color preview on #B5CFBE background

This text has white color on #B5CFBE background.