COLOR #B0C6DF

HEX: #B0C6DF RGB: (176,198,223)

Color info

#B0C6DF contains red, green and blue colors in about the same proportion. Web safe color of #B0C6DF is #99CCCC (or #9CC).

RGB color model

#B0C6DF color RGB value is (176,198,223).

RGB: (176,198,223) (69%, 78%, 87%)

RGB channels and saturation

R 176 of 255 = 69%
G 198 of 255 = 78%
B 223 of 255 = 87%

176
198
223

R + G + B ~ 78%. #B0C6DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 198 + 223 = 597 (100%)
R 176 of 597 ~ 29.48%
G 198 of 597 ~ 33.17%
B 223 of 597 ~ 37.35'%

%29.48
%33.17
%37.35

CMYK color model

#B0C6DF color CMYK value is (21,11,0,13).

  • cyan value is 21.08%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (21,11,0,13) C21M11Y0K13 (21%,11%,0%,13%) (0.21/0.11/0.00/0.13) 

CMYK percentages

%21.08
%11.21
%0
%12.55

Codes

Color #B0C6DF in popluar color models

B0 C6 DF
RGB 176 198 223
HSL 212° 42.34% 78.24%
HSB/HSV 212° 21.08% 87.45%
CMYK 21.08% 11.21% 0.00%
12.55%

Color #B0C6DF in popluar number systems.

HEX B0 C6 DF
Decimal 176 198 223
Binary 10110000 11000110 11011111
Octal 260 306 337

Shades and tints

Shades of #B0C6DF

#B0C6DF
(176,198,223)
#A0B4CB
(160,180,203)
#90A2B7
(144,162,183)
#8090A3
(128,144,163)
#707E8F
(112,126,143)
#606C7B
(96,108,123)
#505A67
(80,90,103)
#404853
(64,72,83)
#30363F
(48,54,63)
#20242B
(32,36,43)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #B0C6DF

#B0C6DF
(176,198,223)
#B7CBE1
(183,203,225)
#BED0E3
(190,208,227)
#C5D5E5
(197,213,229)
#CCDAE7
(204,218,231)
#D3DFE9
(211,223,233)
#DAE4EB
(218,228,235)
#E1E9ED
(225,233,237)
#E8EEEF
(232,238,239)
#EFF3F1
(239,243,241)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C6DF color. Also use rgb(176,198,223) instead hex code.

Text Font Color

.myTextColor { color: #B0C6DF; }

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

This text font color is #B0C6DF.

Background Color

.myBgColor { background-color: #B0C6DF; }

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

This div background color is #B0C6DF.

Border color

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

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

This div border color is #B0C6DF.

Opacity

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

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

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

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

This text has shadow with #B0C6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C6DF.

Preview

Color preview on black background

This text has color #B0C6DF on black background.


Color preview on white background

This text has color #B0C6DF on white background.


Black color preview on #B0C6DF background

This text has black color on #B0C6DF background.


White color preview on #B0C6DF background

This text has white color on #B0C6DF background.


Related colors

Complementary color

Complementary color for #hex is #4F3920.


I love getcolorcode.com

Triadic colors

1 #DFB0C6 and #C6DFB0 with #B0C6DF are triadic colors.

2 #DFC6B0 and #C6B0DF with #B0C6DF are triadic colors.