COLOR #BEE9B3

HEX: #BEE9B3 RGB: (190,233,179)

Color info

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

RGB color model

#BEE9B3 color RGB value is (190,233,179).

RGB: (190,233,179) (75%, 91%, 70%)

RGB channels and saturation

R 190 of 255 = 75%
G 233 of 255 = 91%
B 179 of 255 = 70%

190
233
179

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

Portions of RGB colors in percentages

R + G + B = 190 + 233 + 179 = 602 (100%)
R 190 of 602 ~ 31.56%
G 233 of 602 ~ 38.7%
B 179 of 602 ~ 29.73'%

%31.56
%38.7
%29.73

CMYK color model

#BEE9B3 color CMYK value is (18,0,23,9).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 23.18%
  • key color value is 8.63%

CMYK: (18,0,23,9)
C18M0Y23K9 (18%, 0%, 23%, 9%)
(0.18 / 0.00 / 0.23 / 0.09)

CMYK percentages

%18.45
%0
%23.18
%8.63

Codes

Color #BEE9B3 in popluar color models

BE E9 B3
RGB 190 233 179
HSL 108° 55.10% 80.78%
HSB/HSV 108° 23.18% 91.37%
CMYK 18.45% 0.00% 23.18%
8.63%

Color #BEE9B3 in popluar number systems.

HEX BE E9 B3
Decimal 190 233 179
Binary 10111110 11101001 10110011
Octal 276 351 263

Shades and tints

Shades of #BEE9B3

#BEE9B3
(190,233,179)
#ADD4A3
(173,212,163)
#9CBF93
(156,191,147)
#8BAA83
(139,170,131)
#7A9573
(122,149,115)
#698063
(105,128,99)
#586B53
(88,107,83)
#475643
(71,86,67)
#364133
(54,65,51)
#252C23
(37,44,35)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #BEE9B3

#BEE9B3
(190,233,179)
#C3EBB9
(195,235,185)
#C8EDBF
(200,237,191)
#CDEFC5
(205,239,197)
#D2F1CB
(210,241,203)
#D7F3D1
(215,243,209)
#DCF5D7
(220,245,215)
#E1F7DD
(225,247,221)
#E6F9E3
(230,249,227)
#EBFBE9
(235,251,233)
#F0FDEF
(240,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE9B3 color. Also use rgb(190,233,179) instead hex code.

Text Font Color

.myTextColor { color: #BEE9B3; }

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

This text font color is #BEE9B3.

Background Color

.myBgColor { background-color: #BEE9B3; }

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

This div background color is #BEE9B3.

Border color

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

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

This div border color is #BEE9B3.

Opacity

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

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

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

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

This text has shadow with #BEE9B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE9B3.

Preview

Color preview on black background

This text has color #BEE9B3 on black background.


Color preview on white background

This text has color #BEE9B3 on white background.


Black color preview on #BEE9B3 background

This text has black color on #BEE9B3 background.


White color preview on #BEE9B3 background

This text has white color on #BEE9B3 background.


Related colors

Complementary color

Complementary color for #hex is #41164C.


I love getcolorcode.com

Triadic colors

1 #B3BEE9 and #E9B3BE with #BEE9B3 are triadic colors.

2 #B3E9BE and #E9BEB3 with #BEE9B3 are triadic colors.