COLOR #B7D5C6

HEX: #B7D5C6
RGB: (183,213,198)

Color info

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

RGB color model

#B7D5C6 color RGB value is (183,213,198).

  • red value is 183;
  • green value is 213;
  • blue value is 198.
RGB:
(183,213,198)
(72%,84%,78%)

RGB channels and saturation

R 183 of 255 = 72%
G 213 of 255 = 84%
B 198 of 255 = 78%

183
213
198

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

Portions of RGB colors in percentages

R + G + B =
183 + 213 + 198 = 594 (100%)
R 183 of 594 ~ 30.81%
G 213 of 594 ~ 35.86%
B 198 of 594 ~ 33.33%

%30.81
%35.86
%33.33

CMYK color model

#B7D5C6 color CMYK value is (14,0,7,16).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 7.04%
  • key color value is 16.47%
CMYK:
(14,0,7,16)
C14M0Y7K16 
(14%,0%,7%,16%)
(0.14/0.00/0.07/0.16)	

CMYK percentages

%14.08
%0
%7.04
%16.47

Codes

Color #B7D5C6 in popluar color models

B7D5C6
RGB183213198
HSL150°26.32%77.65%
HSB/HSV150°14.08%83.53%
CMYK14.08%0.00%7.04%
16.47%

Color #B7D5C6 in popluar number systems.

HEXB7D5C6
Decimal183213198
Binary101101111101010111000110
Octal267325306

Shades and tints

Shades of #B7D5C6

#B7D5C6
(183,213,198)
#A7C2B4
(167,194,180)
#97AFA2
(151,175,162)
#879C90
(135,156,144)
#77897E
(119,137,126)
#67766C
(103,118,108)
#57635A
(87,99,90)
#475048
(71,80,72)
#373D36
(55,61,54)
#272A24
(39,42,36)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #B7D5C6

#B7D5C6
(183,213,198)
#BDD8CB
(189,216,203)
#C3DBD0
(195,219,208)
#C9DED5
(201,222,213)
#CFE1DA
(207,225,218)
#D5E4DF
(213,228,223)
#DBE7E4
(219,231,228)
#E1EAE9
(225,234,233)
#E7EDEE
(231,237,238)
#EDF0F3
(237,240,243)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D5C6 color. Also use rgb(183,213,198) instead hex code.

Text Font Color

.myTextColor { color: #B7D5C6; }

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

This text font color is #B7D5C6.


Background Color

.myBgColor { background-color: #B7D5C6; }

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

This div background color is #B7D5C6.


Border color

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

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

This div border color is #B7D5C6.


Opacity

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

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

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

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

This text has shadow with #B7D5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D5C6 on black background.


Color preview on white background

This text has color #B7D5C6 on white background.



Black color preview on #B7D5C6 background

This text has black color on #B7D5C6 background.


White color preview on #B7D5C6 background

This text has white color on #B7D5C6 background.