COLOR #B7DFC6

HEX: #B7DFC6
RGB: (183,223,198)

Color info

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

RGB color model

#B7DFC6 color RGB value is (183,223,198).

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

RGB channels and saturation

R 183 of 255 = 72%
G 223 of 255 = 87%
B 198 of 255 = 78%

183
223
198

R + G + B ~ 79%. #B7DFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 223 + 198 = 604 (100%)
R 183 of 604 ~ 30.3%
G 223 of 604 ~ 36.92%
B 198 of 604 ~ 32.78%

%30.3
%36.92
%32.78

CMYK color model

#B7DFC6 color CMYK value is (18,0,11,13).

  • cyan value is 17.94%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 12.55%
CMYK:
(18,0,11,13)
C18M0Y11K13 
(18%,0%,11%,13%)
(0.18/0.00/0.11/0.13)	

CMYK percentages

%17.94
%0
%11.21
%12.55

Codes

Color #B7DFC6 in popluar color models

B7DFC6
RGB183223198
HSL143°38.46%79.61%
HSB/HSV143°17.94%87.45%
CMYK17.94%0.00%11.21%
12.55%

Color #B7DFC6 in popluar number systems.

HEXB7DFC6
Decimal183223198
Binary101101111101111111000110
Octal267337306

Shades and tints

Shades of #B7DFC6

#B7DFC6
(183,223,198)
#A7CBB4
(167,203,180)
#97B7A2
(151,183,162)
#87A390
(135,163,144)
#778F7E
(119,143,126)
#677B6C
(103,123,108)
#57675A
(87,103,90)
#475348
(71,83,72)
#373F36
(55,63,54)
#272B24
(39,43,36)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #B7DFC6

#B7DFC6
(183,223,198)
#BDE1CB
(189,225,203)
#C3E3D0
(195,227,208)
#C9E5D5
(201,229,213)
#CFE7DA
(207,231,218)
#D5E9DF
(213,233,223)
#DBEBE4
(219,235,228)
#E1EDE9
(225,237,233)
#E7EFEE
(231,239,238)
#EDF1F3
(237,241,243)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DFC6; }

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

This text font color is #B7DFC6.


Background Color

.myBgColor { background-color: #B7DFC6; }

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

This div background color is #B7DFC6.


Border color

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

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

This div border color is #B7DFC6.


Opacity

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

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

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

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

This text has shadow with #B7DFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DFC6 on black background.


Color preview on white background

This text has color #B7DFC6 on white background.



Black color preview on #B7DFC6 background

This text has black color on #B7DFC6 background.


White color preview on #B7DFC6 background

This text has white color on #B7DFC6 background.