COLOR #B5EECF

HEX: #B5EECF RGB: (181,238,207)

Color info

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

RGB color model

#B5EECF color RGB value is (181,238,207).

RGB: (181,238,207) (71%, 93%, 81%)

RGB channels and saturation

R 181 of 255 = 71%
G 238 of 255 = 93%
B 207 of 255 = 81%

181
238
207

R + G + B ~ 82%. #B5EECF is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 238 + 207 = 626 (100%)
R 181 of 626 ~ 28.91%
G 238 of 626 ~ 38.02%
B 207 of 626 ~ 33.07'%

%28.91
%38.02
%33.07

CMYK color model

#B5EECF color CMYK value is (24,0,13,7).

  • cyan value is 23.95%
  • magenta value is 0.00%
  • yellow value is 13.03%
  • key color value is 6.67%
CMYK: (24,0,13,7) C24M0Y13K7 (24%,0%,13%,7%) (0.24/0.00/0.13/0.07) 

CMYK percentages

%23.95
%0
%13.03
%6.67

Codes

Color #B5EECF in popluar color models

B5 EE CF
RGB 181 238 207
HSL 147° 62.64% 82.16%
HSB/HSV 147° 23.95% 93.33%
CMYK 23.95% 0.00% 13.03%
6.67%

Color #B5EECF in popluar number systems.

HEX B5 EE CF
Decimal 181 238 207
Binary 10110101 11101110 11001111
Octal 265 356 317

Shades and tints

Shades of #B5EECF

#B5EECF
(181,238,207)
#A5D9BD
(165,217,189)
#95C4AB
(149,196,171)
#85AF99
(133,175,153)
#759A87
(117,154,135)
#658575
(101,133,117)
#557063
(85,112,99)
#455B51
(69,91,81)
#35463F
(53,70,63)
#25312D
(37,49,45)
#151C1B
(21,28,27)
#000000
(0,0,0)

Tints of #B5EECF

#B5EECF
(181,238,207)
#BBEFD3
(187,239,211)
#C1F0D7
(193,240,215)
#C7F1DB
(199,241,219)
#CDF2DF
(205,242,223)
#D3F3E3
(211,243,227)
#D9F4E7
(217,244,231)
#DFF5EB
(223,245,235)
#E5F6EF
(229,246,239)
#EBF7F3
(235,247,243)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EECF; }

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

This text font color is #B5EECF.

Background Color

.myBgColor { background-color: #B5EECF; }

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

This div background color is #B5EECF.

Border color

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

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

This div border color is #B5EECF.

Opacity

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

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

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

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

This text has shadow with #B5EECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5EECF.

Preview

Color preview on black background

This text has color #B5EECF on black background.


Color preview on white background

This text has color #B5EECF on white background.


Black color preview on #B5EECF background

This text has black color on #B5EECF background.


White color preview on #B5EECF background

This text has white color on #B5EECF background.


Related colors

Complementary color

Complementary color for #hex is #4A1130.


I love getcolorcode.com

Triadic colors

1 #CFB5EE and #EECFB5 with #B5EECF are triadic colors.

2 #CFEEB5 and #EEB5CF with #B5EECF are triadic colors.