COLOR #B7EDC2

HEX: #B7EDC2 RGB: (183,237,194)

Color info

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

RGB color model

#B7EDC2 color RGB value is (183,237,194).

RGB: (183,237,194) (72%, 93%, 76%)

RGB channels and saturation

R 183 of 255 = 72%
G 237 of 255 = 93%
B 194 of 255 = 76%

183
237
194

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

Portions of RGB colors in percentages

R + G + B = 183 + 237 + 194 = 614 (100%)
R 183 of 614 ~ 29.8%
G 237 of 614 ~ 38.6%
B 194 of 614 ~ 31.6'%

%29.8
%38.6
%31.6

CMYK color model

#B7EDC2 color CMYK value is (23,0,18,7).

  • cyan value is 22.78%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 7.06%

CMYK: (23,0,18,7)
C23M0Y18K7 (23%, 0%, 18%, 7%)
(0.23 / 0.00 / 0.18 / 0.07)

CMYK percentages

%22.78
%0
%18.14
%7.06

Codes

Color #B7EDC2 in popluar color models

B7 ED C2
RGB 183 237 194
HSL 132° 60.00% 82.35%
HSB/HSV 132° 22.78% 92.94%
CMYK 22.78% 0.00% 18.14%
7.06%

Color #B7EDC2 in popluar number systems.

HEX B7 ED C2
Decimal 183 237 194
Binary 10110111 11101101 11000010
Octal 267 355 302

Shades and tints

Shades of #B7EDC2

#B7EDC2
(183,237,194)
#A7D8B1
(167,216,177)
#97C3A0
(151,195,160)
#87AE8F
(135,174,143)
#77997E
(119,153,126)
#67846D
(103,132,109)
#576F5C
(87,111,92)
#475A4B
(71,90,75)
#37453A
(55,69,58)
#273029
(39,48,41)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #B7EDC2

#B7EDC2
(183,237,194)
#BDEEC7
(189,238,199)
#C3EFCC
(195,239,204)
#C9F0D1
(201,240,209)
#CFF1D6
(207,241,214)
#D5F2DB
(213,242,219)
#DBF3E0
(219,243,224)
#E1F4E5
(225,244,229)
#E7F5EA
(231,245,234)
#EDF6EF
(237,246,239)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7EDC2; }

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

This text font color is #B7EDC2.

Background Color

.myBgColor { background-color: #B7EDC2; }

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

This div background color is #B7EDC2.

Border color

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

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

This div border color is #B7EDC2.

Opacity

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

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

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

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

This text has shadow with #B7EDC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7EDC2.

Preview

Color preview on black background

This text has color #B7EDC2 on black background.


Color preview on white background

This text has color #B7EDC2 on white background.


Black color preview on #B7EDC2 background

This text has black color on #B7EDC2 background.


White color preview on #B7EDC2 background

This text has white color on #B7EDC2 background.


Related colors

Complementary color

Complementary color for #hex is #48123D.


I love getcolorcode.com

Triadic colors

1 #C2B7ED and #EDC2B7 with #B7EDC2 are triadic colors.

2 #C2EDB7 and #EDB7C2 with #B7EDC2 are triadic colors.