COLOR #B5CDCB

HEX: #B5CDCB
RGB: (181,205,203)

Color info

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

RGB color model

#B5CDCB color RGB value is (181,205,203).

  • red value is 181;
  • green value is 205;
  • blue value is 203.
RGB:
(181,205,203)
(71%,80%,80%)

RGB channels and saturation

R 181 of 255 = 71%
G 205 of 255 = 80%
B 203 of 255 = 80%

181
205
203

R + G + B ~ 77%. #B5CDCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 205 + 203 = 589 (100%)
R 181 of 589 ~ 30.73%
G 205 of 589 ~ 34.8%
B 203 of 589 ~ 34.47%

%30.73
%34.8
%34.47

CMYK color model

#B5CDCB color CMYK value is (12,0,1,20).

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 19.61%
CMYK:
(12,0,1,20)
C12M0Y1K20 
(12%,0%,1%,20%)
(0.12/0.00/0.01/0.20)	

CMYK percentages

%11.71
%0
%0.98
%19.61

Codes

Color #B5CDCB in popluar color models

B5CDCB
RGB181205203
HSL175°19.35%75.69%
HSB/HSV175°11.71%80.39%
CMYK11.71%0.00%0.98%
19.61%

Color #B5CDCB in popluar number systems.

HEXB5CDCB
Decimal181205203
Binary101101011100110111001011
Octal265315313

Shades and tints

Shades of #B5CDCB

#B5CDCB
(181,205,203)
#A5BBB9
(165,187,185)
#95A9A7
(149,169,167)
#859795
(133,151,149)
#758583
(117,133,131)
#657371
(101,115,113)
#55615F
(85,97,95)
#454F4D
(69,79,77)
#353D3B
(53,61,59)
#252B29
(37,43,41)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #B5CDCB

#B5CDCB
(181,205,203)
#BBD1CF
(187,209,207)
#C1D5D3
(193,213,211)
#C7D9D7
(199,217,215)
#CDDDDB
(205,221,219)
#D3E1DF
(211,225,223)
#D9E5E3
(217,229,227)
#DFE9E7
(223,233,231)
#E5EDEB
(229,237,235)
#EBF1EF
(235,241,239)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CDCB color. Also use rgb(181,205,203) instead hex code.

Text Font Color

.myTextColor { color: #B5CDCB; }

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

This text font color is #B5CDCB.


Background Color

.myBgColor { background-color: #B5CDCB; }

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

This div background color is #B5CDCB.


Border color

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

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

This div border color is #B5CDCB.


Opacity

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

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

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

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

This text has shadow with #B5CDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CDCB on black background.


Color preview on white background

This text has color #B5CDCB on white background.



Black color preview on #B5CDCB background

This text has black color on #B5CDCB background.


White color preview on #B5CDCB background

This text has white color on #B5CDCB background.