COLOR #B8D4DB

HEX: #B8D4DB
RGB: (184,212,219)

Color info

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

RGB color model

#B8D4DB color RGB value is (184,212,219).

  • red value is 184;
  • green value is 212;
  • blue value is 219.
RGB:
(184,212,219)
(72%,83%,86%)

RGB channels and saturation

R 184 of 255 = 72%
G 212 of 255 = 83%
B 219 of 255 = 86%

184
212
219

R + G + B ~ 80%. #B8D4DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 212 + 219 = 615 (100%)
R 184 of 615 ~ 29.92%
G 212 of 615 ~ 34.47%
B 219 of 615 ~ 35.61%

%29.92
%34.47
%35.61

CMYK color model

#B8D4DB color CMYK value is (16,3,0,14).

  • cyan value is 15.98%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(16,3,0,14)
C16M3Y0K14 
(16%,3%,0%,14%)
(0.16/0.03/0.00/0.14)	

CMYK percentages

%15.98
%3.2
%0
%14.12

Codes

Color #B8D4DB in popluar color models

B8D4DB
RGB184212219
HSL192°32.71%79.02%
HSB/HSV192°15.98%85.88%
CMYK15.98%3.20%0.00%
14.12%

Color #B8D4DB in popluar number systems.

HEXB8D4DB
Decimal184212219
Binary101110001101010011011011
Octal270324333

Shades and tints

Shades of #B8D4DB

#B8D4DB
(184,212,219)
#A8C1C8
(168,193,200)
#98AEB5
(152,174,181)
#889BA2
(136,155,162)
#78888F
(120,136,143)
#68757C
(104,117,124)
#586269
(88,98,105)
#484F56
(72,79,86)
#383C43
(56,60,67)
#282930
(40,41,48)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #B8D4DB

#B8D4DB
(184,212,219)
#BED7DE
(190,215,222)
#C4DAE1
(196,218,225)
#CADDE4
(202,221,228)
#D0E0E7
(208,224,231)
#D6E3EA
(214,227,234)
#DCE6ED
(220,230,237)
#E2E9F0
(226,233,240)
#E8ECF3
(232,236,243)
#EEEFF6
(238,239,246)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8D4DB; }

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

This text font color is #B8D4DB.


Background Color

.myBgColor { background-color: #B8D4DB; }

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

This div background color is #B8D4DB.


Border color

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

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

This div border color is #B8D4DB.


Opacity

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

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

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

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

This text has shadow with #B8D4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D4DB on black background.


Color preview on white background

This text has color #B8D4DB on white background.



Black color preview on #B8D4DB background

This text has black color on #B8D4DB background.


White color preview on #B8D4DB background

This text has white color on #B8D4DB background.