COLOR #B8D7F2

HEX: #B8D7F2
RGB: (184,215,242)

Color info

#B8D7F2 contains red, green and blue colors in about the same proportion. Web safe color of #B8D7F2 is #CCCCFF (or #CCF).

RGB color model

#B8D7F2 color RGB value is (184,215,242).

  • red value is 184;
  • green value is 215;
  • blue value is 242.
RGB:
(184,215,242)
(72%,84%,95%)

RGB channels and saturation

R 184 of 255 = 72%
G 215 of 255 = 84%
B 242 of 255 = 95%

184
215
242

R + G + B ~ 84%. #B8D7F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 215 + 242 = 641 (100%)
R 184 of 641 ~ 28.71%
G 215 of 641 ~ 33.54%
B 242 of 641 ~ 37.75%

%28.71
%33.54
%37.75

CMYK color model

#B8D7F2 color CMYK value is (24,11,0,5).

  • cyan value is 23.97%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(24,11,0,5)
C24M11Y0K5 
(24%,11%,0%,5%)
(0.24/0.11/0.00/0.05)	

CMYK percentages

%23.97
%11.16
%0
%5.1

Codes

Color #B8D7F2 in popluar color models

B8D7F2
RGB184215242
HSL208°69.05%83.53%
HSB/HSV208°23.97%94.90%
CMYK23.97%11.16%0.00%
5.10%

Color #B8D7F2 in popluar number systems.

HEXB8D7F2
Decimal184215242
Binary101110001101011111110010
Octal270327362

Shades and tints

Shades of #B8D7F2

#B8D7F2
(184,215,242)
#A8C4DC
(168,196,220)
#98B1C6
(152,177,198)
#889EB0
(136,158,176)
#788B9A
(120,139,154)
#687884
(104,120,132)
#58656E
(88,101,110)
#485258
(72,82,88)
#383F42
(56,63,66)
#282C2C
(40,44,44)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #B8D7F2

#B8D7F2
(184,215,242)
#BEDAF3
(190,218,243)
#C4DDF4
(196,221,244)
#CAE0F5
(202,224,245)
#D0E3F6
(208,227,246)
#D6E6F7
(214,230,247)
#DCE9F8
(220,233,248)
#E2ECF9
(226,236,249)
#E8EFFA
(232,239,250)
#EEF2FB
(238,242,251)
#F4F5FC
(244,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D7F2 color. Also use rgb(184,215,242) instead hex code.

Text Font Color

.myTextColor { color: #B8D7F2; }

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

This text font color is #B8D7F2.


Background Color

.myBgColor { background-color: #B8D7F2; }

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

This div background color is #B8D7F2.


Border color

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

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

This div border color is #B8D7F2.


Opacity

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

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

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

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

This text has shadow with #B8D7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D7F2 on black background.


Color preview on white background

This text has color #B8D7F2 on white background.



Black color preview on #B8D7F2 background

This text has black color on #B8D7F2 background.


White color preview on #B8D7F2 background

This text has white color on #B8D7F2 background.