COLOR #B7D7CE

HEX: #B7D7CE
RGB: (183,215,206)

Color info

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

RGB color model

#B7D7CE color RGB value is (183,215,206).

  • red value is 183;
  • green value is 215;
  • blue value is 206.
RGB:
(183,215,206)
(72%,84%,81%)

RGB channels and saturation

R 183 of 255 = 72%
G 215 of 255 = 84%
B 206 of 255 = 81%

183
215
206

R + G + B ~ 79%. #B7D7CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 215 + 206 = 604 (100%)
R 183 of 604 ~ 30.3%
G 215 of 604 ~ 35.6%
B 206 of 604 ~ 34.11%

%30.3
%35.6
%34.11

CMYK color model

#B7D7CE color CMYK value is (15,0,4,16).

  • cyan value is 14.88%
  • magenta value is 0.00%
  • yellow value is 4.19%
  • key color value is 15.69%
CMYK:
(15,0,4,16)
C15M0Y4K16 
(15%,0%,4%,16%)
(0.15/0.00/0.04/0.16)	

CMYK percentages

%14.88
%0
%4.19
%15.69

Codes

Color #B7D7CE in popluar color models

B7D7CE
RGB183215206
HSL163°28.57%78.04%
HSB/HSV163°14.88%84.31%
CMYK14.88%0.00%4.19%
15.69%

Color #B7D7CE in popluar number systems.

HEXB7D7CE
Decimal183215206
Binary101101111101011111001110
Octal267327316

Shades and tints

Shades of #B7D7CE

#B7D7CE
(183,215,206)
#A7C4BC
(167,196,188)
#97B1AA
(151,177,170)
#879E98
(135,158,152)
#778B86
(119,139,134)
#677874
(103,120,116)
#576562
(87,101,98)
#475250
(71,82,80)
#373F3E
(55,63,62)
#272C2C
(39,44,44)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #B7D7CE

#B7D7CE
(183,215,206)
#BDDAD2
(189,218,210)
#C3DDD6
(195,221,214)
#C9E0DA
(201,224,218)
#CFE3DE
(207,227,222)
#D5E6E2
(213,230,226)
#DBE9E6
(219,233,230)
#E1ECEA
(225,236,234)
#E7EFEE
(231,239,238)
#EDF2F2
(237,242,242)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D7CE color. Also use rgb(183,215,206) instead hex code.

Text Font Color

.myTextColor { color: #B7D7CE; }

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

This text font color is #B7D7CE.


Background Color

.myBgColor { background-color: #B7D7CE; }

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

This div background color is #B7D7CE.


Border color

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

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

This div border color is #B7D7CE.


Opacity

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

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

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

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

This text has shadow with #B7D7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D7CE on black background.


Color preview on white background

This text has color #B7D7CE on white background.



Black color preview on #B7D7CE background

This text has black color on #B7D7CE background.


White color preview on #B7D7CE background

This text has white color on #B7D7CE background.