COLOR #B8D9F1

HEX: #B8D9F1 RGB: (184,217,241)

Color info

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

RGB color model

#B8D9F1 color RGB value is (184,217,241).

RGB: (184,217,241) (72%, 85%, 95%)

RGB channels and saturation

R 184 of 255 = 72%
G 217 of 255 = 85%
B 241 of 255 = 95%

184
217
241

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

Portions of RGB colors in percentages

R + G + B = 184 + 217 + 241 = 642 (100%)
R 184 of 642 ~ 28.66%
G 217 of 642 ~ 33.8%
B 241 of 642 ~ 37.54'%

%28.66
%33.8
%37.54

CMYK color model

#B8D9F1 color CMYK value is (24,10,0,5).

  • cyan value is 23.65%
  • magenta value is 9.96%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (24,10,0,5)
C24M10Y0K5 (24%, 10%, 0%, 5%)
(0.24 / 0.10 / 0.00 / 0.05)

CMYK percentages

%23.65
%9.96
%0
%5.49

Codes

Color #B8D9F1 in popluar color models

B8 D9 F1
RGB 184 217 241
HSL 205° 67.06% 83.33%
HSB/HSV 205° 23.65% 94.51%
CMYK 23.65% 9.96% 0.00%
5.49%

Color #B8D9F1 in popluar number systems.

HEX B8 D9 F1
Decimal 184 217 241
Binary 10111000 11011001 11110001
Octal 270 331 361

Shades and tints

Shades of #B8D9F1

#B8D9F1
(184,217,241)
#A8C6DC
(168,198,220)
#98B3C7
(152,179,199)
#88A0B2
(136,160,178)
#788D9D
(120,141,157)
#687A88
(104,122,136)
#586773
(88,103,115)
#48545E
(72,84,94)
#384149
(56,65,73)
#282E34
(40,46,52)
#181B1F
(24,27,31)
#000000
(0,0,0)

Tints of #B8D9F1

#B8D9F1
(184,217,241)
#BEDCF2
(190,220,242)
#C4DFF3
(196,223,243)
#CAE2F4
(202,226,244)
#D0E5F5
(208,229,245)
#D6E8F6
(214,232,246)
#DCEBF7
(220,235,247)
#E2EEF8
(226,238,248)
#E8F1F9
(232,241,249)
#EEF4FA
(238,244,250)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D9F1 color. Also use rgb(184,217,241) instead hex code.

Text Font Color

.myTextColor { color: #B8D9F1; }

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

This text font color is #B8D9F1.

Background Color

.myBgColor { background-color: #B8D9F1; }

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

This div background color is #B8D9F1.

Border color

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

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

This div border color is #B8D9F1.

Opacity

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

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

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

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

This text has shadow with #B8D9F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8D9F1.

Preview

Color preview on black background

This text has color #B8D9F1 on black background.


Color preview on white background

This text has color #B8D9F1 on white background.


Black color preview on #B8D9F1 background

This text has black color on #B8D9F1 background.


White color preview on #B8D9F1 background

This text has white color on #B8D9F1 background.


Related colors

Complementary color

Complementary color for #hex is #47260E.


I love getcolorcode.com

Triadic colors

1 #F1B8D9 and #D9F1B8 with #B8D9F1 are triadic colors.

2 #F1D9B8 and #D9B8F1 with #B8D9F1 are triadic colors.