COLOR #B0CBFD

HEX: #B0CBFD
RGB: (176,203,253)

Color info

#B0CBFD contains mainly green and blue colors. Web safe color of #B0CBFD is #99CCFF (or #9CF).

RGB color model

#B0CBFD color RGB value is (176,203,253).

  • red value is 176;
  • green value is 203;
  • blue value is 253.
RGB:
(176,203,253)
(69%,80%,99%)

RGB channels and saturation

R 176 of 255 = 69%
G 203 of 255 = 80%
B 253 of 255 = 99%

176
203
253

R + G + B ~ 83%. #B0CBFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 203 + 253 = 632 (100%)
R 176 of 632 ~ 27.85%
G 203 of 632 ~ 32.12%
B 253 of 632 ~ 40.03%

%27.85
%32.12
%40.03

CMYK color model

#B0CBFD color CMYK value is (30,20,0,1).

  • cyan value is 30.43%
  • magenta value is 19.76%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(30,20,0,1)
C30M20Y0K1 
(30%,20%,0%,1%)
(0.30/0.20/0.00/0.01)	

CMYK percentages

%30.43
%19.76
%0
%0.78

Codes

Color #B0CBFD in popluar color models

B0CBFD
RGB176203253
HSL219°95.06%84.12%
HSB/HSV219°30.43%99.22%
CMYK30.43%19.76%0.00%
0.78%

Color #B0CBFD in popluar number systems.

HEXB0CBFD
Decimal176203253
Binary101100001100101111111101
Octal260313375

Shades and tints

Shades of #B0CBFD

#B0CBFD
(176,203,253)
#A0B9E6
(160,185,230)
#90A7CF
(144,167,207)
#8095B8
(128,149,184)
#7083A1
(112,131,161)
#60718A
(96,113,138)
#505F73
(80,95,115)
#404D5C
(64,77,92)
#303B45
(48,59,69)
#20292E
(32,41,46)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #B0CBFD

#B0CBFD
(176,203,253)
#B7CFFD
(183,207,253)
#BED3FD
(190,211,253)
#C5D7FD
(197,215,253)
#CCDBFD
(204,219,253)
#D3DFFD
(211,223,253)
#DAE3FD
(218,227,253)
#E1E7FD
(225,231,253)
#E8EBFD
(232,235,253)
#EFEFFD
(239,239,253)
#F6F3FD
(246,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CBFD color. Also use rgb(176,203,253) instead hex code.

Text Font Color

.myTextColor { color: #B0CBFD; }

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

This text font color is #B0CBFD.


Background Color

.myBgColor { background-color: #B0CBFD; }

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

This div background color is #B0CBFD.


Border color

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

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

This div border color is #B0CBFD.


Opacity

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

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

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

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

This text has shadow with #B0CBFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CBFD on black background.


Color preview on white background

This text has color #B0CBFD on white background.



Black color preview on #B0CBFD background

This text has black color on #B0CBFD background.


White color preview on #B0CBFD background

This text has white color on #B0CBFD background.