COLOR #B7D9CD

HEX: #B7D9CD
RGB: (183,217,205)

Color info

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

RGB color model

#B7D9CD color RGB value is (183,217,205).

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

RGB channels and saturation

R 183 of 255 = 72%
G 217 of 255 = 85%
B 205 of 255 = 80%

183
217
205

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

Portions of RGB colors in percentages

R + G + B =
183 + 217 + 205 = 605 (100%)
R 183 of 605 ~ 30.25%
G 217 of 605 ~ 35.87%
B 205 of 605 ~ 33.88%

%30.25
%35.87
%33.88

CMYK color model

#B7D9CD color CMYK value is (16,0,6,15).

  • cyan value is 15.67%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 14.90%
CMYK:
(16,0,6,15)
C16M0Y6K15 
(16%,0%,6%,15%)
(0.16/0.00/0.06/0.15)	

CMYK percentages

%15.67
%0
%5.53
%14.9

Codes

Color #B7D9CD in popluar color models

B7D9CD
RGB183217205
HSL159°30.91%78.43%
HSB/HSV159°15.67%85.10%
CMYK15.67%0.00%5.53%
14.90%

Color #B7D9CD in popluar number systems.

HEXB7D9CD
Decimal183217205
Binary101101111101100111001101
Octal267331315

Shades and tints

Shades of #B7D9CD

#B7D9CD
(183,217,205)
#A7C6BB
(167,198,187)
#97B3A9
(151,179,169)
#87A097
(135,160,151)
#778D85
(119,141,133)
#677A73
(103,122,115)
#576761
(87,103,97)
#47544F
(71,84,79)
#37413D
(55,65,61)
#272E2B
(39,46,43)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #B7D9CD

#B7D9CD
(183,217,205)
#BDDCD1
(189,220,209)
#C3DFD5
(195,223,213)
#C9E2D9
(201,226,217)
#CFE5DD
(207,229,221)
#D5E8E1
(213,232,225)
#DBEBE5
(219,235,229)
#E1EEE9
(225,238,233)
#E7F1ED
(231,241,237)
#EDF4F1
(237,244,241)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D9CD; }

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

This text font color is #B7D9CD.


Background Color

.myBgColor { background-color: #B7D9CD; }

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

This div background color is #B7D9CD.


Border color

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

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

This div border color is #B7D9CD.


Opacity

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

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

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

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

This text has shadow with #B7D9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D9CD on black background.


Color preview on white background

This text has color #B7D9CD on white background.



Black color preview on #B7D9CD background

This text has black color on #B7D9CD background.


White color preview on #B7D9CD background

This text has white color on #B7D9CD background.