COLOR #B7D1D4

HEX: #B7D1D4
RGB: (183,209,212)

Color info

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

RGB color model

#B7D1D4 color RGB value is (183,209,212).

  • red value is 183;
  • green value is 209;
  • blue value is 212.
RGB:
(183,209,212)
(72%,82%,83%)

RGB channels and saturation

R 183 of 255 = 72%
G 209 of 255 = 82%
B 212 of 255 = 83%

183
209
212

R + G + B ~ 79%. #B7D1D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 209 + 212 = 604 (100%)
R 183 of 604 ~ 30.3%
G 209 of 604 ~ 34.6%
B 212 of 604 ~ 35.1%

%30.3
%34.6
%35.1

CMYK color model

#B7D1D4 color CMYK value is (14,1,0,17).

  • cyan value is 13.68%
  • magenta value is 1.42%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(14,1,0,17)
C14M1Y0K17 
(14%,1%,0%,17%)
(0.14/0.01/0.00/0.17)	

CMYK percentages

%13.68
%1.42
%0
%16.86

Codes

Color #B7D1D4 in popluar color models

B7D1D4
RGB183209212
HSL186°25.22%77.45%
HSB/HSV186°13.68%83.14%
CMYK13.68%1.42%0.00%
16.86%

Color #B7D1D4 in popluar number systems.

HEXB7D1D4
Decimal183209212
Binary101101111101000111010100
Octal267321324

Shades and tints

Shades of #B7D1D4

#B7D1D4
(183,209,212)
#A7BEC1
(167,190,193)
#97ABAE
(151,171,174)
#87989B
(135,152,155)
#778588
(119,133,136)
#677275
(103,114,117)
#575F62
(87,95,98)
#474C4F
(71,76,79)
#37393C
(55,57,60)
#272629
(39,38,41)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #B7D1D4

#B7D1D4
(183,209,212)
#BDD5D7
(189,213,215)
#C3D9DA
(195,217,218)
#C9DDDD
(201,221,221)
#CFE1E0
(207,225,224)
#D5E5E3
(213,229,227)
#DBE9E6
(219,233,230)
#E1EDE9
(225,237,233)
#E7F1EC
(231,241,236)
#EDF5EF
(237,245,239)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D1D4 color. Also use rgb(183,209,212) instead hex code.

Text Font Color

.myTextColor { color: #B7D1D4; }

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

This text font color is #B7D1D4.


Background Color

.myBgColor { background-color: #B7D1D4; }

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

This div background color is #B7D1D4.


Border color

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

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

This div border color is #B7D1D4.


Opacity

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

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

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

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

This text has shadow with #B7D1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D1D4 on black background.


Color preview on white background

This text has color #B7D1D4 on white background.



Black color preview on #B7D1D4 background

This text has black color on #B7D1D4 background.


White color preview on #B7D1D4 background

This text has white color on #B7D1D4 background.