COLOR #B7E0BD

HEX: #B7E0BD RGB: (183,224,189)

Color info

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

RGB color model

#B7E0BD color RGB value is (183,224,189).

RGB: (183,224,189) (72%, 88%, 74%)

RGB channels and saturation

R 183 of 255 = 72%
G 224 of 255 = 88%
B 189 of 255 = 74%

183
224
189

R + G + B ~ 78%. #B7E0BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 224 + 189 = 596 (100%)
R 183 of 596 ~ 30.7%
G 224 of 596 ~ 37.58%
B 189 of 596 ~ 31.71'%

%30.7
%37.58
%31.71

CMYK color model

#B7E0BD color CMYK value is (18,0,16,12).

  • cyan value is 18.30%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 12.16%
CMYK: (18,0,16,12) C18M0Y16K12 (18%,0%,16%,12%) (0.18/0.00/0.16/0.12) 

CMYK percentages

%18.3
%0
%15.63
%12.16

Codes

Color #B7E0BD in popluar color models

B7 E0 BD
RGB 183 224 189
HSL 129° 39.81% 79.80%
HSB/HSV 129° 18.30% 87.84%
CMYK 18.30% 0.00% 15.63%
12.16%

Color #B7E0BD in popluar number systems.

HEX B7 E0 BD
Decimal 183 224 189
Binary 10110111 11100000 10111101
Octal 267 340 275

Shades and tints

Shades of #B7E0BD

#B7E0BD
(183,224,189)
#A7CCAC
(167,204,172)
#97B89B
(151,184,155)
#87A48A
(135,164,138)
#779079
(119,144,121)
#677C68
(103,124,104)
#576857
(87,104,87)
#475446
(71,84,70)
#374035
(55,64,53)
#272C24
(39,44,36)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #B7E0BD

#B7E0BD
(183,224,189)
#BDE2C3
(189,226,195)
#C3E4C9
(195,228,201)
#C9E6CF
(201,230,207)
#CFE8D5
(207,232,213)
#D5EADB
(213,234,219)
#DBECE1
(219,236,225)
#E1EEE7
(225,238,231)
#E7F0ED
(231,240,237)
#EDF2F3
(237,242,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E0BD color. Also use rgb(183,224,189) instead hex code.

Text Font Color

.myTextColor { color: #B7E0BD; }

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

This text font color is #B7E0BD.

Background Color

.myBgColor { background-color: #B7E0BD; }

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

This div background color is #B7E0BD.

Border color

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

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

This div border color is #B7E0BD.

Opacity

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

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

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

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

This text has shadow with #B7E0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7E0BD.

Preview

Color preview on black background

This text has color #B7E0BD on black background.


Color preview on white background

This text has color #B7E0BD on white background.


Black color preview on #B7E0BD background

This text has black color on #B7E0BD background.


White color preview on #B7E0BD background

This text has white color on #B7E0BD background.


Related colors

Complementary color

Complementary color for #hex is #481F42.


I love getcolorcode.com

Triadic colors

1 #BDB7E0 and #E0BDB7 with #B7E0BD are triadic colors.

2 #BDE0B7 and #E0B7BD with #B7E0BD are triadic colors.