COLOR #BEDEB4

HEX: #BEDEB4
RGB: (190,222,180)

Color info

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

RGB color model

#BEDEB4 color RGB value is (190,222,180).

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

RGB channels and saturation

R 190 of 255 = 75%
G 222 of 255 = 87%
B 180 of 255 = 71%

190
222
180

R + G + B ~ 78%. #BEDEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 222 + 180 = 592 (100%)
R 190 of 592 ~ 32.09%
G 222 of 592 ~ 37.5%
B 180 of 592 ~ 30.41%

%32.09
%37.5
%30.41

CMYK color model

#BEDEB4 color CMYK value is (14,0,19,13).

  • cyan value is 14.41%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 12.94%
CMYK:
(14,0,19,13)
C14M0Y19K13 
(14%,0%,19%,13%)
(0.14/0.00/0.19/0.13)	

CMYK percentages

%14.41
%0
%18.92
%12.94

Codes

Color #BEDEB4 in popluar color models

BEDEB4
RGB190222180
HSL106°38.89%78.82%
HSB/HSV106°18.92%87.06%
CMYK14.41%0.00%18.92%
12.94%

Color #BEDEB4 in popluar number systems.

HEXBEDEB4
Decimal190222180
Binary101111101101111010110100
Octal276336264

Shades and tints

Shades of #BEDEB4

#BEDEB4
(190,222,180)
#ADCAA4
(173,202,164)
#9CB694
(156,182,148)
#8BA284
(139,162,132)
#7A8E74
(122,142,116)
#697A64
(105,122,100)
#586654
(88,102,84)
#475244
(71,82,68)
#363E34
(54,62,52)
#252A24
(37,42,36)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #BEDEB4

#BEDEB4
(190,222,180)
#C3E1BA
(195,225,186)
#C8E4C0
(200,228,192)
#CDE7C6
(205,231,198)
#D2EACC
(210,234,204)
#D7EDD2
(215,237,210)
#DCF0D8
(220,240,216)
#E1F3DE
(225,243,222)
#E6F6E4
(230,246,228)
#EBF9EA
(235,249,234)
#F0FCF0
(240,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDEB4; }

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

This text font color is #BEDEB4.


Background Color

.myBgColor { background-color: #BEDEB4; }

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

This div background color is #BEDEB4.


Border color

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

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

This div border color is #BEDEB4.


Opacity

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

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

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

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

This text has shadow with #BEDEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDEB4 on black background.


Color preview on white background

This text has color #BEDEB4 on white background.



Black color preview on #BEDEB4 background

This text has black color on #BEDEB4 background.


White color preview on #BEDEB4 background

This text has white color on #BEDEB4 background.