COLOR #B7D8C5

HEX: #B7D8C5
RGB: (183,216,197)

Color info

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

RGB color model

#B7D8C5 color RGB value is (183,216,197).

  • red value is 183;
  • green value is 216;
  • blue value is 197.
RGB:
(183,216,197)
(72%,85%,77%)

RGB channels and saturation

R 183 of 255 = 72%
G 216 of 255 = 85%
B 197 of 255 = 77%

183
216
197

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

Portions of RGB colors in percentages

R + G + B =
183 + 216 + 197 = 596 (100%)
R 183 of 596 ~ 30.7%
G 216 of 596 ~ 36.24%
B 197 of 596 ~ 33.05%

%30.7
%36.24
%33.05

CMYK color model

#B7D8C5 color CMYK value is (15,0,9,15).

  • cyan value is 15.28%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 15.29%
CMYK:
(15,0,9,15)
C15M0Y9K15 
(15%,0%,9%,15%)
(0.15/0.00/0.09/0.15)	

CMYK percentages

%15.28
%0
%8.8
%15.29

Codes

Color #B7D8C5 in popluar color models

B7D8C5
RGB183216197
HSL145°29.73%78.24%
HSB/HSV145°15.28%84.71%
CMYK15.28%0.00%8.80%
15.29%

Color #B7D8C5 in popluar number systems.

HEXB7D8C5
Decimal183216197
Binary101101111101100011000101
Octal267330305

Shades and tints

Shades of #B7D8C5

#B7D8C5
(183,216,197)
#A7C5B4
(167,197,180)
#97B2A3
(151,178,163)
#879F92
(135,159,146)
#778C81
(119,140,129)
#677970
(103,121,112)
#57665F
(87,102,95)
#47534E
(71,83,78)
#37403D
(55,64,61)
#272D2C
(39,45,44)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #B7D8C5

#B7D8C5
(183,216,197)
#BDDBCA
(189,219,202)
#C3DECF
(195,222,207)
#C9E1D4
(201,225,212)
#CFE4D9
(207,228,217)
#D5E7DE
(213,231,222)
#DBEAE3
(219,234,227)
#E1EDE8
(225,237,232)
#E7F0ED
(231,240,237)
#EDF3F2
(237,243,242)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D8C5 color. Also use rgb(183,216,197) instead hex code.

Text Font Color

.myTextColor { color: #B7D8C5; }

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

This text font color is #B7D8C5.


Background Color

.myBgColor { background-color: #B7D8C5; }

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

This div background color is #B7D8C5.


Border color

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

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

This div border color is #B7D8C5.


Opacity

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

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

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

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

This text has shadow with #B7D8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D8C5 on black background.


Color preview on white background

This text has color #B7D8C5 on white background.



Black color preview on #B7D8C5 background

This text has black color on #B7D8C5 background.


White color preview on #B7D8C5 background

This text has white color on #B7D8C5 background.