COLOR #B8CFE2

HEX: #B8CFE2
RGB: (184,207,226)

Color info

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

RGB color model

#B8CFE2 color RGB value is (184,207,226).

  • red value is 184;
  • green value is 207;
  • blue value is 226.
RGB:
(184,207,226)
(72%,81%,89%)

RGB channels and saturation

R 184 of 255 = 72%
G 207 of 255 = 81%
B 226 of 255 = 89%

184
207
226

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

Portions of RGB colors in percentages

R + G + B =
184 + 207 + 226 = 617 (100%)
R 184 of 617 ~ 29.82%
G 207 of 617 ~ 33.55%
B 226 of 617 ~ 36.63%

%29.82
%33.55
%36.63

CMYK color model

#B8CFE2 color CMYK value is (19,8,0,11).

  • cyan value is 18.58%
  • magenta value is 8.41%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(19,8,0,11)
C19M8Y0K11 
(19%,8%,0%,11%)
(0.19/0.08/0.00/0.11)	

CMYK percentages

%18.58
%8.41
%0
%11.37

Codes

Color #B8CFE2 in popluar color models

B8CFE2
RGB184207226
HSL207°42.00%80.39%
HSB/HSV207°18.58%88.63%
CMYK18.58%8.41%0.00%
11.37%

Color #B8CFE2 in popluar number systems.

HEXB8CFE2
Decimal184207226
Binary101110001100111111100010
Octal270317342

Shades and tints

Shades of #B8CFE2

#B8CFE2
(184,207,226)
#A8BDCE
(168,189,206)
#98ABBA
(152,171,186)
#8899A6
(136,153,166)
#788792
(120,135,146)
#68757E
(104,117,126)
#58636A
(88,99,106)
#485156
(72,81,86)
#383F42
(56,63,66)
#282D2E
(40,45,46)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #B8CFE2

#B8CFE2
(184,207,226)
#BED3E4
(190,211,228)
#C4D7E6
(196,215,230)
#CADBE8
(202,219,232)
#D0DFEA
(208,223,234)
#D6E3EC
(214,227,236)
#DCE7EE
(220,231,238)
#E2EBF0
(226,235,240)
#E8EFF2
(232,239,242)
#EEF3F4
(238,243,244)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8CFE2 color. Also use rgb(184,207,226) instead hex code.

Text Font Color

.myTextColor { color: #B8CFE2; }

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

This text font color is #B8CFE2.


Background Color

.myBgColor { background-color: #B8CFE2; }

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

This div background color is #B8CFE2.


Border color

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

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

This div border color is #B8CFE2.


Opacity

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

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

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

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

This text has shadow with #B8CFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CFE2 on black background.


Color preview on white background

This text has color #B8CFE2 on white background.



Black color preview on #B8CFE2 background

This text has black color on #B8CFE2 background.


White color preview on #B8CFE2 background

This text has white color on #B8CFE2 background.