COLOR #B7D2CC

HEX: #B7D2CC
RGB: (183,210,204)

Color info

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

RGB color model

#B7D2CC color RGB value is (183,210,204).

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

RGB channels and saturation

R 183 of 255 = 72%
G 210 of 255 = 82%
B 204 of 255 = 80%

183
210
204

R + G + B ~ 78%. #B7D2CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 210 + 204 = 597 (100%)
R 183 of 597 ~ 30.65%
G 210 of 597 ~ 35.18%
B 204 of 597 ~ 34.17%

%30.65
%35.18
%34.17

CMYK color model

#B7D2CC color CMYK value is (13,0,3,18).

  • cyan value is 12.86%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 17.65%
CMYK:
(13,0,3,18)
C13M0Y3K18 
(13%,0%,3%,18%)
(0.13/0.00/0.03/0.18)	

CMYK percentages

%12.86
%0
%2.86
%17.65

Codes

Color #B7D2CC in popluar color models

B7D2CC
RGB183210204
HSL167°23.08%77.06%
HSB/HSV167°12.86%82.35%
CMYK12.86%0.00%2.86%
17.65%

Color #B7D2CC in popluar number systems.

HEXB7D2CC
Decimal183210204
Binary101101111101001011001100
Octal267322314

Shades and tints

Shades of #B7D2CC

#B7D2CC
(183,210,204)
#A7BFBA
(167,191,186)
#97ACA8
(151,172,168)
#879996
(135,153,150)
#778684
(119,134,132)
#677372
(103,115,114)
#576060
(87,96,96)
#474D4E
(71,77,78)
#373A3C
(55,58,60)
#27272A
(39,39,42)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #B7D2CC

#B7D2CC
(183,210,204)
#BDD6D0
(189,214,208)
#C3DAD4
(195,218,212)
#C9DED8
(201,222,216)
#CFE2DC
(207,226,220)
#D5E6E0
(213,230,224)
#DBEAE4
(219,234,228)
#E1EEE8
(225,238,232)
#E7F2EC
(231,242,236)
#EDF6F0
(237,246,240)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D2CC; }

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

This text font color is #B7D2CC.


Background Color

.myBgColor { background-color: #B7D2CC; }

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

This div background color is #B7D2CC.


Border color

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

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

This div border color is #B7D2CC.


Opacity

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

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

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

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

This text has shadow with #B7D2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D2CC on black background.


Color preview on white background

This text has color #B7D2CC on white background.



Black color preview on #B7D2CC background

This text has black color on #B7D2CC background.


White color preview on #B7D2CC background

This text has white color on #B7D2CC background.