COLOR #B5CBF6

HEX: #B5CBF6 RGB: (181,203,246)

Color info

#B5CBF6 contains mainly green and blue colors. Web safe color of #B5CBF6 is #CCCCFF (or #CCF).

RGB color model

#B5CBF6 color RGB value is (181,203,246).

RGB: (181,203,246) (71%, 80%, 96%)

RGB channels and saturation

R 181 of 255 = 71%
G 203 of 255 = 80%
B 246 of 255 = 96%

181
203
246

R + G + B ~ 82%. #B5CBF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 203 + 246 = 630 (100%)
R 181 of 630 ~ 28.73%
G 203 of 630 ~ 32.22%
B 246 of 630 ~ 39.05'%

%28.73
%32.22
%39.05

CMYK color model

#B5CBF6 color CMYK value is (26,17,0,4).

  • cyan value is 26.42%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (26,17,0,4) C26M17Y0K4 (26%,17%,0%,4%) (0.26/0.17/0.00/0.04) 

CMYK percentages

%26.42
%17.48
%0
%3.53

Codes

Color #B5CBF6 in popluar color models

B5 CB F6
RGB 181 203 246
HSL 220° 78.31% 83.73%
HSB/HSV 220° 26.42% 96.47%
CMYK 26.42% 17.48% 0.00%
3.53%

Color #B5CBF6 in popluar number systems.

HEX B5 CB F6
Decimal 181 203 246
Binary 10110101 11001011 11110110
Octal 265 313 366

Shades and tints

Shades of #B5CBF6

#B5CBF6
(181,203,246)
#A5B9E0
(165,185,224)
#95A7CA
(149,167,202)
#8595B4
(133,149,180)
#75839E
(117,131,158)
#657188
(101,113,136)
#555F72
(85,95,114)
#454D5C
(69,77,92)
#353B46
(53,59,70)
#252930
(37,41,48)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #B5CBF6

#B5CBF6
(181,203,246)
#BBCFF6
(187,207,246)
#C1D3F6
(193,211,246)
#C7D7F6
(199,215,246)
#CDDBF6
(205,219,246)
#D3DFF6
(211,223,246)
#D9E3F6
(217,227,246)
#DFE7F6
(223,231,246)
#E5EBF6
(229,235,246)
#EBEFF6
(235,239,246)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CBF6; }

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

This text font color is #B5CBF6.

Background Color

.myBgColor { background-color: #B5CBF6; }

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

This div background color is #B5CBF6.

Border color

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

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

This div border color is #B5CBF6.

Opacity

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

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

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

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

This text has shadow with #B5CBF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CBF6.

Preview

Color preview on black background

This text has color #B5CBF6 on black background.


Color preview on white background

This text has color #B5CBF6 on white background.


Black color preview on #B5CBF6 background

This text has black color on #B5CBF6 background.


White color preview on #B5CBF6 background

This text has white color on #B5CBF6 background.


Related colors

Complementary color

Complementary color for #hex is #4A3409.


I love getcolorcode.com

Triadic colors

1 #F6B5CB and #CBF6B5 with #B5CBF6 are triadic colors.

2 #F6CBB5 and #CBB5F6 with #B5CBF6 are triadic colors.