COLOR #BEDCA1

HEX: #BEDCA1
RGB: (190,220,161)

Color info

#BEDCA1 contains red, green and blue colors in about the same proportion. Web safe color of #BEDCA1 is #CCCC99 (or #CC9).

RGB color model

#BEDCA1 color RGB value is (190,220,161).

  • red value is 190;
  • green value is 220;
  • blue value is 161.
RGB:
(190,220,161)
(75%,86%,63%)

RGB channels and saturation

R 190 of 255 = 75%
G 220 of 255 = 86%
B 161 of 255 = 63%

190
220
161

R + G + B ~ 75%. #BEDCA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 220 + 161 = 571 (100%)
R 190 of 571 ~ 33.27%
G 220 of 571 ~ 38.53%
B 161 of 571 ~ 28.2%

%33.27
%38.53
%28.2

CMYK color model

#BEDCA1 color CMYK value is (14,0,27,14).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 26.82%
  • key color value is 13.73%
CMYK:
(14,0,27,14)
C14M0Y27K14 
(14%,0%,27%,14%)
(0.14/0.00/0.27/0.14)	

CMYK percentages

%13.64
%0
%26.82
%13.73

Codes

Color #BEDCA1 in popluar color models

BEDCA1
RGB190220161
HSL91°45.74%74.71%
HSB/HSV91°26.82%86.27%
CMYK13.64%0.00%26.82%
13.73%

Color #BEDCA1 in popluar number systems.

HEXBEDCA1
Decimal190220161
Binary101111101101110010100001
Octal276334241

Shades and tints

Shades of #BEDCA1

#BEDCA1
(190,220,161)
#ADC893
(173,200,147)
#9CB485
(156,180,133)
#8BA077
(139,160,119)
#7A8C69
(122,140,105)
#69785B
(105,120,91)
#58644D
(88,100,77)
#47503F
(71,80,63)
#363C31
(54,60,49)
#252823
(37,40,35)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #BEDCA1

#BEDCA1
(190,220,161)
#C3DFA9
(195,223,169)
#C8E2B1
(200,226,177)
#CDE5B9
(205,229,185)
#D2E8C1
(210,232,193)
#D7EBC9
(215,235,201)
#DCEED1
(220,238,209)
#E1F1D9
(225,241,217)
#E6F4E1
(230,244,225)
#EBF7E9
(235,247,233)
#F0FAF1
(240,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDCA1 color. Also use rgb(190,220,161) instead hex code.

Text Font Color

.myTextColor { color: #BEDCA1; }

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

This text font color is #BEDCA1.


Background Color

.myBgColor { background-color: #BEDCA1; }

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

This div background color is #BEDCA1.


Border color

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

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

This div border color is #BEDCA1.


Opacity

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

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

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

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

This text has shadow with #BEDCA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDCA1 on black background.


Color preview on white background

This text has color #BEDCA1 on white background.



Black color preview on #BEDCA1 background

This text has black color on #BEDCA1 background.


White color preview on #BEDCA1 background

This text has white color on #BEDCA1 background.