COLOR #B7CCC3

HEX: #B7CCC3
RGB: (183,204,195)

Color info

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

RGB color model

#B7CCC3 color RGB value is (183,204,195).

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

RGB channels and saturation

R 183 of 255 = 72%
G 204 of 255 = 80%
B 195 of 255 = 76%

183
204
195

R + G + B ~ 76%. #B7CCC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 204 + 195 = 582 (100%)
R 183 of 582 ~ 31.44%
G 204 of 582 ~ 35.05%
B 195 of 582 ~ 33.51%

%31.44
%35.05
%33.51

CMYK color model

#B7CCC3 color CMYK value is (10,0,4,20).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 20.00%
CMYK:
(10,0,4,20)
C10M0Y4K20 
(10%,0%,4%,20%)
(0.10/0.00/0.04/0.20)	

CMYK percentages

%10.29
%0
%4.41
%20

Codes

Color #B7CCC3 in popluar color models

B7CCC3
RGB183204195
HSL154°17.07%75.88%
HSB/HSV154°10.29%80.00%
CMYK10.29%0.00%4.41%
20.00%

Color #B7CCC3 in popluar number systems.

HEXB7CCC3
Decimal183204195
Binary101101111100110011000011
Octal267314303

Shades and tints

Shades of #B7CCC3

#B7CCC3
(183,204,195)
#A7BAB2
(167,186,178)
#97A8A1
(151,168,161)
#879690
(135,150,144)
#77847F
(119,132,127)
#67726E
(103,114,110)
#57605D
(87,96,93)
#474E4C
(71,78,76)
#373C3B
(55,60,59)
#272A2A
(39,42,42)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #B7CCC3

#B7CCC3
(183,204,195)
#BDD0C8
(189,208,200)
#C3D4CD
(195,212,205)
#C9D8D2
(201,216,210)
#CFDCD7
(207,220,215)
#D5E0DC
(213,224,220)
#DBE4E1
(219,228,225)
#E1E8E6
(225,232,230)
#E7ECEB
(231,236,235)
#EDF0F0
(237,240,240)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7CCC3; }

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

This text font color is #B7CCC3.


Background Color

.myBgColor { background-color: #B7CCC3; }

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

This div background color is #B7CCC3.


Border color

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

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

This div border color is #B7CCC3.


Opacity

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

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

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

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

This text has shadow with #B7CCC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CCC3 on black background.


Color preview on white background

This text has color #B7CCC3 on white background.



Black color preview on #B7CCC3 background

This text has black color on #B7CCC3 background.


White color preview on #B7CCC3 background

This text has white color on #B7CCC3 background.