COLOR #B5C1EB

HEX: #B5C1EB RGB: (181,193,235)

Color info

#B5C1EB contains red, green and blue colors in about the same proportion. Web safe color of #B5C1EB is #CCCCFF (or #CCF).

RGB color model

#B5C1EB color RGB value is (181,193,235).

RGB: (181,193,235) (71%, 76%, 92%)

RGB channels and saturation

R 181 of 255 = 71%
G 193 of 255 = 76%
B 235 of 255 = 92%

181
193
235

R + G + B ~ 80%. #B5C1EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 193 + 235 = 609 (100%)
R 181 of 609 ~ 29.72%
G 193 of 609 ~ 31.69%
B 235 of 609 ~ 38.59'%

%29.72
%31.69
%38.59

CMYK color model

#B5C1EB color CMYK value is (23,18,0,8).

  • cyan value is 22.98%
  • magenta value is 17.87%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (23,18,0,8) C23M18Y0K8 (23%,18%,0%,8%) (0.23/0.18/0.00/0.08) 

CMYK percentages

%22.98
%17.87
%0
%7.84

Codes

Color #B5C1EB in popluar color models

B5 C1 EB
RGB 181 193 235
HSL 227° 57.45% 81.57%
HSB/HSV 227° 22.98% 92.16%
CMYK 22.98% 17.87% 0.00%
7.84%

Color #B5C1EB in popluar number systems.

HEX B5 C1 EB
Decimal 181 193 235
Binary 10110101 11000001 11101011
Octal 265 301 353

Shades and tints

Shades of #B5C1EB

#B5C1EB
(181,193,235)
#A5B0D6
(165,176,214)
#959FC1
(149,159,193)
#858EAC
(133,142,172)
#757D97
(117,125,151)
#656C82
(101,108,130)
#555B6D
(85,91,109)
#454A58
(69,74,88)
#353943
(53,57,67)
#25282E
(37,40,46)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #B5C1EB

#B5C1EB
(181,193,235)
#BBC6EC
(187,198,236)
#C1CBED
(193,203,237)
#C7D0EE
(199,208,238)
#CDD5EF
(205,213,239)
#D3DAF0
(211,218,240)
#D9DFF1
(217,223,241)
#DFE4F2
(223,228,242)
#E5E9F3
(229,233,243)
#EBEEF4
(235,238,244)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C1EB; }

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

This text font color is #B5C1EB.

Background Color

.myBgColor { background-color: #B5C1EB; }

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

This div background color is #B5C1EB.

Border color

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

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

This div border color is #B5C1EB.

Opacity

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

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

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

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

This text has shadow with #B5C1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C1EB.

Preview

Color preview on black background

This text has color #B5C1EB on black background.


Color preview on white background

This text has color #B5C1EB on white background.


Black color preview on #B5C1EB background

This text has black color on #B5C1EB background.


White color preview on #B5C1EB background

This text has white color on #B5C1EB background.


Related colors

Complementary color

Complementary color for #hex is #4A3E14.


I love getcolorcode.com

Triadic colors

1 #EBB5C1 and #C1EBB5 with #B5C1EB are triadic colors.

2 #EBC1B5 and #C1B5EB with #B5C1EB are triadic colors.