COLOR #B5CDC6

HEX: #B5CDC6
RGB: (181,205,198)

Color info

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

RGB color model

#B5CDC6 color RGB value is (181,205,198).

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

RGB channels and saturation

R 181 of 255 = 71%
G 205 of 255 = 80%
B 198 of 255 = 78%

181
205
198

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

Portions of RGB colors in percentages

R + G + B =
181 + 205 + 198 = 584 (100%)
R 181 of 584 ~ 30.99%
G 205 of 584 ~ 35.1%
B 198 of 584 ~ 33.9%

%30.99
%35.1
%33.9

CMYK color model

#B5CDC6 color CMYK value is (12,0,3,20).

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 19.61%
CMYK:
(12,0,3,20)
C12M0Y3K20 
(12%,0%,3%,20%)
(0.12/0.00/0.03/0.20)	

CMYK percentages

%11.71
%0
%3.41
%19.61

Codes

Color #B5CDC6 in popluar color models

B5CDC6
RGB181205198
HSL163°19.35%75.69%
HSB/HSV163°11.71%80.39%
CMYK11.71%0.00%3.41%
19.61%

Color #B5CDC6 in popluar number systems.

HEXB5CDC6
Decimal181205198
Binary101101011100110111000110
Octal265315306

Shades and tints

Shades of #B5CDC6

#B5CDC6
(181,205,198)
#A5BBB4
(165,187,180)
#95A9A2
(149,169,162)
#859790
(133,151,144)
#75857E
(117,133,126)
#65736C
(101,115,108)
#55615A
(85,97,90)
#454F48
(69,79,72)
#353D36
(53,61,54)
#252B24
(37,43,36)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #B5CDC6

#B5CDC6
(181,205,198)
#BBD1CB
(187,209,203)
#C1D5D0
(193,213,208)
#C7D9D5
(199,217,213)
#CDDDDA
(205,221,218)
#D3E1DF
(211,225,223)
#D9E5E4
(217,229,228)
#DFE9E9
(223,233,233)
#E5EDEE
(229,237,238)
#EBF1F3
(235,241,243)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CDC6; }

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

This text font color is #B5CDC6.


Background Color

.myBgColor { background-color: #B5CDC6; }

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

This div background color is #B5CDC6.


Border color

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

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

This div border color is #B5CDC6.


Opacity

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

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

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

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

This text has shadow with #B5CDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CDC6 on black background.


Color preview on white background

This text has color #B5CDC6 on white background.



Black color preview on #B5CDC6 background

This text has black color on #B5CDC6 background.


White color preview on #B5CDC6 background

This text has white color on #B5CDC6 background.