COLOR #B5EEDD

HEX: #B5EEDD RGB: (181,238,221)

Color info

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

RGB color model

#B5EEDD color RGB value is (181,238,221).

RGB: (181,238,221) (71%, 93%, 87%)

RGB channels and saturation

R 181 of 255 = 71%
G 238 of 255 = 93%
B 221 of 255 = 87%

181
238
221

R + G + B ~ 84%. #B5EEDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 238 + 221 = 640 (100%)
R 181 of 640 ~ 28.28%
G 238 of 640 ~ 37.19%
B 221 of 640 ~ 34.53'%

%28.28
%37.19
%34.53

CMYK color model

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

  • cyan value is 23.95%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 6.67%
CMYK: (24,0,7,7) C24M0Y7K7 (24%,0%,7%,7%) (0.24/0.00/0.07/0.07) 

CMYK percentages

%23.95
%0
%7.14
%6.67

Codes

Color #B5EEDD in popluar color models

B5 EE DD
RGB 181 238 221
HSL 162° 62.64% 82.16%
HSB/HSV 162° 23.95% 93.33%
CMYK 23.95% 0.00% 7.14%
6.67%

Color #B5EEDD in popluar number systems.

HEX B5 EE DD
Decimal 181 238 221
Binary 10110101 11101110 11011101
Octal 265 356 335

Shades and tints

Shades of #B5EEDD

#B5EEDD
(181,238,221)
#A5D9C9
(165,217,201)
#95C4B5
(149,196,181)
#85AFA1
(133,175,161)
#759A8D
(117,154,141)
#658579
(101,133,121)
#557065
(85,112,101)
#455B51
(69,91,81)
#35463D
(53,70,61)
#253129
(37,49,41)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #B5EEDD

#B5EEDD
(181,238,221)
#BBEFE0
(187,239,224)
#C1F0E3
(193,240,227)
#C7F1E6
(199,241,230)
#CDF2E9
(205,242,233)
#D3F3EC
(211,243,236)
#D9F4EF
(217,244,239)
#DFF5F2
(223,245,242)
#E5F6F5
(229,246,245)
#EBF7F8
(235,247,248)
#F1F8FB
(241,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EEDD; }

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

This text font color is #B5EEDD.

Background Color

.myBgColor { background-color: #B5EEDD; }

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

This div background color is #B5EEDD.

Border color

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

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

This div border color is #B5EEDD.

Opacity

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

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

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

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

This text has shadow with #B5EEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5EEDD.

Preview

Color preview on black background

This text has color #B5EEDD on black background.


Color preview on white background

This text has color #B5EEDD on white background.


Black color preview on #B5EEDD background

This text has black color on #B5EEDD background.


White color preview on #B5EEDD background

This text has white color on #B5EEDD background.


Related colors

Complementary color

Complementary color for #hex is #4A1122.


I love getcolorcode.com

Triadic colors

1 #DDB5EE and #EEDDB5 with #B5EEDD are triadic colors.

2 #DDEEB5 and #EEB5DD with #B5EEDD are triadic colors.