COLOR #B7BCCD

HEX: #B7BCCD
RGB: (183,188,205)

Color info

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

RGB color model

#B7BCCD color RGB value is (183,188,205).

  • red value is 183;
  • green value is 188;
  • blue value is 205.
RGB:
(183,188,205)
(72%,74%,80%)

RGB channels and saturation

R 183 of 255 = 72%
G 188 of 255 = 74%
B 205 of 255 = 80%

183
188
205

R + G + B ~ 75%. #B7BCCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 188 + 205 = 576 (100%)
R 183 of 576 ~ 31.77%
G 188 of 576 ~ 32.64%
B 205 of 576 ~ 35.59%

%31.77
%32.64
%35.59

CMYK color model

#B7BCCD color CMYK value is (11,8,0,20).

  • cyan value is 10.73%
  • magenta value is 8.29%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(11,8,0,20)
C11M8Y0K20 
(11%,8%,0%,20%)
(0.11/0.08/0.00/0.20)	

CMYK percentages

%10.73
%8.29
%0
%19.61

Codes

Color #B7BCCD in popluar color models

B7BCCD
RGB183188205
HSL226°18.03%76.08%
HSB/HSV226°10.73%80.39%
CMYK10.73%8.29%0.00%
19.61%

Color #B7BCCD in popluar number systems.

HEXB7BCCD
Decimal183188205
Binary101101111011110011001101
Octal267274315

Shades and tints

Shades of #B7BCCD

#B7BCCD
(183,188,205)
#A7ABBB
(167,171,187)
#979AA9
(151,154,169)
#878997
(135,137,151)
#777885
(119,120,133)
#676773
(103,103,115)
#575661
(87,86,97)
#47454F
(71,69,79)
#37343D
(55,52,61)
#27232B
(39,35,43)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #B7BCCD

#B7BCCD
(183,188,205)
#BDC2D1
(189,194,209)
#C3C8D5
(195,200,213)
#C9CED9
(201,206,217)
#CFD4DD
(207,212,221)
#D5DAE1
(213,218,225)
#DBE0E5
(219,224,229)
#E1E6E9
(225,230,233)
#E7ECED
(231,236,237)
#EDF2F1
(237,242,241)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BCCD color. Also use rgb(183,188,205) instead hex code.

Text Font Color

.myTextColor { color: #B7BCCD; }

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

This text font color is #B7BCCD.


Background Color

.myBgColor { background-color: #B7BCCD; }

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

This div background color is #B7BCCD.


Border color

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

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

This div border color is #B7BCCD.


Opacity

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

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

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

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

This text has shadow with #B7BCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BCCD on black background.


Color preview on white background

This text has color #B7BCCD on white background.



Black color preview on #B7BCCD background

This text has black color on #B7BCCD background.


White color preview on #B7BCCD background

This text has white color on #B7BCCD background.