COLOR #BEEAB5

HEX: #BEEAB5
RGB: (190,234,181)

Color info

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

RGB color model

#BEEAB5 color RGB value is (190,234,181).

  • red value is 190;
  • green value is 234;
  • blue value is 181.
RGB:
(190,234,181)
(75%,92%,71%)

RGB channels and saturation

R 190 of 255 = 75%
G 234 of 255 = 92%
B 181 of 255 = 71%

190
234
181

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

Portions of RGB colors in percentages

R + G + B =
190 + 234 + 181 = 605 (100%)
R 190 of 605 ~ 31.4%
G 234 of 605 ~ 38.68%
B 181 of 605 ~ 29.92%

%31.4
%38.68
%29.92

CMYK color model

#BEEAB5 color CMYK value is (19,0,23,8).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 22.65%
  • key color value is 8.24%
CMYK:
(19,0,23,8)
C19M0Y23K8 
(19%,0%,23%,8%)
(0.19/0.00/0.23/0.08)	

CMYK percentages

%18.8
%0
%22.65
%8.24

Codes

Color #BEEAB5 in popluar color models

BEEAB5
RGB190234181
HSL110°55.79%81.37%
HSB/HSV110°22.65%91.76%
CMYK18.80%0.00%22.65%
8.24%

Color #BEEAB5 in popluar number systems.

HEXBEEAB5
Decimal190234181
Binary101111101110101010110101
Octal276352265

Shades and tints

Shades of #BEEAB5

#BEEAB5
(190,234,181)
#ADD5A5
(173,213,165)
#9CC095
(156,192,149)
#8BAB85
(139,171,133)
#7A9675
(122,150,117)
#698165
(105,129,101)
#586C55
(88,108,85)
#475745
(71,87,69)
#364235
(54,66,53)
#252D25
(37,45,37)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #BEEAB5

#BEEAB5
(190,234,181)
#C3EBBB
(195,235,187)
#C8ECC1
(200,236,193)
#CDEDC7
(205,237,199)
#D2EECD
(210,238,205)
#D7EFD3
(215,239,211)
#DCF0D9
(220,240,217)
#E1F1DF
(225,241,223)
#E6F2E5
(230,242,229)
#EBF3EB
(235,243,235)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEAB5 color. Also use rgb(190,234,181) instead hex code.

Text Font Color

.myTextColor { color: #BEEAB5; }

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

This text font color is #BEEAB5.


Background Color

.myBgColor { background-color: #BEEAB5; }

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

This div background color is #BEEAB5.


Border color

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

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

This div border color is #BEEAB5.


Opacity

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

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

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

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

This text has shadow with #BEEAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEAB5 on black background.


Color preview on white background

This text has color #BEEAB5 on white background.



Black color preview on #BEEAB5 background

This text has black color on #BEEAB5 background.


White color preview on #BEEAB5 background

This text has white color on #BEEAB5 background.