COLOR #B7E9D7

HEX: #B7E9D7 RGB: (183,233,215)

Color info

#B7E9D7 contains red, green and blue colors in about the same proportion. Web safe color of #B7E9D7 is #CCFFCC (or #CFC).

RGB color model

#B7E9D7 color RGB value is (183,233,215).

RGB: (183,233,215) (72%, 91%, 84%)

RGB channels and saturation

R 183 of 255 = 72%
G 233 of 255 = 91%
B 215 of 255 = 84%

183
233
215

R + G + B ~ 82%. #B7E9D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 233 + 215 = 631 (100%)
R 183 of 631 ~ 29%
G 233 of 631 ~ 36.93%
B 215 of 631 ~ 34.07'%

%29
%36.93
%34.07

CMYK color model

#B7E9D7 color CMYK value is (21,0,8,9).

  • cyan value is 21.46%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 8.63%

CMYK: (21,0,8,9)
C21M0Y8K9 (21%, 0%, 8%, 9%)
(0.21 / 0.00 / 0.08 / 0.09)

CMYK percentages

%21.46
%0
%7.73
%8.63

Codes

Color #B7E9D7 in popluar color models

B7 E9 D7
RGB 183 233 215
HSL 158° 53.19% 81.57%
HSB/HSV 158° 21.46% 91.37%
CMYK 21.46% 0.00% 7.73%
8.63%

Color #B7E9D7 in popluar number systems.

HEX B7 E9 D7
Decimal 183 233 215
Binary 10110111 11101001 11010111
Octal 267 351 327

Shades and tints

Shades of #B7E9D7

#B7E9D7
(183,233,215)
#A7D4C4
(167,212,196)
#97BFB1
(151,191,177)
#87AA9E
(135,170,158)
#77958B
(119,149,139)
#678078
(103,128,120)
#576B65
(87,107,101)
#475652
(71,86,82)
#37413F
(55,65,63)
#272C2C
(39,44,44)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #B7E9D7

#B7E9D7
(183,233,215)
#BDEBDA
(189,235,218)
#C3EDDD
(195,237,221)
#C9EFE0
(201,239,224)
#CFF1E3
(207,241,227)
#D5F3E6
(213,243,230)
#DBF5E9
(219,245,233)
#E1F7EC
(225,247,236)
#E7F9EF
(231,249,239)
#EDFBF2
(237,251,242)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E9D7; }

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

This text font color is #B7E9D7.

Background Color

.myBgColor { background-color: #B7E9D7; }

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

This div background color is #B7E9D7.

Border color

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

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

This div border color is #B7E9D7.

Opacity

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

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

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

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

This text has shadow with #B7E9D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7E9D7.

Preview

Color preview on black background

This text has color #B7E9D7 on black background.


Color preview on white background

This text has color #B7E9D7 on white background.


Black color preview on #B7E9D7 background

This text has black color on #B7E9D7 background.


White color preview on #B7E9D7 background

This text has white color on #B7E9D7 background.


Related colors

Complementary color

Complementary color for #hex is #481628.


I love getcolorcode.com

Triadic colors

1 #D7B7E9 and #E9D7B7 with #B7E9D7 are triadic colors.

2 #D7E9B7 and #E9B7D7 with #B7E9D7 are triadic colors.