COLOR #B8DDDE

HEX: #B8DDDE
RGB: (184,221,222)

Color info

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

RGB color model

#B8DDDE color RGB value is (184,221,222).

  • red value is 184;
  • green value is 221;
  • blue value is 222.
RGB:
(184,221,222)
(72%,87%,87%)

RGB channels and saturation

R 184 of 255 = 72%
G 221 of 255 = 87%
B 222 of 255 = 87%

184
221
222

R + G + B ~ 82%. #B8DDDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 221 + 222 = 627 (100%)
R 184 of 627 ~ 29.35%
G 221 of 627 ~ 35.25%
B 222 of 627 ~ 35.41%

%29.35
%35.25
%35.41

CMYK color model

#B8DDDE color CMYK value is (17,0,0,13).

  • cyan value is 17.12%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(17,0,0,13)
C17M0Y0K13 
(17%,0%,0%,13%)
(0.17/0.00/0.00/0.13)	

CMYK percentages

%17.12
%0.45
%0
%12.94

Codes

Color #B8DDDE in popluar color models

B8DDDE
RGB184221222
HSL182°36.54%79.61%
HSB/HSV182°17.12%87.06%
CMYK17.12%0.45%0.00%
12.94%

Color #B8DDDE in popluar number systems.

HEXB8DDDE
Decimal184221222
Binary101110001101110111011110
Octal270335336

Shades and tints

Shades of #B8DDDE

#B8DDDE
(184,221,222)
#A8C9CA
(168,201,202)
#98B5B6
(152,181,182)
#88A1A2
(136,161,162)
#788D8E
(120,141,142)
#68797A
(104,121,122)
#586566
(88,101,102)
#485152
(72,81,82)
#383D3E
(56,61,62)
#28292A
(40,41,42)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #B8DDDE

#B8DDDE
(184,221,222)
#BEE0E1
(190,224,225)
#C4E3E4
(196,227,228)
#CAE6E7
(202,230,231)
#D0E9EA
(208,233,234)
#D6ECED
(214,236,237)
#DCEFF0
(220,239,240)
#E2F2F3
(226,242,243)
#E8F5F6
(232,245,246)
#EEF8F9
(238,248,249)
#F4FBFC
(244,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DDDE; }

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

This text font color is #B8DDDE.


Background Color

.myBgColor { background-color: #B8DDDE; }

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

This div background color is #B8DDDE.


Border color

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

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

This div border color is #B8DDDE.


Opacity

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

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

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

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

This text has shadow with #B8DDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DDDE on black background.


Color preview on white background

This text has color #B8DDDE on white background.



Black color preview on #B8DDDE background

This text has black color on #B8DDDE background.


White color preview on #B8DDDE background

This text has white color on #B8DDDE background.