COLOR #B7D6DD

HEX: #B7D6DD
RGB: (183,214,221)

Color info

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

RGB color model

#B7D6DD color RGB value is (183,214,221).

  • red value is 183;
  • green value is 214;
  • blue value is 221.
RGB:
(183,214,221)
(72%,84%,87%)

RGB channels and saturation

R 183 of 255 = 72%
G 214 of 255 = 84%
B 221 of 255 = 87%

183
214
221

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

Portions of RGB colors in percentages

R + G + B =
183 + 214 + 221 = 618 (100%)
R 183 of 618 ~ 29.61%
G 214 of 618 ~ 34.63%
B 221 of 618 ~ 35.76%

%29.61
%34.63
%35.76

CMYK color model

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

  • cyan value is 17.19%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(17,3,0,13)
C17M3Y0K13 
(17%,3%,0%,13%)
(0.17/0.03/0.00/0.13)	

CMYK percentages

%17.19
%3.17
%0
%13.33

Codes

Color #B7D6DD in popluar color models

B7D6DD
RGB183214221
HSL191°35.85%79.22%
HSB/HSV191°17.19%86.67%
CMYK17.19%3.17%0.00%
13.33%

Color #B7D6DD in popluar number systems.

HEXB7D6DD
Decimal183214221
Binary101101111101011011011101
Octal267326335

Shades and tints

Shades of #B7D6DD

#B7D6DD
(183,214,221)
#A7C3C9
(167,195,201)
#97B0B5
(151,176,181)
#879DA1
(135,157,161)
#778A8D
(119,138,141)
#677779
(103,119,121)
#576465
(87,100,101)
#475151
(71,81,81)
#373E3D
(55,62,61)
#272B29
(39,43,41)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #B7D6DD

#B7D6DD
(183,214,221)
#BDD9E0
(189,217,224)
#C3DCE3
(195,220,227)
#C9DFE6
(201,223,230)
#CFE2E9
(207,226,233)
#D5E5EC
(213,229,236)
#DBE8EF
(219,232,239)
#E1EBF2
(225,235,242)
#E7EEF5
(231,238,245)
#EDF1F8
(237,241,248)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D6DD color. Also use rgb(183,214,221) instead hex code.

Text Font Color

.myTextColor { color: #B7D6DD; }

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

This text font color is #B7D6DD.


Background Color

.myBgColor { background-color: #B7D6DD; }

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

This div background color is #B7D6DD.


Border color

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

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

This div border color is #B7D6DD.


Opacity

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

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

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

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

This text has shadow with #B7D6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D6DD on black background.


Color preview on white background

This text has color #B7D6DD on white background.



Black color preview on #B7D6DD background

This text has black color on #B7D6DD background.


White color preview on #B7D6DD background

This text has white color on #B7D6DD background.