COLOR #B7E4CB

HEX: #B7E4CB RGB: (183,228,203)

Color info

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

RGB color model

#B7E4CB color RGB value is (183,228,203).

RGB: (183,228,203) (72%, 89%, 80%)

RGB channels and saturation

R 183 of 255 = 72%
G 228 of 255 = 89%
B 203 of 255 = 80%

183
228
203

R + G + B ~ 80%. #B7E4CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 228 + 203 = 614 (100%)
R 183 of 614 ~ 29.8%
G 228 of 614 ~ 37.13%
B 203 of 614 ~ 33.06'%

%29.8
%37.13
%33.06

CMYK color model

#B7E4CB color CMYK value is (20,0,11,11).

  • cyan value is 19.74%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 10.59%

CMYK: (20,0,11,11)
C20M0Y11K11 (20%, 0%, 11%, 11%)
(0.20 / 0.00 / 0.11 / 0.11)

CMYK percentages

%19.74
%0
%10.96
%10.59

Codes

Color #B7E4CB in popluar color models

B7 E4 CB
RGB 183 228 203
HSL 147° 45.45% 80.59%
HSB/HSV 147° 19.74% 89.41%
CMYK 19.74% 0.00% 10.96%
10.59%

Color #B7E4CB in popluar number systems.

HEX B7 E4 CB
Decimal 183 228 203
Binary 10110111 11100100 11001011
Octal 267 344 313

Shades and tints

Shades of #B7E4CB

#B7E4CB
(183,228,203)
#A7D0B9
(167,208,185)
#97BCA7
(151,188,167)
#87A895
(135,168,149)
#779483
(119,148,131)
#678071
(103,128,113)
#576C5F
(87,108,95)
#47584D
(71,88,77)
#37443B
(55,68,59)
#273029
(39,48,41)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #B7E4CB

#B7E4CB
(183,228,203)
#BDE6CF
(189,230,207)
#C3E8D3
(195,232,211)
#C9EAD7
(201,234,215)
#CFECDB
(207,236,219)
#D5EEDF
(213,238,223)
#DBF0E3
(219,240,227)
#E1F2E7
(225,242,231)
#E7F4EB
(231,244,235)
#EDF6EF
(237,246,239)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E4CB color. Also use rgb(183,228,203) instead hex code.

Text Font Color

.myTextColor { color: #B7E4CB; }

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

This text font color is #B7E4CB.

Background Color

.myBgColor { background-color: #B7E4CB; }

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

This div background color is #B7E4CB.

Border color

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

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

This div border color is #B7E4CB.

Opacity

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

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

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

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

This text has shadow with #B7E4CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7E4CB.

Preview

Color preview on black background

This text has color #B7E4CB on black background.


Color preview on white background

This text has color #B7E4CB on white background.


Black color preview on #B7E4CB background

This text has black color on #B7E4CB background.


White color preview on #B7E4CB background

This text has white color on #B7E4CB background.


Related colors

Complementary color

Complementary color for #hex is #481B34.


I love getcolorcode.com

Triadic colors

1 #CBB7E4 and #E4CBB7 with #B7E4CB are triadic colors.

2 #CBE4B7 and #E4B7CB with #B7E4CB are triadic colors.