COLOR #B7D4C6

HEX: #B7D4C6
RGB: (183,212,198)

Color info

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

RGB color model

#B7D4C6 color RGB value is (183,212,198).

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

RGB channels and saturation

R 183 of 255 = 72%
G 212 of 255 = 83%
B 198 of 255 = 78%

183
212
198

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

Portions of RGB colors in percentages

R + G + B =
183 + 212 + 198 = 593 (100%)
R 183 of 593 ~ 30.86%
G 212 of 593 ~ 35.75%
B 198 of 593 ~ 33.39%

%30.86
%35.75
%33.39

CMYK color model

#B7D4C6 color CMYK value is (14,0,7,17).

  • cyan value is 13.68%
  • magenta value is 0.00%
  • yellow value is 6.60%
  • key color value is 16.86%
CMYK:
(14,0,7,17)
C14M0Y7K17 
(14%,0%,7%,17%)
(0.14/0.00/0.07/0.17)	

CMYK percentages

%13.68
%0
%6.6
%16.86

Codes

Color #B7D4C6 in popluar color models

B7D4C6
RGB183212198
HSL151°25.22%77.45%
HSB/HSV151°13.68%83.14%
CMYK13.68%0.00%6.60%
16.86%

Color #B7D4C6 in popluar number systems.

HEXB7D4C6
Decimal183212198
Binary101101111101010011000110
Octal267324306

Shades and tints

Shades of #B7D4C6

#B7D4C6
(183,212,198)
#A7C1B4
(167,193,180)
#97AEA2
(151,174,162)
#879B90
(135,155,144)
#77887E
(119,136,126)
#67756C
(103,117,108)
#57625A
(87,98,90)
#474F48
(71,79,72)
#373C36
(55,60,54)
#272924
(39,41,36)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #B7D4C6

#B7D4C6
(183,212,198)
#BDD7CB
(189,215,203)
#C3DAD0
(195,218,208)
#C9DDD5
(201,221,213)
#CFE0DA
(207,224,218)
#D5E3DF
(213,227,223)
#DBE6E4
(219,230,228)
#E1E9E9
(225,233,233)
#E7ECEE
(231,236,238)
#EDEFF3
(237,239,243)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D4C6; }

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

This text font color is #B7D4C6.


Background Color

.myBgColor { background-color: #B7D4C6; }

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

This div background color is #B7D4C6.


Border color

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

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

This div border color is #B7D4C6.


Opacity

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

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

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

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

This text has shadow with #B7D4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D4C6 on black background.


Color preview on white background

This text has color #B7D4C6 on white background.



Black color preview on #B7D4C6 background

This text has black color on #B7D4C6 background.


White color preview on #B7D4C6 background

This text has white color on #B7D4C6 background.