COLOR #B7E3C2

HEX: #B7E3C2 RGB: (183,227,194)

Color info

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

RGB color model

#B7E3C2 color RGB value is (183,227,194).

RGB: (183,227,194) (72%, 89%, 76%)

RGB channels and saturation

R 183 of 255 = 72%
G 227 of 255 = 89%
B 194 of 255 = 76%

183
227
194

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

Portions of RGB colors in percentages

R + G + B = 183 + 227 + 194 = 604 (100%)
R 183 of 604 ~ 30.3%
G 227 of 604 ~ 37.58%
B 194 of 604 ~ 32.12'%

%30.3
%37.58
%32.12

CMYK color model

#B7E3C2 color CMYK value is (19,0,15,11).

  • cyan value is 19.38%
  • magenta value is 0.00%
  • yellow value is 14.54%
  • key color value is 10.98%

CMYK: (19,0,15,11)
C19M0Y15K11 (19%, 0%, 15%, 11%)
(0.19 / 0.00 / 0.15 / 0.11)

CMYK percentages

%19.38
%0
%14.54
%10.98

Codes

Color #B7E3C2 in popluar color models

B7 E3 C2
RGB 183 227 194
HSL 135° 44.00% 80.39%
HSB/HSV 135° 19.38% 89.02%
CMYK 19.38% 0.00% 14.54%
10.98%

Color #B7E3C2 in popluar number systems.

HEX B7 E3 C2
Decimal 183 227 194
Binary 10110111 11100011 11000010
Octal 267 343 302

Shades and tints

Shades of #B7E3C2

#B7E3C2
(183,227,194)
#A7CFB1
(167,207,177)
#97BBA0
(151,187,160)
#87A78F
(135,167,143)
#77937E
(119,147,126)
#677F6D
(103,127,109)
#576B5C
(87,107,92)
#47574B
(71,87,75)
#37433A
(55,67,58)
#272F29
(39,47,41)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #B7E3C2

#B7E3C2
(183,227,194)
#BDE5C7
(189,229,199)
#C3E7CC
(195,231,204)
#C9E9D1
(201,233,209)
#CFEBD6
(207,235,214)
#D5EDDB
(213,237,219)
#DBEFE0
(219,239,224)
#E1F1E5
(225,241,229)
#E7F3EA
(231,243,234)
#EDF5EF
(237,245,239)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E3C2 color. Also use rgb(183,227,194) instead hex code.

Text Font Color

.myTextColor { color: #B7E3C2; }

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

This text font color is #B7E3C2.

Background Color

.myBgColor { background-color: #B7E3C2; }

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

This div background color is #B7E3C2.

Border color

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

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

This div border color is #B7E3C2.

Opacity

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

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

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

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

This text has shadow with #B7E3C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7E3C2.

Preview

Color preview on black background

This text has color #B7E3C2 on black background.


Color preview on white background

This text has color #B7E3C2 on white background.


Black color preview on #B7E3C2 background

This text has black color on #B7E3C2 background.


White color preview on #B7E3C2 background

This text has white color on #B7E3C2 background.


Related colors

Complementary color

Complementary color for #hex is #481C3D.


I love getcolorcode.com

Triadic colors

1 #C2B7E3 and #E3C2B7 with #B7E3C2 are triadic colors.

2 #C2E3B7 and #E3B7C2 with #B7E3C2 are triadic colors.