COLOR #BEEAB0

HEX: #BEEAB0 RGB: (190,234,176)

Color info

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

RGB color model

#BEEAB0 color RGB value is (190,234,176).

RGB: (190,234,176) (75%, 92%, 69%)

RGB channels and saturation

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

190
234
176

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

Portions of RGB colors in percentages

R + G + B = 190 + 234 + 176 = 600 (100%)
R 190 of 600 ~ 31.67%
G 234 of 600 ~ 39%
B 176 of 600 ~ 29.33'%

%31.67
%39
%29.33

CMYK color model

#BEEAB0 color CMYK value is (19,0,25,8).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 8.24%

CMYK: (19,0,25,8)
C19M0Y25K8 (19%, 0%, 25%, 8%)
(0.19 / 0.00 / 0.25 / 0.08)

CMYK percentages

%18.8
%0
%24.79
%8.24

Codes

Color #BEEAB0 in popluar color models

BE EA B0
RGB 190 234 176
HSL 106° 58.00% 80.39%
HSB/HSV 106° 24.79% 91.76%
CMYK 18.80% 0.00% 24.79%
8.24%

Color #BEEAB0 in popluar number systems.

HEX BE EA B0
Decimal 190 234 176
Binary 10111110 11101010 10110000
Octal 276 352 260

Shades and tints

Shades of #BEEAB0

#BEEAB0
(190,234,176)
#ADD5A0
(173,213,160)
#9CC090
(156,192,144)
#8BAB80
(139,171,128)
#7A9670
(122,150,112)
#698160
(105,129,96)
#586C50
(88,108,80)
#475740
(71,87,64)
#364230
(54,66,48)
#252D20
(37,45,32)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #BEEAB0

#BEEAB0
(190,234,176)
#C3EBB7
(195,235,183)
#C8ECBE
(200,236,190)
#CDEDC5
(205,237,197)
#D2EECC
(210,238,204)
#D7EFD3
(215,239,211)
#DCF0DA
(220,240,218)
#E1F1E1
(225,241,225)
#E6F2E8
(230,242,232)
#EBF3EF
(235,243,239)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEAB0; }

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

This text font color is #BEEAB0.

Background Color

.myBgColor { background-color: #BEEAB0; }

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

This div background color is #BEEAB0.

Border color

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

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

This div border color is #BEEAB0.

Opacity

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

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

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

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

This text has shadow with #BEEAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEAB0.

Preview

Color preview on black background

This text has color #BEEAB0 on black background.


Color preview on white background

This text has color #BEEAB0 on white background.


Black color preview on #BEEAB0 background

This text has black color on #BEEAB0 background.


White color preview on #BEEAB0 background

This text has white color on #BEEAB0 background.


Related colors

Complementary color

Complementary color for #hex is #41154F.


I love getcolorcode.com

Triadic colors

1 #B0BEEA and #EAB0BE with #BEEAB0 are triadic colors.

2 #B0EABE and #EABEB0 with #BEEAB0 are triadic colors.