COLOR #B7D3CF

HEX: #B7D3CF
RGB: (183,211,207)

Color info

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

RGB color model

#B7D3CF color RGB value is (183,211,207).

  • red value is 183;
  • green value is 211;
  • blue value is 207.
RGB:
(183,211,207)
(72%,83%,81%)

RGB channels and saturation

R 183 of 255 = 72%
G 211 of 255 = 83%
B 207 of 255 = 81%

183
211
207

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

Portions of RGB colors in percentages

R + G + B =
183 + 211 + 207 = 601 (100%)
R 183 of 601 ~ 30.45%
G 211 of 601 ~ 35.11%
B 207 of 601 ~ 34.44%

%30.45
%35.11
%34.44

CMYK color model

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

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 17.25%
CMYK:
(13,0,2,17)
C13M0Y2K17 
(13%,0%,2%,17%)
(0.13/0.00/0.02/0.17)	

CMYK percentages

%13.27
%0
%1.9
%17.25

Codes

Color #B7D3CF in popluar color models

B7D3CF
RGB183211207
HSL171°24.14%77.25%
HSB/HSV171°13.27%82.75%
CMYK13.27%0.00%1.90%
17.25%

Color #B7D3CF in popluar number systems.

HEXB7D3CF
Decimal183211207
Binary101101111101001111001111
Octal267323317

Shades and tints

Shades of #B7D3CF

#B7D3CF
(183,211,207)
#A7C0BD
(167,192,189)
#97ADAB
(151,173,171)
#879A99
(135,154,153)
#778787
(119,135,135)
#677475
(103,116,117)
#576163
(87,97,99)
#474E51
(71,78,81)
#373B3F
(55,59,63)
#27282D
(39,40,45)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #B7D3CF

#B7D3CF
(183,211,207)
#BDD7D3
(189,215,211)
#C3DBD7
(195,219,215)
#C9DFDB
(201,223,219)
#CFE3DF
(207,227,223)
#D5E7E3
(213,231,227)
#DBEBE7
(219,235,231)
#E1EFEB
(225,239,235)
#E7F3EF
(231,243,239)
#EDF7F3
(237,247,243)
#F3FBF7
(243,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D3CF color. Also use rgb(183,211,207) instead hex code.

Text Font Color

.myTextColor { color: #B7D3CF; }

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

This text font color is #B7D3CF.


Background Color

.myBgColor { background-color: #B7D3CF; }

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

This div background color is #B7D3CF.


Border color

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

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

This div border color is #B7D3CF.


Opacity

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

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

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

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

This text has shadow with #B7D3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D3CF on black background.


Color preview on white background

This text has color #B7D3CF on white background.



Black color preview on #B7D3CF background

This text has black color on #B7D3CF background.


White color preview on #B7D3CF background

This text has white color on #B7D3CF background.