COLOR #B7D6D7

HEX: #B7D6D7
RGB: (183,214,215)

Color info

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

RGB color model

#B7D6D7 color RGB value is (183,214,215).

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

RGB channels and saturation

R 183 of 255 = 72%
G 214 of 255 = 84%
B 215 of 255 = 84%

183
214
215

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

Portions of RGB colors in percentages

R + G + B =
183 + 214 + 215 = 612 (100%)
R 183 of 612 ~ 29.9%
G 214 of 612 ~ 34.97%
B 215 of 612 ~ 35.13%

%29.9
%34.97
%35.13

CMYK color model

#B7D6D7 color CMYK value is (15,0,0,16).

  • cyan value is 14.88%
  • magenta value is 0.47%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(15,0,0,16)
C15M0Y0K16 
(15%,0%,0%,16%)
(0.15/0.00/0.00/0.16)	

CMYK percentages

%14.88
%0.47
%0
%15.69

Codes

Color #B7D6D7 in popluar color models

B7D6D7
RGB183214215
HSL182°28.57%78.04%
HSB/HSV182°14.88%84.31%
CMYK14.88%0.47%0.00%
15.69%

Color #B7D6D7 in popluar number systems.

HEXB7D6D7
Decimal183214215
Binary101101111101011011010111
Octal267326327

Shades and tints

Shades of #B7D6D7

#B7D6D7
(183,214,215)
#A7C3C4
(167,195,196)
#97B0B1
(151,176,177)
#879D9E
(135,157,158)
#778A8B
(119,138,139)
#677778
(103,119,120)
#576465
(87,100,101)
#475152
(71,81,82)
#373E3F
(55,62,63)
#272B2C
(39,43,44)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #B7D6D7

#B7D6D7
(183,214,215)
#BDD9DA
(189,217,218)
#C3DCDD
(195,220,221)
#C9DFE0
(201,223,224)
#CFE2E3
(207,226,227)
#D5E5E6
(213,229,230)
#DBE8E9
(219,232,233)
#E1EBEC
(225,235,236)
#E7EEEF
(231,238,239)
#EDF1F2
(237,241,242)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D6D7; }

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

This text font color is #B7D6D7.


Background Color

.myBgColor { background-color: #B7D6D7; }

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

This div background color is #B7D6D7.


Border color

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

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

This div border color is #B7D6D7.


Opacity

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

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

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

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

This text has shadow with #B7D6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D6D7 on black background.


Color preview on white background

This text has color #B7D6D7 on white background.



Black color preview on #B7D6D7 background

This text has black color on #B7D6D7 background.


White color preview on #B7D6D7 background

This text has white color on #B7D6D7 background.