COLOR #B7CCDE

HEX: #B7CCDE
RGB: (183,204,222)

Color info

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

RGB color model

#B7CCDE color RGB value is (183,204,222).

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

RGB channels and saturation

R 183 of 255 = 72%
G 204 of 255 = 80%
B 222 of 255 = 87%

183
204
222

R + G + B ~ 80%. #B7CCDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 204 + 222 = 609 (100%)
R 183 of 609 ~ 30.05%
G 204 of 609 ~ 33.5%
B 222 of 609 ~ 36.45%

%30.05
%33.5
%36.45

CMYK color model

#B7CCDE color CMYK value is (18,8,0,13).

  • cyan value is 17.57%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(18,8,0,13)
C18M8Y0K13 
(18%,8%,0%,13%)
(0.18/0.08/0.00/0.13)	

CMYK percentages

%17.57
%8.11
%0
%12.94

Codes

Color #B7CCDE in popluar color models

B7CCDE
RGB183204222
HSL208°37.14%79.41%
HSB/HSV208°17.57%87.06%
CMYK17.57%8.11%0.00%
12.94%

Color #B7CCDE in popluar number systems.

HEXB7CCDE
Decimal183204222
Binary101101111100110011011110
Octal267314336

Shades and tints

Shades of #B7CCDE

#B7CCDE
(183,204,222)
#A7BACA
(167,186,202)
#97A8B6
(151,168,182)
#8796A2
(135,150,162)
#77848E
(119,132,142)
#67727A
(103,114,122)
#576066
(87,96,102)
#474E52
(71,78,82)
#373C3E
(55,60,62)
#272A2A
(39,42,42)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #B7CCDE

#B7CCDE
(183,204,222)
#BDD0E1
(189,208,225)
#C3D4E4
(195,212,228)
#C9D8E7
(201,216,231)
#CFDCEA
(207,220,234)
#D5E0ED
(213,224,237)
#DBE4F0
(219,228,240)
#E1E8F3
(225,232,243)
#E7ECF6
(231,236,246)
#EDF0F9
(237,240,249)
#F3F4FC
(243,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7CCDE; }

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

This text font color is #B7CCDE.


Background Color

.myBgColor { background-color: #B7CCDE; }

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

This div background color is #B7CCDE.


Border color

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

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

This div border color is #B7CCDE.


Opacity

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

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

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

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

This text has shadow with #B7CCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CCDE on black background.


Color preview on white background

This text has color #B7CCDE on white background.



Black color preview on #B7CCDE background

This text has black color on #B7CCDE background.


White color preview on #B7CCDE background

This text has white color on #B7CCDE background.