COLOR #B8DAF2

HEX: #B8DAF2
RGB: (184,218,242)

Color info

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

RGB color model

#B8DAF2 color RGB value is (184,218,242).

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

RGB channels and saturation

R 184 of 255 = 72%
G 218 of 255 = 85%
B 242 of 255 = 95%

184
218
242

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

Portions of RGB colors in percentages

R + G + B =
184 + 218 + 242 = 644 (100%)
R 184 of 644 ~ 28.57%
G 218 of 644 ~ 33.85%
B 242 of 644 ~ 37.58%

%28.57
%33.85
%37.58

CMYK color model

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

  • cyan value is 23.97%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(24,10,0,5)
C24M10Y0K5 
(24%,10%,0%,5%)
(0.24/0.10/0.00/0.05)	

CMYK percentages

%23.97
%9.92
%0
%5.1

Codes

Color #B8DAF2 in popluar color models

B8DAF2
RGB184218242
HSL205°69.05%83.53%
HSB/HSV205°23.97%94.90%
CMYK23.97%9.92%0.00%
5.10%

Color #B8DAF2 in popluar number systems.

HEXB8DAF2
Decimal184218242
Binary101110001101101011110010
Octal270332362

Shades and tints

Shades of #B8DAF2

#B8DAF2
(184,218,242)
#A8C7DC
(168,199,220)
#98B4C6
(152,180,198)
#88A1B0
(136,161,176)
#788E9A
(120,142,154)
#687B84
(104,123,132)
#58686E
(88,104,110)
#485558
(72,85,88)
#384242
(56,66,66)
#282F2C
(40,47,44)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #B8DAF2

#B8DAF2
(184,218,242)
#BEDDF3
(190,221,243)
#C4E0F4
(196,224,244)
#CAE3F5
(202,227,245)
#D0E6F6
(208,230,246)
#D6E9F7
(214,233,247)
#DCECF8
(220,236,248)
#E2EFF9
(226,239,249)
#E8F2FA
(232,242,250)
#EEF5FB
(238,245,251)
#F4F8FC
(244,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DAF2; }

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

This text font color is #B8DAF2.


Background Color

.myBgColor { background-color: #B8DAF2; }

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

This div background color is #B8DAF2.


Border color

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

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

This div border color is #B8DAF2.


Opacity

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

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

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

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

This text has shadow with #B8DAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DAF2 on black background.


Color preview on white background

This text has color #B8DAF2 on white background.



Black color preview on #B8DAF2 background

This text has black color on #B8DAF2 background.


White color preview on #B8DAF2 background

This text has white color on #B8DAF2 background.