COLOR #B0CEDC

HEX: #B0CEDC RGB: (176,206,220)

Color info

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

RGB color model

#B0CEDC color RGB value is (176,206,220).

RGB: (176,206,220) (69%, 81%, 86%)

RGB channels and saturation

R 176 of 255 = 69%
G 206 of 255 = 81%
B 220 of 255 = 86%

176
206
220

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

Portions of RGB colors in percentages

R + G + B = 176 + 206 + 220 = 602 (100%)
R 176 of 602 ~ 29.24%
G 206 of 602 ~ 34.22%
B 220 of 602 ~ 36.54'%

%29.24
%34.22
%36.54

CMYK color model

#B0CEDC color CMYK value is (20,6,0,14).

  • cyan value is 20.00%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (20,6,0,14)
C20M6Y0K14 (20%, 6%, 0%, 14%)
(0.20 / 0.06 / 0.00 / 0.14)

CMYK percentages

%20
%6.36
%0
%13.73

Codes

Color #B0CEDC in popluar color models

B0 CE DC
RGB 176 206 220
HSL 199° 38.60% 77.65%
HSB/HSV 199° 20.00% 86.27%
CMYK 20.00% 6.36% 0.00%
13.73%

Color #B0CEDC in popluar number systems.

HEX B0 CE DC
Decimal 176 206 220
Binary 10110000 11001110 11011100
Octal 260 316 334

Shades and tints

Shades of #B0CEDC

#B0CEDC
(176,206,220)
#A0BCC8
(160,188,200)
#90AAB4
(144,170,180)
#8098A0
(128,152,160)
#70868C
(112,134,140)
#607478
(96,116,120)
#506264
(80,98,100)
#405050
(64,80,80)
#303E3C
(48,62,60)
#202C28
(32,44,40)
#101A14
(16,26,20)
#000000
(0,0,0)

Tints of #B0CEDC

#B0CEDC
(176,206,220)
#B7D2DF
(183,210,223)
#BED6E2
(190,214,226)
#C5DAE5
(197,218,229)
#CCDEE8
(204,222,232)
#D3E2EB
(211,226,235)
#DAE6EE
(218,230,238)
#E1EAF1
(225,234,241)
#E8EEF4
(232,238,244)
#EFF2F7
(239,242,247)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CEDC color. Also use rgb(176,206,220) instead hex code.

Text Font Color

.myTextColor { color: #B0CEDC; }

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

This text font color is #B0CEDC.

Background Color

.myBgColor { background-color: #B0CEDC; }

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

This div background color is #B0CEDC.

Border color

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

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

This div border color is #B0CEDC.

Opacity

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

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

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

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

This text has shadow with #B0CEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0CEDC.

Preview

Color preview on black background

This text has color #B0CEDC on black background.


Color preview on white background

This text has color #B0CEDC on white background.


Black color preview on #B0CEDC background

This text has black color on #B0CEDC background.


White color preview on #B0CEDC background

This text has white color on #B0CEDC background.


Related colors

Complementary color

Complementary color for #hex is #4F3123.


I love getcolorcode.com

Triadic colors

1 #DCB0CE and #CEDCB0 with #B0CEDC are triadic colors.

2 #DCCEB0 and #CEB0DC with #B0CEDC are triadic colors.