COLOR #B0CFEE

HEX: #B0CFEE RGB: (176,207,238)

Color info

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

RGB color model

#B0CFEE color RGB value is (176,207,238).

RGB: (176,207,238) (69%, 81%, 93%)

RGB channels and saturation

R 176 of 255 = 69%
G 207 of 255 = 81%
B 238 of 255 = 93%

176
207
238

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

Portions of RGB colors in percentages

R + G + B = 176 + 207 + 238 = 621 (100%)
R 176 of 621 ~ 28.34%
G 207 of 621 ~ 33.33%
B 238 of 621 ~ 38.33'%

%28.34
%33.33
%38.33

CMYK color model

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

  • cyan value is 26.05%
  • magenta value is 13.03%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (26,13,0,7)
C26M13Y0K7 (26%, 13%, 0%, 7%)
(0.26 / 0.13 / 0.00 / 0.07)

CMYK percentages

%26.05
%13.03
%0
%6.67

Codes

Color #B0CFEE in popluar color models

B0 CF EE
RGB 176 207 238
HSL 210° 64.58% 81.18%
HSB/HSV 210° 26.05% 93.33%
CMYK 26.05% 13.03% 0.00%
6.67%

Color #B0CFEE in popluar number systems.

HEX B0 CF EE
Decimal 176 207 238
Binary 10110000 11001111 11101110
Octal 260 317 356

Shades and tints

Shades of #B0CFEE

#B0CFEE
(176,207,238)
#A0BDD9
(160,189,217)
#90ABC4
(144,171,196)
#8099AF
(128,153,175)
#70879A
(112,135,154)
#607585
(96,117,133)
#506370
(80,99,112)
#40515B
(64,81,91)
#303F46
(48,63,70)
#202D31
(32,45,49)
#101B1C
(16,27,28)
#000000
(0,0,0)

Tints of #B0CFEE

#B0CFEE
(176,207,238)
#B7D3EF
(183,211,239)
#BED7F0
(190,215,240)
#C5DBF1
(197,219,241)
#CCDFF2
(204,223,242)
#D3E3F3
(211,227,243)
#DAE7F4
(218,231,244)
#E1EBF5
(225,235,245)
#E8EFF6
(232,239,246)
#EFF3F7
(239,243,247)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CFEE color. Also use rgb(176,207,238) instead hex code.

Text Font Color

.myTextColor { color: #B0CFEE; }

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

This text font color is #B0CFEE.

Background Color

.myBgColor { background-color: #B0CFEE; }

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

This div background color is #B0CFEE.

Border color

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

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

This div border color is #B0CFEE.

Opacity

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

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

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

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

This text has shadow with #B0CFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0CFEE.

Preview

Color preview on black background

This text has color #B0CFEE on black background.


Color preview on white background

This text has color #B0CFEE on white background.


Black color preview on #B0CFEE background

This text has black color on #B0CFEE background.


White color preview on #B0CFEE background

This text has white color on #B0CFEE background.


Related colors

Complementary color

Complementary color for #hex is #4F3011.


I love getcolorcode.com

Triadic colors

1 #EEB0CF and #CFEEB0 with #B0CFEE are triadic colors.

2 #EECFB0 and #CFB0EE with #B0CFEE are triadic colors.