COLOR #B5CFCE

HEX: #B5CFCE
RGB: (181,207,206)

Color info

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

RGB color model

#B5CFCE color RGB value is (181,207,206).

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

RGB channels and saturation

R 181 of 255 = 71%
G 207 of 255 = 81%
B 206 of 255 = 81%

181
207
206

R + G + B ~ 78%. #B5CFCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 207 + 206 = 594 (100%)
R 181 of 594 ~ 30.47%
G 207 of 594 ~ 34.85%
B 206 of 594 ~ 34.68%

%30.47
%34.85
%34.68

CMYK color model

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

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 0.48%
  • key color value is 18.82%
CMYK:
(13,0,0,19)
C13M0Y0K19 
(13%,0%,0%,19%)
(0.13/0.00/0.00/0.19)	

CMYK percentages

%12.56
%0
%0.48
%18.82

Codes

Color #B5CFCE in popluar color models

B5CFCE
RGB181207206
HSL178°21.31%76.08%
HSB/HSV178°12.56%81.18%
CMYK12.56%0.00%0.48%
18.82%

Color #B5CFCE in popluar number systems.

HEXB5CFCE
Decimal181207206
Binary101101011100111111001110
Octal265317316

Shades and tints

Shades of #B5CFCE

#B5CFCE
(181,207,206)
#A5BDBC
(165,189,188)
#95ABAA
(149,171,170)
#859998
(133,153,152)
#758786
(117,135,134)
#657574
(101,117,116)
#556362
(85,99,98)
#455150
(69,81,80)
#353F3E
(53,63,62)
#252D2C
(37,45,44)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #B5CFCE

#B5CFCE
(181,207,206)
#BBD3D2
(187,211,210)
#C1D7D6
(193,215,214)
#C7DBDA
(199,219,218)
#CDDFDE
(205,223,222)
#D3E3E2
(211,227,226)
#D9E7E6
(217,231,230)
#DFEBEA
(223,235,234)
#E5EFEE
(229,239,238)
#EBF3F2
(235,243,242)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CFCE; }

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

This text font color is #B5CFCE.


Background Color

.myBgColor { background-color: #B5CFCE; }

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

This div background color is #B5CFCE.


Border color

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

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

This div border color is #B5CFCE.


Opacity

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

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

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

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

This text has shadow with #B5CFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CFCE on black background.


Color preview on white background

This text has color #B5CFCE on white background.



Black color preview on #B5CFCE background

This text has black color on #B5CFCE background.


White color preview on #B5CFCE background

This text has white color on #B5CFCE background.