COLOR #B7D7DC

HEX: #B7D7DC
RGB: (183,215,220)

Color info

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

RGB color model

#B7D7DC color RGB value is (183,215,220).

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

RGB channels and saturation

R 183 of 255 = 72%
G 215 of 255 = 84%
B 220 of 255 = 86%

183
215
220

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

Portions of RGB colors in percentages

R + G + B =
183 + 215 + 220 = 618 (100%)
R 183 of 618 ~ 29.61%
G 215 of 618 ~ 34.79%
B 220 of 618 ~ 35.6%

%29.61
%34.79
%35.6

CMYK color model

#B7D7DC color CMYK value is (17,2,0,14).

  • cyan value is 16.82%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(17,2,0,14)
C17M2Y0K14 
(17%,2%,0%,14%)
(0.17/0.02/0.00/0.14)	

CMYK percentages

%16.82
%2.27
%0
%13.73

Codes

Color #B7D7DC in popluar color models

B7D7DC
RGB183215220
HSL188°34.58%79.02%
HSB/HSV188°16.82%86.27%
CMYK16.82%2.27%0.00%
13.73%

Color #B7D7DC in popluar number systems.

HEXB7D7DC
Decimal183215220
Binary101101111101011111011100
Octal267327334

Shades and tints

Shades of #B7D7DC

#B7D7DC
(183,215,220)
#A7C4C8
(167,196,200)
#97B1B4
(151,177,180)
#879EA0
(135,158,160)
#778B8C
(119,139,140)
#677878
(103,120,120)
#576564
(87,101,100)
#475250
(71,82,80)
#373F3C
(55,63,60)
#272C28
(39,44,40)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #B7D7DC

#B7D7DC
(183,215,220)
#BDDADF
(189,218,223)
#C3DDE2
(195,221,226)
#C9E0E5
(201,224,229)
#CFE3E8
(207,227,232)
#D5E6EB
(213,230,235)
#DBE9EE
(219,233,238)
#E1ECF1
(225,236,241)
#E7EFF4
(231,239,244)
#EDF2F7
(237,242,247)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D7DC; }

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

This text font color is #B7D7DC.


Background Color

.myBgColor { background-color: #B7D7DC; }

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

This div background color is #B7D7DC.


Border color

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

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

This div border color is #B7D7DC.


Opacity

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

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

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

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

This text has shadow with #B7D7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D7DC on black background.


Color preview on white background

This text has color #B7D7DC on white background.



Black color preview on #B7D7DC background

This text has black color on #B7D7DC background.


White color preview on #B7D7DC background

This text has white color on #B7D7DC background.