COLOR #B7D1C7

HEX: #B7D1C7
RGB: (183,209,199)

Color info

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

RGB color model

#B7D1C7 color RGB value is (183,209,199).

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

RGB channels and saturation

R 183 of 255 = 72%
G 209 of 255 = 82%
B 199 of 255 = 78%

183
209
199

R + G + B ~ 77%. #B7D1C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 209 + 199 = 591 (100%)
R 183 of 591 ~ 30.96%
G 209 of 591 ~ 35.36%
B 199 of 591 ~ 33.67%

%30.96
%35.36
%33.67

CMYK color model

#B7D1C7 color CMYK value is (12,0,5,18).

  • cyan value is 12.44%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 18.04%
CMYK:
(12,0,5,18)
C12M0Y5K18 
(12%,0%,5%,18%)
(0.12/0.00/0.05/0.18)	

CMYK percentages

%12.44
%0
%4.78
%18.04

Codes

Color #B7D1C7 in popluar color models

B7D1C7
RGB183209199
HSL157°22.03%76.86%
HSB/HSV157°12.44%81.96%
CMYK12.44%0.00%4.78%
18.04%

Color #B7D1C7 in popluar number systems.

HEXB7D1C7
Decimal183209199
Binary101101111101000111000111
Octal267321307

Shades and tints

Shades of #B7D1C7

#B7D1C7
(183,209,199)
#A7BEB5
(167,190,181)
#97ABA3
(151,171,163)
#879891
(135,152,145)
#77857F
(119,133,127)
#67726D
(103,114,109)
#575F5B
(87,95,91)
#474C49
(71,76,73)
#373937
(55,57,55)
#272625
(39,38,37)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #B7D1C7

#B7D1C7
(183,209,199)
#BDD5CC
(189,213,204)
#C3D9D1
(195,217,209)
#C9DDD6
(201,221,214)
#CFE1DB
(207,225,219)
#D5E5E0
(213,229,224)
#DBE9E5
(219,233,229)
#E1EDEA
(225,237,234)
#E7F1EF
(231,241,239)
#EDF5F4
(237,245,244)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D1C7; }

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

This text font color is #B7D1C7.


Background Color

.myBgColor { background-color: #B7D1C7; }

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

This div background color is #B7D1C7.


Border color

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

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

This div border color is #B7D1C7.


Opacity

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

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

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

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

This text has shadow with #B7D1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D1C7 on black background.


Color preview on white background

This text has color #B7D1C7 on white background.



Black color preview on #B7D1C7 background

This text has black color on #B7D1C7 background.


White color preview on #B7D1C7 background

This text has white color on #B7D1C7 background.