COLOR #B8D7EF

HEX: #B8D7EF RGB: (184,215,239)

Color info

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

RGB color model

#B8D7EF color RGB value is (184,215,239).

RGB: (184,215,239) (72%, 84%, 94%)

RGB channels and saturation

R 184 of 255 = 72%
G 215 of 255 = 84%
B 239 of 255 = 94%

184
215
239

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

Portions of RGB colors in percentages

R + G + B = 184 + 215 + 239 = 638 (100%)
R 184 of 638 ~ 28.84%
G 215 of 638 ~ 33.7%
B 239 of 638 ~ 37.46'%

%28.84
%33.7
%37.46

CMYK color model

#B8D7EF color CMYK value is (23,10,0,6).

  • cyan value is 23.01%
  • magenta value is 10.04%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (23,10,0,6) C23M10Y0K6 (23%,10%,0%,6%) (0.23/0.10/0.00/0.06) 

CMYK percentages

%23.01
%10.04
%0
%6.27

Codes

Color #B8D7EF in popluar color models

B8 D7 EF
RGB 184 215 239
HSL 206° 63.22% 82.94%
HSB/HSV 206° 23.01% 93.73%
CMYK 23.01% 10.04% 0.00%
6.27%

Color #B8D7EF in popluar number systems.

HEX B8 D7 EF
Decimal 184 215 239
Binary 10111000 11010111 11101111
Octal 270 327 357

Shades and tints

Shades of #B8D7EF

#B8D7EF
(184,215,239)
#A8C4DA
(168,196,218)
#98B1C5
(152,177,197)
#889EB0
(136,158,176)
#788B9B
(120,139,155)
#687886
(104,120,134)
#586571
(88,101,113)
#48525C
(72,82,92)
#383F47
(56,63,71)
#282C32
(40,44,50)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #B8D7EF

#B8D7EF
(184,215,239)
#BEDAF0
(190,218,240)
#C4DDF1
(196,221,241)
#CAE0F2
(202,224,242)
#D0E3F3
(208,227,243)
#D6E6F4
(214,230,244)
#DCE9F5
(220,233,245)
#E2ECF6
(226,236,246)
#E8EFF7
(232,239,247)
#EEF2F8
(238,242,248)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8D7EF; }

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

This text font color is #B8D7EF.

Background Color

.myBgColor { background-color: #B8D7EF; }

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

This div background color is #B8D7EF.

Border color

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

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

This div border color is #B8D7EF.

Opacity

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

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

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

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

This text has shadow with #B8D7EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8D7EF.

Preview

Color preview on black background

This text has color #B8D7EF on black background.


Color preview on white background

This text has color #B8D7EF on white background.


Black color preview on #B8D7EF background

This text has black color on #B8D7EF background.


White color preview on #B8D7EF background

This text has white color on #B8D7EF background.


Related colors

Complementary color

Complementary color for #hex is #472810.


I love getcolorcode.com

Triadic colors

1 #EFB8D7 and #D7EFB8 with #B8D7EF are triadic colors.

2 #EFD7B8 and #D7B8EF with #B8D7EF are triadic colors.