COLOR #B8E1D7

HEX: #B8E1D7 RGB: (184,225,215)

Color info

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

RGB color model

#B8E1D7 color RGB value is (184,225,215).

RGB: (184,225,215) (72%, 88%, 84%)

RGB channels and saturation

R 184 of 255 = 72%
G 225 of 255 = 88%
B 215 of 255 = 84%

184
225
215

R + G + B ~ 81%. #B8E1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 225 + 215 = 624 (100%)
R 184 of 624 ~ 29.49%
G 225 of 624 ~ 36.06%
B 215 of 624 ~ 34.46'%

%29.49
%36.06
%34.46

CMYK color model

#B8E1D7 color CMYK value is (18,0,4,12).

  • cyan value is 18.22%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 11.76%
CMYK: (18,0,4,12) C18M0Y4K12 (18%,0%,4%,12%) (0.18/0.00/0.04/0.12) 

CMYK percentages

%18.22
%0
%4.44
%11.76

Codes

Color #B8E1D7 in popluar color models

B8 E1 D7
RGB 184 225 215
HSL 165° 40.59% 80.20%
HSB/HSV 165° 18.22% 88.24%
CMYK 18.22% 0.00% 4.44%
11.76%

Color #B8E1D7 in popluar number systems.

HEX B8 E1 D7
Decimal 184 225 215
Binary 10111000 11100001 11010111
Octal 270 341 327

Shades and tints

Shades of #B8E1D7

#B8E1D7
(184,225,215)
#A8CDC4
(168,205,196)
#98B9B1
(152,185,177)
#88A59E
(136,165,158)
#78918B
(120,145,139)
#687D78
(104,125,120)
#586965
(88,105,101)
#485552
(72,85,82)
#38413F
(56,65,63)
#282D2C
(40,45,44)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #B8E1D7

#B8E1D7
(184,225,215)
#BEE3DA
(190,227,218)
#C4E5DD
(196,229,221)
#CAE7E0
(202,231,224)
#D0E9E3
(208,233,227)
#D6EBE6
(214,235,230)
#DCEDE9
(220,237,233)
#E2EFEC
(226,239,236)
#E8F1EF
(232,241,239)
#EEF3F2
(238,243,242)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E1D7; }

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

This text font color is #B8E1D7.

Background Color

.myBgColor { background-color: #B8E1D7; }

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

This div background color is #B8E1D7.

Border color

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

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

This div border color is #B8E1D7.

Opacity

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

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

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

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

This text has shadow with #B8E1D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8E1D7.

Preview

Color preview on black background

This text has color #B8E1D7 on black background.


Color preview on white background

This text has color #B8E1D7 on white background.


Black color preview on #B8E1D7 background

This text has black color on #B8E1D7 background.


White color preview on #B8E1D7 background

This text has white color on #B8E1D7 background.


Related colors

Complementary color

Complementary color for #hex is #471E28.


I love getcolorcode.com

Triadic colors

1 #D7B8E1 and #E1D7B8 with #B8E1D7 are triadic colors.

2 #D7E1B8 and #E1B8D7 with #B8E1D7 are triadic colors.