COLOR #B8D1D1

HEX: #B8D1D1
RGB: (184,209,209)

Color info

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

RGB color model

#B8D1D1 color RGB value is (184,209,209).

  • red value is 184;
  • green value is 209;
  • blue value is 209.
RGB:
(184,209,209)
(72%,82%,82%)

RGB channels and saturation

R 184 of 255 = 72%
G 209 of 255 = 82%
B 209 of 255 = 82%

184
209
209

R + G + B ~ 79%. #B8D1D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 209 + 209 = 602 (100%)
R 184 of 602 ~ 30.56%
G 209 of 602 ~ 34.72%
B 209 of 602 ~ 34.72%

%30.56
%34.72
%34.72

CMYK color model

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

  • cyan value is 11.96%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(12,0,0,18)
C12M0Y0K18 
(12%,0%,0%,18%)
(0.12/0.00/0.00/0.18)	

CMYK percentages

%11.96
%0
%0
%18.04

Codes

Color #B8D1D1 in popluar color models

B8D1D1
RGB184209209
HSL180°21.37%77.06%
HSB/HSV180°11.96%81.96%
CMYK11.96%0.00%0.00%
18.04%

Color #B8D1D1 in popluar number systems.

HEXB8D1D1
Decimal184209209
Binary101110001101000111010001
Octal270321321

Shades and tints

Shades of #B8D1D1

#B8D1D1
(184,209,209)
#A8BEBE
(168,190,190)
#98ABAB
(152,171,171)
#889898
(136,152,152)
#788585
(120,133,133)
#687272
(104,114,114)
#585F5F
(88,95,95)
#484C4C
(72,76,76)
#383939
(56,57,57)
#282626
(40,38,38)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #B8D1D1

#B8D1D1
(184,209,209)
#BED5D5
(190,213,213)
#C4D9D9
(196,217,217)
#CADDDD
(202,221,221)
#D0E1E1
(208,225,225)
#D6E5E5
(214,229,229)
#DCE9E9
(220,233,233)
#E2EDED
(226,237,237)
#E8F1F1
(232,241,241)
#EEF5F5
(238,245,245)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8D1D1; }

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

This text font color is #B8D1D1.


Background Color

.myBgColor { background-color: #B8D1D1; }

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

This div background color is #B8D1D1.


Border color

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

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

This div border color is #B8D1D1.


Opacity

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

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

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

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

This text has shadow with #B8D1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D1D1 on black background.


Color preview on white background

This text has color #B8D1D1 on white background.



Black color preview on #B8D1D1 background

This text has black color on #B8D1D1 background.


White color preview on #B8D1D1 background

This text has white color on #B8D1D1 background.