COLOR #B5EDC2

HEX: #B5EDC2 RGB: (181,237,194)

Color info

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

RGB color model

#B5EDC2 color RGB value is (181,237,194).

RGB: (181,237,194) (71%, 93%, 76%)

RGB channels and saturation

R 181 of 255 = 71%
G 237 of 255 = 93%
B 194 of 255 = 76%

181
237
194

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

Portions of RGB colors in percentages

R + G + B = 181 + 237 + 194 = 612 (100%)
R 181 of 612 ~ 29.58%
G 237 of 612 ~ 38.73%
B 194 of 612 ~ 31.7'%

%29.58
%38.73
%31.7

CMYK color model

#B5EDC2 color CMYK value is (24,0,18,7).

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

CMYK: (24,0,18,7)
C24M0Y18K7 (24%, 0%, 18%, 7%)
(0.24 / 0.00 / 0.18 / 0.07)

CMYK percentages

%23.63
%0
%18.14
%7.06

Codes

Color #B5EDC2 in popluar color models

B5 ED C2
RGB 181 237 194
HSL 134° 60.87% 81.96%
HSB/HSV 134° 23.63% 92.94%
CMYK 23.63% 0.00% 18.14%
7.06%

Color #B5EDC2 in popluar number systems.

HEX B5 ED C2
Decimal 181 237 194
Binary 10110101 11101101 11000010
Octal 265 355 302

Shades and tints

Shades of #B5EDC2

#B5EDC2
(181,237,194)
#A5D8B1
(165,216,177)
#95C3A0
(149,195,160)
#85AE8F
(133,174,143)
#75997E
(117,153,126)
#65846D
(101,132,109)
#556F5C
(85,111,92)
#455A4B
(69,90,75)
#35453A
(53,69,58)
#253029
(37,48,41)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #B5EDC2

#B5EDC2
(181,237,194)
#BBEEC7
(187,238,199)
#C1EFCC
(193,239,204)
#C7F0D1
(199,240,209)
#CDF1D6
(205,241,214)
#D3F2DB
(211,242,219)
#D9F3E0
(217,243,224)
#DFF4E5
(223,244,229)
#E5F5EA
(229,245,234)
#EBF6EF
(235,246,239)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EDC2; }

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

This text font color is #B5EDC2.

Background Color

.myBgColor { background-color: #B5EDC2; }

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

This div background color is #B5EDC2.

Border color

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

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

This div border color is #B5EDC2.

Opacity

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

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

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

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

This text has shadow with #B5EDC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5EDC2.

Preview

Color preview on black background

This text has color #B5EDC2 on black background.


Color preview on white background

This text has color #B5EDC2 on white background.


Black color preview on #B5EDC2 background

This text has black color on #B5EDC2 background.


White color preview on #B5EDC2 background

This text has white color on #B5EDC2 background.


Related colors

Complementary color

Complementary color for #hex is #4A123D.


I love getcolorcode.com

Triadic colors

1 #C2B5ED and #EDC2B5 with #B5EDC2 are triadic colors.

2 #C2EDB5 and #EDB5C2 with #B5EDC2 are triadic colors.