COLOR #B8DFE3

HEX: #B8DFE3
RGB: (184,223,227)

Color info

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

RGB color model

#B8DFE3 color RGB value is (184,223,227).

  • red value is 184;
  • green value is 223;
  • blue value is 227.
RGB:
(184,223,227)
(72%,87%,89%)

RGB channels and saturation

R 184 of 255 = 72%
G 223 of 255 = 87%
B 227 of 255 = 89%

184
223
227

R + G + B ~ 83%. #B8DFE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 223 + 227 = 634 (100%)
R 184 of 634 ~ 29.02%
G 223 of 634 ~ 35.17%
B 227 of 634 ~ 35.8%

%29.02
%35.17
%35.8

CMYK color model

#B8DFE3 color CMYK value is (19,2,0,11).

  • cyan value is 18.94%
  • magenta value is 1.76%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(19,2,0,11)
C19M2Y0K11 
(19%,2%,0%,11%)
(0.19/0.02/0.00/0.11)	

CMYK percentages

%18.94
%1.76
%0
%10.98

Codes

Color #B8DFE3 in popluar color models

B8DFE3
RGB184223227
HSL186°43.43%80.59%
HSB/HSV186°18.94%89.02%
CMYK18.94%1.76%0.00%
10.98%

Color #B8DFE3 in popluar number systems.

HEXB8DFE3
Decimal184223227
Binary101110001101111111100011
Octal270337343

Shades and tints

Shades of #B8DFE3

#B8DFE3
(184,223,227)
#A8CBCF
(168,203,207)
#98B7BB
(152,183,187)
#88A3A7
(136,163,167)
#788F93
(120,143,147)
#687B7F
(104,123,127)
#58676B
(88,103,107)
#485357
(72,83,87)
#383F43
(56,63,67)
#282B2F
(40,43,47)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #B8DFE3

#B8DFE3
(184,223,227)
#BEE1E5
(190,225,229)
#C4E3E7
(196,227,231)
#CAE5E9
(202,229,233)
#D0E7EB
(208,231,235)
#D6E9ED
(214,233,237)
#DCEBEF
(220,235,239)
#E2EDF1
(226,237,241)
#E8EFF3
(232,239,243)
#EEF1F5
(238,241,245)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8DFE3 color. Also use rgb(184,223,227) instead hex code.

Text Font Color

.myTextColor { color: #B8DFE3; }

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

This text font color is #B8DFE3.


Background Color

.myBgColor { background-color: #B8DFE3; }

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

This div background color is #B8DFE3.


Border color

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

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

This div border color is #B8DFE3.


Opacity

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

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

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

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

This text has shadow with #B8DFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DFE3 on black background.


Color preview on white background

This text has color #B8DFE3 on white background.



Black color preview on #B8DFE3 background

This text has black color on #B8DFE3 background.


White color preview on #B8DFE3 background

This text has white color on #B8DFE3 background.