COLOR #B0CEED

HEX: #B0CEED RGB: (176,206,237)

Color info

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

RGB color model

#B0CEED color RGB value is (176,206,237).

RGB: (176,206,237) (69%, 81%, 93%)

RGB channels and saturation

R 176 of 255 = 69%
G 206 of 255 = 81%
B 237 of 255 = 93%

176
206
237

R + G + B ~ 81%. #B0CEED is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 206 + 237 = 619 (100%)
R 176 of 619 ~ 28.43%
G 206 of 619 ~ 33.28%
B 237 of 619 ~ 38.29'%

%28.43
%33.28
%38.29

CMYK color model

#B0CEED color CMYK value is (26,13,0,7).

  • cyan value is 25.74%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (26,13,0,7) C26M13Y0K7 (26%,13%,0%,7%) (0.26/0.13/0.00/0.07) 

CMYK percentages

%25.74
%13.08
%0
%7.06

Codes

Color #B0CEED in popluar color models

B0 CE ED
RGB 176 206 237
HSL 210° 62.89% 80.98%
HSB/HSV 210° 25.74% 92.94%
CMYK 25.74% 13.08% 0.00%
7.06%

Color #B0CEED in popluar number systems.

HEX B0 CE ED
Decimal 176 206 237
Binary 10110000 11001110 11101101
Octal 260 316 355

Shades and tints

Shades of #B0CEED

#B0CEED
(176,206,237)
#A0BCD8
(160,188,216)
#90AAC3
(144,170,195)
#8098AE
(128,152,174)
#708699
(112,134,153)
#607484
(96,116,132)
#50626F
(80,98,111)
#40505A
(64,80,90)
#303E45
(48,62,69)
#202C30
(32,44,48)
#101A1B
(16,26,27)
#000000
(0,0,0)

Tints of #B0CEED

#B0CEED
(176,206,237)
#B7D2EE
(183,210,238)
#BED6EF
(190,214,239)
#C5DAF0
(197,218,240)
#CCDEF1
(204,222,241)
#D3E2F2
(211,226,242)
#DAE6F3
(218,230,243)
#E1EAF4
(225,234,244)
#E8EEF5
(232,238,245)
#EFF2F6
(239,242,246)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CEED; }

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

This text font color is #B0CEED.

Background Color

.myBgColor { background-color: #B0CEED; }

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

This div background color is #B0CEED.

Border color

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

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

This div border color is #B0CEED.

Opacity

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

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

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

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

This text has shadow with #B0CEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0CEED.

Preview

Color preview on black background

This text has color #B0CEED on black background.


Color preview on white background

This text has color #B0CEED on white background.


Black color preview on #B0CEED background

This text has black color on #B0CEED background.


White color preview on #B0CEED background

This text has white color on #B0CEED background.


Related colors

Complementary color

Complementary color for #hex is #4F3112.


I love getcolorcode.com

Triadic colors

1 #EDB0CE and #CEEDB0 with #B0CEED are triadic colors.

2 #EDCEB0 and #CEB0ED with #B0CEED are triadic colors.