COLOR #B5EEC2

HEX: #B5EEC2 RGB: (181,238,194)

Color info

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

RGB color model

#B5EEC2 color RGB value is (181,238,194).

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

RGB channels and saturation

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

181
238
194

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

Portions of RGB colors in percentages

R + G + B = 181 + 238 + 194 = 613 (100%)
R 181 of 613 ~ 29.53%
G 238 of 613 ~ 38.83%
B 194 of 613 ~ 31.65'%

%29.53
%38.83
%31.65

CMYK color model

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

  • cyan value is 23.95%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 6.67%
CMYK: (24,0,18,7) C24M0Y18K7 (24%,0%,18%,7%) (0.24/0.00/0.18/0.07) 

CMYK percentages

%23.95
%0
%18.49
%6.67

Codes

Color #B5EEC2 in popluar color models

B5 EE C2
RGB 181 238 194
HSL 134° 62.64% 82.16%
HSB/HSV 134° 23.95% 93.33%
CMYK 23.95% 0.00% 18.49%
6.67%

Color #B5EEC2 in popluar number systems.

HEX B5 EE C2
Decimal 181 238 194
Binary 10110101 11101110 11000010
Octal 265 356 302

Shades and tints

Shades of #B5EEC2

#B5EEC2
(181,238,194)
#A5D9B1
(165,217,177)
#95C4A0
(149,196,160)
#85AF8F
(133,175,143)
#759A7E
(117,154,126)
#65856D
(101,133,109)
#55705C
(85,112,92)
#455B4B
(69,91,75)
#35463A
(53,70,58)
#253129
(37,49,41)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #B5EEC2

#B5EEC2
(181,238,194)
#BBEFC7
(187,239,199)
#C1F0CC
(193,240,204)
#C7F1D1
(199,241,209)
#CDF2D6
(205,242,214)
#D3F3DB
(211,243,219)
#D9F4E0
(217,244,224)
#DFF5E5
(223,245,229)
#E5F6EA
(229,246,234)
#EBF7EF
(235,247,239)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EEC2; }

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

This text font color is #B5EEC2.

Background Color

.myBgColor { background-color: #B5EEC2; }

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

This div background color is #B5EEC2.

Border color

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

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

This div border color is #B5EEC2.

Opacity

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

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

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

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

This text has shadow with #B5EEC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5EEC2.

Preview

Color preview on black background

This text has color #B5EEC2 on black background.


Color preview on white background

This text has color #B5EEC2 on white background.


Black color preview on #B5EEC2 background

This text has black color on #B5EEC2 background.


White color preview on #B5EEC2 background

This text has white color on #B5EEC2 background.


Related colors

Complementary color

Complementary color for #hex is #4A113D.


I love getcolorcode.com

Triadic colors

1 #C2B5EE and #EEC2B5 with #B5EEC2 are triadic colors.

2 #C2EEB5 and #EEB5C2 with #B5EEC2 are triadic colors.