COLOR #B5C1D6

HEX: #B5C1D6 RGB: (181,193,214)

Color info

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

RGB color model

#B5C1D6 color RGB value is (181,193,214).

RGB: (181,193,214) (71%, 76%, 84%)

RGB channels and saturation

R 181 of 255 = 71%
G 193 of 255 = 76%
B 214 of 255 = 84%

181
193
214

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

Portions of RGB colors in percentages

R + G + B = 181 + 193 + 214 = 588 (100%)
R 181 of 588 ~ 30.78%
G 193 of 588 ~ 32.82%
B 214 of 588 ~ 36.39'%

%30.78
%32.82
%36.39

CMYK color model

#B5C1D6 color CMYK value is (15,10,0,16).

  • cyan value is 15.42%
  • magenta value is 9.81%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (15,10,0,16) C15M10Y0K16 (15%,10%,0%,16%) (0.15/0.10/0.00/0.16) 

CMYK percentages

%15.42
%9.81
%0
%16.08

Codes

Color #B5C1D6 in popluar color models

B5 C1 D6
RGB 181 193 214
HSL 218° 28.70% 77.45%
HSB/HSV 218° 15.42% 83.92%
CMYK 15.42% 9.81% 0.00%
16.08%

Color #B5C1D6 in popluar number systems.

HEX B5 C1 D6
Decimal 181 193 214
Binary 10110101 11000001 11010110
Octal 265 301 326

Shades and tints

Shades of #B5C1D6

#B5C1D6
(181,193,214)
#A5B0C3
(165,176,195)
#959FB0
(149,159,176)
#858E9D
(133,142,157)
#757D8A
(117,125,138)
#656C77
(101,108,119)
#555B64
(85,91,100)
#454A51
(69,74,81)
#35393E
(53,57,62)
#25282B
(37,40,43)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #B5C1D6

#B5C1D6
(181,193,214)
#BBC6D9
(187,198,217)
#C1CBDC
(193,203,220)
#C7D0DF
(199,208,223)
#CDD5E2
(205,213,226)
#D3DAE5
(211,218,229)
#D9DFE8
(217,223,232)
#DFE4EB
(223,228,235)
#E5E9EE
(229,233,238)
#EBEEF1
(235,238,241)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C1D6 color. Also use rgb(181,193,214) instead hex code.

Text Font Color

.myTextColor { color: #B5C1D6; }

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

This text font color is #B5C1D6.

Background Color

.myBgColor { background-color: #B5C1D6; }

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

This div background color is #B5C1D6.

Border color

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

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

This div border color is #B5C1D6.

Opacity

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

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

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

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

This text has shadow with #B5C1D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C1D6.

Preview

Color preview on black background

This text has color #B5C1D6 on black background.


Color preview on white background

This text has color #B5C1D6 on white background.


Black color preview on #B5C1D6 background

This text has black color on #B5C1D6 background.


White color preview on #B5C1D6 background

This text has white color on #B5C1D6 background.


Related colors

Complementary color

Complementary color for #hex is #4A3E29.


I love getcolorcode.com

Triadic colors

1 #D6B5C1 and #C1D6B5 with #B5C1D6 are triadic colors.

2 #D6C1B5 and #C1B5D6 with #B5C1D6 are triadic colors.