COLOR #B7CCC8

HEX: #B7CCC8
RGB: (183,204,200)

Color info

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

RGB color model

#B7CCC8 color RGB value is (183,204,200).

  • red value is 183;
  • green value is 204;
  • blue value is 200.
RGB:
(183,204,200)
(72%,80%,78%)

RGB channels and saturation

R 183 of 255 = 72%
G 204 of 255 = 80%
B 200 of 255 = 78%

183
204
200

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

Portions of RGB colors in percentages

R + G + B =
183 + 204 + 200 = 587 (100%)
R 183 of 587 ~ 31.18%
G 204 of 587 ~ 34.75%
B 200 of 587 ~ 34.07%

%31.18
%34.75
%34.07

CMYK color model

#B7CCC8 color CMYK value is (10,0,2,20).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 20.00%
CMYK:
(10,0,2,20)
C10M0Y2K20 
(10%,0%,2%,20%)
(0.10/0.00/0.02/0.20)	

CMYK percentages

%10.29
%0
%1.96
%20

Codes

Color #B7CCC8 in popluar color models

B7CCC8
RGB183204200
HSL169°17.07%75.88%
HSB/HSV169°10.29%80.00%
CMYK10.29%0.00%1.96%
20.00%

Color #B7CCC8 in popluar number systems.

HEXB7CCC8
Decimal183204200
Binary101101111100110011001000
Octal267314310

Shades and tints

Shades of #B7CCC8

#B7CCC8
(183,204,200)
#A7BAB6
(167,186,182)
#97A8A4
(151,168,164)
#879692
(135,150,146)
#778480
(119,132,128)
#67726E
(103,114,110)
#57605C
(87,96,92)
#474E4A
(71,78,74)
#373C38
(55,60,56)
#272A26
(39,42,38)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #B7CCC8

#B7CCC8
(183,204,200)
#BDD0CD
(189,208,205)
#C3D4D2
(195,212,210)
#C9D8D7
(201,216,215)
#CFDCDC
(207,220,220)
#D5E0E1
(213,224,225)
#DBE4E6
(219,228,230)
#E1E8EB
(225,232,235)
#E7ECF0
(231,236,240)
#EDF0F5
(237,240,245)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CCC8 color. Also use rgb(183,204,200) instead hex code.

Text Font Color

.myTextColor { color: #B7CCC8; }

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

This text font color is #B7CCC8.


Background Color

.myBgColor { background-color: #B7CCC8; }

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

This div background color is #B7CCC8.


Border color

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

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

This div border color is #B7CCC8.


Opacity

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

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

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

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

This text has shadow with #B7CCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CCC8 on black background.


Color preview on white background

This text has color #B7CCC8 on white background.



Black color preview on #B7CCC8 background

This text has black color on #B7CCC8 background.


White color preview on #B7CCC8 background

This text has white color on #B7CCC8 background.