COLOR #B7D7D1

HEX: #B7D7D1 RGB: (183,215,209)

Color info

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

RGB color model

#B7D7D1 color RGB value is (183,215,209).

RGB: (183,215,209) (72%, 84%, 82%)

RGB channels and saturation

R 183 of 255 = 72%
G 215 of 255 = 84%
B 209 of 255 = 82%

183
215
209

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

Portions of RGB colors in percentages

R + G + B = 183 + 215 + 209 = 607 (100%)
R 183 of 607 ~ 30.15%
G 215 of 607 ~ 35.42%
B 209 of 607 ~ 34.43'%

%30.15
%35.42
%34.43

CMYK color model

#B7D7D1 color CMYK value is (15,0,3,16).

  • cyan value is 14.88%
  • magenta value is 0.00%
  • yellow value is 2.79%
  • key color value is 15.69%

CMYK: (15,0,3,16)
C15M0Y3K16 (15%, 0%, 3%, 16%)
(0.15 / 0.00 / 0.03 / 0.16)

CMYK percentages

%14.88
%0
%2.79
%15.69

Codes

Color #B7D7D1 in popluar color models

B7 D7 D1
RGB 183 215 209
HSL 169° 28.57% 78.04%
HSB/HSV 169° 14.88% 84.31%
CMYK 14.88% 0.00% 2.79%
15.69%

Color #B7D7D1 in popluar number systems.

HEX B7 D7 D1
Decimal 183 215 209
Binary 10110111 11010111 11010001
Octal 267 327 321

Shades and tints

Shades of #B7D7D1

#B7D7D1
(183,215,209)
#A7C4BE
(167,196,190)
#97B1AB
(151,177,171)
#879E98
(135,158,152)
#778B85
(119,139,133)
#677872
(103,120,114)
#57655F
(87,101,95)
#47524C
(71,82,76)
#373F39
(55,63,57)
#272C26
(39,44,38)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #B7D7D1

#B7D7D1
(183,215,209)
#BDDAD5
(189,218,213)
#C3DDD9
(195,221,217)
#C9E0DD
(201,224,221)
#CFE3E1
(207,227,225)
#D5E6E5
(213,230,229)
#DBE9E9
(219,233,233)
#E1ECED
(225,236,237)
#E7EFF1
(231,239,241)
#EDF2F5
(237,242,245)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D7D1; }

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

This text font color is #B7D7D1.

Background Color

.myBgColor { background-color: #B7D7D1; }

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

This div background color is #B7D7D1.

Border color

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

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

This div border color is #B7D7D1.

Opacity

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

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

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

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

This text has shadow with #B7D7D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7D7D1.

Preview

Color preview on black background

This text has color #B7D7D1 on black background.


Color preview on white background

This text has color #B7D7D1 on white background.


Black color preview on #B7D7D1 background

This text has black color on #B7D7D1 background.


White color preview on #B7D7D1 background

This text has white color on #B7D7D1 background.


Related colors

Complementary color

Complementary color for #hex is #48282E.


I love getcolorcode.com

Triadic colors

1 #D1B7D7 and #D7D1B7 with #B7D7D1 are triadic colors.

2 #D1D7B7 and #D7B7D1 with #B7D7D1 are triadic colors.