COLOR #BEDBB4

HEX: #BEDBB4
RGB: (190,219,180)

Color info

#BEDBB4 contains red, green and blue colors in about the same proportion. Web safe color of #BEDBB4 is #CCCCCC (or #CCC).

RGB color model

#BEDBB4 color RGB value is (190,219,180).

  • red value is 190;
  • green value is 219;
  • blue value is 180.
RGB:
(190,219,180)
(75%,86%,71%)

RGB channels and saturation

R 190 of 255 = 75%
G 219 of 255 = 86%
B 180 of 255 = 71%

190
219
180

R + G + B ~ 77%. #BEDBB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 219 + 180 = 589 (100%)
R 190 of 589 ~ 32.26%
G 219 of 589 ~ 37.18%
B 180 of 589 ~ 30.56%

%32.26
%37.18
%30.56

CMYK color model

#BEDBB4 color CMYK value is (13,0,18,14).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 17.81%
  • key color value is 14.12%
CMYK:
(13,0,18,14)
C13M0Y18K14 
(13%,0%,18%,14%)
(0.13/0.00/0.18/0.14)	

CMYK percentages

%13.24
%0
%17.81
%14.12

Codes

Color #BEDBB4 in popluar color models

BEDBB4
RGB190219180
HSL105°35.14%78.24%
HSB/HSV105°17.81%85.88%
CMYK13.24%0.00%17.81%
14.12%

Color #BEDBB4 in popluar number systems.

HEXBEDBB4
Decimal190219180
Binary101111101101101110110100
Octal276333264

Shades and tints

Shades of #BEDBB4

#BEDBB4
(190,219,180)
#ADC8A4
(173,200,164)
#9CB594
(156,181,148)
#8BA284
(139,162,132)
#7A8F74
(122,143,116)
#697C64
(105,124,100)
#586954
(88,105,84)
#475644
(71,86,68)
#364334
(54,67,52)
#253024
(37,48,36)
#141D14
(20,29,20)
#000000
(0,0,0)

Tints of #BEDBB4

#BEDBB4
(190,219,180)
#C3DEBA
(195,222,186)
#C8E1C0
(200,225,192)
#CDE4C6
(205,228,198)
#D2E7CC
(210,231,204)
#D7EAD2
(215,234,210)
#DCEDD8
(220,237,216)
#E1F0DE
(225,240,222)
#E6F3E4
(230,243,228)
#EBF6EA
(235,246,234)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDBB4 color. Also use rgb(190,219,180) instead hex code.

Text Font Color

.myTextColor { color: #BEDBB4; }

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

This text font color is #BEDBB4.


Background Color

.myBgColor { background-color: #BEDBB4; }

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

This div background color is #BEDBB4.


Border color

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

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

This div border color is #BEDBB4.


Opacity

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

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

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

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

This text has shadow with #BEDBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDBB4 on black background.


Color preview on white background

This text has color #BEDBB4 on white background.



Black color preview on #BEDBB4 background

This text has black color on #BEDBB4 background.


White color preview on #BEDBB4 background

This text has white color on #BEDBB4 background.