COLOR #B7CCCD

HEX: #B7CCCD
RGB: (183,204,205)

Color info

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

RGB color model

#B7CCCD color RGB value is (183,204,205).

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

RGB channels and saturation

R 183 of 255 = 72%
G 204 of 255 = 80%
B 205 of 255 = 80%

183
204
205

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

Portions of RGB colors in percentages

R + G + B =
183 + 204 + 205 = 592 (100%)
R 183 of 592 ~ 30.91%
G 204 of 592 ~ 34.46%
B 205 of 592 ~ 34.63%

%30.91
%34.46
%34.63

CMYK color model

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

  • cyan value is 10.73%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(11,0,0,20)
C11M0Y0K20 
(11%,0%,0%,20%)
(0.11/0.00/0.00/0.20)	

CMYK percentages

%10.73
%0.49
%0
%19.61

Codes

Color #B7CCCD in popluar color models

B7CCCD
RGB183204205
HSL183°18.03%76.08%
HSB/HSV183°10.73%80.39%
CMYK10.73%0.49%0.00%
19.61%

Color #B7CCCD in popluar number systems.

HEXB7CCCD
Decimal183204205
Binary101101111100110011001101
Octal267314315

Shades and tints

Shades of #B7CCCD

#B7CCCD
(183,204,205)
#A7BABB
(167,186,187)
#97A8A9
(151,168,169)
#879697
(135,150,151)
#778485
(119,132,133)
#677273
(103,114,115)
#576061
(87,96,97)
#474E4F
(71,78,79)
#373C3D
(55,60,61)
#272A2B
(39,42,43)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #B7CCCD

#B7CCCD
(183,204,205)
#BDD0D1
(189,208,209)
#C3D4D5
(195,212,213)
#C9D8D9
(201,216,217)
#CFDCDD
(207,220,221)
#D5E0E1
(213,224,225)
#DBE4E5
(219,228,229)
#E1E8E9
(225,232,233)
#E7ECED
(231,236,237)
#EDF0F1
(237,240,241)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7CCCD; }

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

This text font color is #B7CCCD.


Background Color

.myBgColor { background-color: #B7CCCD; }

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

This div background color is #B7CCCD.


Border color

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

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

This div border color is #B7CCCD.


Opacity

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

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

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

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

This text has shadow with #B7CCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CCCD on black background.


Color preview on white background

This text has color #B7CCCD on white background.



Black color preview on #B7CCCD background

This text has black color on #B7CCCD background.


White color preview on #B7CCCD background

This text has white color on #B7CCCD background.