COLOR #BEEDB9

HEX: #BEEDB9
RGB: (190,237,185)

Color info

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

RGB color model

#BEEDB9 color RGB value is (190,237,185).

  • red value is 190;
  • green value is 237;
  • blue value is 185.
RGB:
(190,237,185)
(75%,93%,73%)

RGB channels and saturation

R 190 of 255 = 75%
G 237 of 255 = 93%
B 185 of 255 = 73%

190
237
185

R + G + B ~ 80%. #BEEDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 237 + 185 = 612 (100%)
R 190 of 612 ~ 31.05%
G 237 of 612 ~ 38.73%
B 185 of 612 ~ 30.23%

%31.05
%38.73
%30.23

CMYK color model

#BEEDB9 color CMYK value is (20,0,22,7).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 7.06%
CMYK:
(20,0,22,7)
C20M0Y22K7 
(20%,0%,22%,7%)
(0.20/0.00/0.22/0.07)	

CMYK percentages

%19.83
%0
%21.94
%7.06

Codes

Color #BEEDB9 in popluar color models

BEEDB9
RGB190237185
HSL114°59.09%82.75%
HSB/HSV114°21.94%92.94%
CMYK19.83%0.00%21.94%
7.06%

Color #BEEDB9 in popluar number systems.

HEXBEEDB9
Decimal190237185
Binary101111101110110110111001
Octal276355271

Shades and tints

Shades of #BEEDB9

#BEEDB9
(190,237,185)
#ADD8A9
(173,216,169)
#9CC399
(156,195,153)
#8BAE89
(139,174,137)
#7A9979
(122,153,121)
#698469
(105,132,105)
#586F59
(88,111,89)
#475A49
(71,90,73)
#364539
(54,69,57)
#253029
(37,48,41)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #BEEDB9

#BEEDB9
(190,237,185)
#C3EEBF
(195,238,191)
#C8EFC5
(200,239,197)
#CDF0CB
(205,240,203)
#D2F1D1
(210,241,209)
#D7F2D7
(215,242,215)
#DCF3DD
(220,243,221)
#E1F4E3
(225,244,227)
#E6F5E9
(230,245,233)
#EBF6EF
(235,246,239)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEDB9 color. Also use rgb(190,237,185) instead hex code.

Text Font Color

.myTextColor { color: #BEEDB9; }

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

This text font color is #BEEDB9.


Background Color

.myBgColor { background-color: #BEEDB9; }

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

This div background color is #BEEDB9.


Border color

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

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

This div border color is #BEEDB9.


Opacity

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

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

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

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

This text has shadow with #BEEDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEDB9 on black background.


Color preview on white background

This text has color #BEEDB9 on white background.



Black color preview on #BEEDB9 background

This text has black color on #BEEDB9 background.


White color preview on #BEEDB9 background

This text has white color on #BEEDB9 background.