COLOR #B7E5D5

HEX: #B7E5D5 RGB: (183,229,213)

Color info

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

RGB color model

#B7E5D5 color RGB value is (183,229,213).

RGB: (183,229,213) (72%, 90%, 84%)

RGB channels and saturation

R 183 of 255 = 72%
G 229 of 255 = 90%
B 213 of 255 = 84%

183
229
213

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

Portions of RGB colors in percentages

R + G + B = 183 + 229 + 213 = 625 (100%)
R 183 of 625 ~ 29.28%
G 229 of 625 ~ 36.64%
B 213 of 625 ~ 34.08'%

%29.28
%36.64
%34.08

CMYK color model

#B7E5D5 color CMYK value is (20,0,7,10).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 6.99%
  • key color value is 10.20%

CMYK: (20,0,7,10)
C20M0Y7K10 (20%, 0%, 7%, 10%)
(0.20 / 0.00 / 0.07 / 0.10)

CMYK percentages

%20.09
%0
%6.99
%10.2

Codes

Color #B7E5D5 in popluar color models

B7 E5 D5
RGB 183 229 213
HSL 159° 46.94% 80.78%
HSB/HSV 159° 20.09% 89.80%
CMYK 20.09% 0.00% 6.99%
10.20%

Color #B7E5D5 in popluar number systems.

HEX B7 E5 D5
Decimal 183 229 213
Binary 10110111 11100101 11010101
Octal 267 345 325

Shades and tints

Shades of #B7E5D5

#B7E5D5
(183,229,213)
#A7D1C2
(167,209,194)
#97BDAF
(151,189,175)
#87A99C
(135,169,156)
#779589
(119,149,137)
#678176
(103,129,118)
#576D63
(87,109,99)
#475950
(71,89,80)
#37453D
(55,69,61)
#27312A
(39,49,42)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #B7E5D5

#B7E5D5
(183,229,213)
#BDE7D8
(189,231,216)
#C3E9DB
(195,233,219)
#C9EBDE
(201,235,222)
#CFEDE1
(207,237,225)
#D5EFE4
(213,239,228)
#DBF1E7
(219,241,231)
#E1F3EA
(225,243,234)
#E7F5ED
(231,245,237)
#EDF7F0
(237,247,240)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E5D5 color. Also use rgb(183,229,213) instead hex code.

Text Font Color

.myTextColor { color: #B7E5D5; }

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

This text font color is #B7E5D5.

Background Color

.myBgColor { background-color: #B7E5D5; }

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

This div background color is #B7E5D5.

Border color

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

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

This div border color is #B7E5D5.

Opacity

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

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

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

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

This text has shadow with #B7E5D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7E5D5.

Preview

Color preview on black background

This text has color #B7E5D5 on black background.


Color preview on white background

This text has color #B7E5D5 on white background.


Black color preview on #B7E5D5 background

This text has black color on #B7E5D5 background.


White color preview on #B7E5D5 background

This text has white color on #B7E5D5 background.


Related colors

Complementary color

Complementary color for #hex is #481A2A.


I love getcolorcode.com

Triadic colors

1 #D5B7E5 and #E5D5B7 with #B7E5D5 are triadic colors.

2 #D5E5B7 and #E5B7D5 with #B7E5D5 are triadic colors.