COLOR #B7D3CB

HEX: #B7D3CB
RGB: (183,211,203)

Color info

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

RGB color model

#B7D3CB color RGB value is (183,211,203).

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

RGB channels and saturation

R 183 of 255 = 72%
G 211 of 255 = 83%
B 203 of 255 = 80%

183
211
203

R + G + B ~ 78%. #B7D3CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 211 + 203 = 597 (100%)
R 183 of 597 ~ 30.65%
G 211 of 597 ~ 35.34%
B 203 of 597 ~ 34%

%30.65
%35.34
%34

CMYK color model

#B7D3CB color CMYK value is (13,0,4,17).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 3.79%
  • key color value is 17.25%
CMYK:
(13,0,4,17)
C13M0Y4K17 
(13%,0%,4%,17%)
(0.13/0.00/0.04/0.17)	

CMYK percentages

%13.27
%0
%3.79
%17.25

Codes

Color #B7D3CB in popluar color models

B7D3CB
RGB183211203
HSL163°24.14%77.25%
HSB/HSV163°13.27%82.75%
CMYK13.27%0.00%3.79%
17.25%

Color #B7D3CB in popluar number systems.

HEXB7D3CB
Decimal183211203
Binary101101111101001111001011
Octal267323313

Shades and tints

Shades of #B7D3CB

#B7D3CB
(183,211,203)
#A7C0B9
(167,192,185)
#97ADA7
(151,173,167)
#879A95
(135,154,149)
#778783
(119,135,131)
#677471
(103,116,113)
#57615F
(87,97,95)
#474E4D
(71,78,77)
#373B3B
(55,59,59)
#272829
(39,40,41)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #B7D3CB

#B7D3CB
(183,211,203)
#BDD7CF
(189,215,207)
#C3DBD3
(195,219,211)
#C9DFD7
(201,223,215)
#CFE3DB
(207,227,219)
#D5E7DF
(213,231,223)
#DBEBE3
(219,235,227)
#E1EFE7
(225,239,231)
#E7F3EB
(231,243,235)
#EDF7EF
(237,247,239)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D3CB; }

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

This text font color is #B7D3CB.


Background Color

.myBgColor { background-color: #B7D3CB; }

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

This div background color is #B7D3CB.


Border color

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

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

This div border color is #B7D3CB.


Opacity

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

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

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

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

This text has shadow with #B7D3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D3CB on black background.


Color preview on white background

This text has color #B7D3CB on white background.



Black color preview on #B7D3CB background

This text has black color on #B7D3CB background.


White color preview on #B7D3CB background

This text has white color on #B7D3CB background.