COLOR #BEEAB1

HEX: #BEEAB1
RGB: (190,234,177)

Color info

#BEEAB1 contains red, green and blue colors in about the same proportion. Web safe color of #BEEAB1 is #CCFF99 (or #CF9).

RGB color model

#BEEAB1 color RGB value is (190,234,177).

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

RGB channels and saturation

R 190 of 255 = 75%
G 234 of 255 = 92%
B 177 of 255 = 69%

190
234
177

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

Portions of RGB colors in percentages

R + G + B =
190 + 234 + 177 = 601 (100%)
R 190 of 601 ~ 31.61%
G 234 of 601 ~ 38.94%
B 177 of 601 ~ 29.45%

%31.61
%38.94
%29.45

CMYK color model

#BEEAB1 color CMYK value is (19,0,24,8).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 24.36%
  • key color value is 8.24%
CMYK:
(19,0,24,8)
C19M0Y24K8 
(19%,0%,24%,8%)
(0.19/0.00/0.24/0.08)	

CMYK percentages

%18.8
%0
%24.36
%8.24

Codes

Color #BEEAB1 in popluar color models

BEEAB1
RGB190234177
HSL106°57.58%80.59%
HSB/HSV106°24.36%91.76%
CMYK18.80%0.00%24.36%
8.24%

Color #BEEAB1 in popluar number systems.

HEXBEEAB1
Decimal190234177
Binary101111101110101010110001
Octal276352261

Shades and tints

Shades of #BEEAB1

#BEEAB1
(190,234,177)
#ADD5A1
(173,213,161)
#9CC091
(156,192,145)
#8BAB81
(139,171,129)
#7A9671
(122,150,113)
#698161
(105,129,97)
#586C51
(88,108,81)
#475741
(71,87,65)
#364231
(54,66,49)
#252D21
(37,45,33)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #BEEAB1

#BEEAB1
(190,234,177)
#C3EBB8
(195,235,184)
#C8ECBF
(200,236,191)
#CDEDC6
(205,237,198)
#D2EECD
(210,238,205)
#D7EFD4
(215,239,212)
#DCF0DB
(220,240,219)
#E1F1E2
(225,241,226)
#E6F2E9
(230,242,233)
#EBF3F0
(235,243,240)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEAB1; }

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

This text font color is #BEEAB1.


Background Color

.myBgColor { background-color: #BEEAB1; }

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

This div background color is #BEEAB1.


Border color

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

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

This div border color is #BEEAB1.


Opacity

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

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

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

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

This text has shadow with #BEEAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEAB1 on black background.


Color preview on white background

This text has color #BEEAB1 on white background.



Black color preview on #BEEAB1 background

This text has black color on #BEEAB1 background.


White color preview on #BEEAB1 background

This text has white color on #BEEAB1 background.