COLOR #B5EEBD

HEX: #B5EEBD RGB: (181,238,189)

Color info

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

RGB color model

#B5EEBD color RGB value is (181,238,189).

RGB: (181,238,189) (71%, 93%, 74%)

RGB channels and saturation

R 181 of 255 = 71%
G 238 of 255 = 93%
B 189 of 255 = 74%

181
238
189

R + G + B ~ 79%. #B5EEBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 238 + 189 = 608 (100%)
R 181 of 608 ~ 29.77%
G 238 of 608 ~ 39.14%
B 189 of 608 ~ 31.09'%

%29.77
%39.14
%31.09

CMYK color model

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

  • cyan value is 23.95%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 6.67%

CMYK: (24,0,21,7)
C24M0Y21K7 (24%, 0%, 21%, 7%)
(0.24 / 0.00 / 0.21 / 0.07)

CMYK percentages

%23.95
%0
%20.59
%6.67

Codes

Color #B5EEBD in popluar color models

B5 EE BD
RGB 181 238 189
HSL 128° 62.64% 82.16%
HSB/HSV 128° 23.95% 93.33%
CMYK 23.95% 0.00% 20.59%
6.67%

Color #B5EEBD in popluar number systems.

HEX B5 EE BD
Decimal 181 238 189
Binary 10110101 11101110 10111101
Octal 265 356 275

Shades and tints

Shades of #B5EEBD

#B5EEBD
(181,238,189)
#A5D9AC
(165,217,172)
#95C49B
(149,196,155)
#85AF8A
(133,175,138)
#759A79
(117,154,121)
#658568
(101,133,104)
#557057
(85,112,87)
#455B46
(69,91,70)
#354635
(53,70,53)
#253124
(37,49,36)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #B5EEBD

#B5EEBD
(181,238,189)
#BBEFC3
(187,239,195)
#C1F0C9
(193,240,201)
#C7F1CF
(199,241,207)
#CDF2D5
(205,242,213)
#D3F3DB
(211,243,219)
#D9F4E1
(217,244,225)
#DFF5E7
(223,245,231)
#E5F6ED
(229,246,237)
#EBF7F3
(235,247,243)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EEBD; }

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

This text font color is #B5EEBD.

Background Color

.myBgColor { background-color: #B5EEBD; }

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

This div background color is #B5EEBD.

Border color

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

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

This div border color is #B5EEBD.

Opacity

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

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

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

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

This text has shadow with #B5EEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5EEBD.

Preview

Color preview on black background

This text has color #B5EEBD on black background.


Color preview on white background

This text has color #B5EEBD on white background.


Black color preview on #B5EEBD background

This text has black color on #B5EEBD background.


White color preview on #B5EEBD background

This text has white color on #B5EEBD background.


Related colors

Complementary color

Complementary color for #hex is #4A1142.


I love getcolorcode.com

Triadic colors

1 #BDB5EE and #EEBDB5 with #B5EEBD are triadic colors.

2 #BDEEB5 and #EEB5BD with #B5EEBD are triadic colors.