COLOR #BBCFD6

HEX: #BBCFD6
RGB: (187,207,214)

Color info

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

RGB color model

#BBCFD6 color RGB value is (187,207,214).

  • red value is 187;
  • green value is 207;
  • blue value is 214.
RGB:
(187,207,214)
(73%,81%,84%)

RGB channels and saturation

R 187 of 255 = 73%
G 207 of 255 = 81%
B 214 of 255 = 84%

187
207
214

R + G + B ~ 79%. #BBCFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 207 + 214 = 608 (100%)
R 187 of 608 ~ 30.76%
G 207 of 608 ~ 34.05%
B 214 of 608 ~ 35.2%

%30.76
%34.05
%35.2

CMYK color model

#BBCFD6 color CMYK value is (13,3,0,16).

  • cyan value is 12.62%
  • magenta value is 3.27%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(13,3,0,16)
C13M3Y0K16 
(13%,3%,0%,16%)
(0.13/0.03/0.00/0.16)	

CMYK percentages

%12.62
%3.27
%0
%16.08

Codes

Color #BBCFD6 in popluar color models

BBCFD6
RGB187207214
HSL196°24.77%78.63%
HSB/HSV196°12.62%83.92%
CMYK12.62%3.27%0.00%
16.08%

Color #BBCFD6 in popluar number systems.

HEXBBCFD6
Decimal187207214
Binary101110111100111111010110
Octal273317326

Shades and tints

Shades of #BBCFD6

#BBCFD6
(187,207,214)
#AABDC3
(170,189,195)
#99ABB0
(153,171,176)
#88999D
(136,153,157)
#77878A
(119,135,138)
#667577
(102,117,119)
#556364
(85,99,100)
#445151
(68,81,81)
#333F3E
(51,63,62)
#222D2B
(34,45,43)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #BBCFD6

#BBCFD6
(187,207,214)
#C1D3D9
(193,211,217)
#C7D7DC
(199,215,220)
#CDDBDF
(205,219,223)
#D3DFE2
(211,223,226)
#D9E3E5
(217,227,229)
#DFE7E8
(223,231,232)
#E5EBEB
(229,235,235)
#EBEFEE
(235,239,238)
#F1F3F1
(241,243,241)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCFD6 color. Also use rgb(187,207,214) instead hex code.

Text Font Color

.myTextColor { color: #BBCFD6; }

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

This text font color is #BBCFD6.


Background Color

.myBgColor { background-color: #BBCFD6; }

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

This div background color is #BBCFD6.


Border color

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

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

This div border color is #BBCFD6.


Opacity

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

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

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

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

This text has shadow with #BBCFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCFD6 on black background.


Color preview on white background

This text has color #BBCFD6 on white background.



Black color preview on #BBCFD6 background

This text has black color on #BBCFD6 background.


White color preview on #BBCFD6 background

This text has white color on #BBCFD6 background.