COLOR #BED48C

HEX: #BED48C
RGB: (190,212,140)

Color info

#BED48C contains mainly red and green colors. Web safe color of #BED48C is #CCCC99 (or #CC9).

RGB color model

#BED48C color RGB value is (190,212,140).

  • red value is 190;
  • green value is 212;
  • blue value is 140.
RGB:
(190,212,140)
(75%,83%,55%)

RGB channels and saturation

R 190 of 255 = 75%
G 212 of 255 = 83%
B 140 of 255 = 55%

190
212
140

R + G + B ~ 71%. #BED48C is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 212 + 140 = 542 (100%)
R 190 of 542 ~ 35.06%
G 212 of 542 ~ 39.11%
B 140 of 542 ~ 25.83%

%35.06
%39.11
%25.83

CMYK color model

#BED48C color CMYK value is (10,0,34,17).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 33.96%
  • key color value is 16.86%
CMYK:
(10,0,34,17)
C10M0Y34K17 
(10%,0%,34%,17%)
(0.10/0.00/0.34/0.17)	

CMYK percentages

%10.38
%0
%33.96
%16.86

Codes

Color #BED48C in popluar color models

BED48C
RGB190212140
HSL78°45.57%69.02%
HSB/HSV78°33.96%83.14%
CMYK10.38%0.00%33.96%
16.86%

Color #BED48C in popluar number systems.

HEXBED48C
Decimal190212140
Binary101111101101010010001100
Octal276324214

Shades and tints

Shades of #BED48C

#BED48C
(190,212,140)
#ADC180
(173,193,128)
#9CAE74
(156,174,116)
#8B9B68
(139,155,104)
#7A885C
(122,136,92)
#697550
(105,117,80)
#586244
(88,98,68)
#474F38
(71,79,56)
#363C2C
(54,60,44)
#252920
(37,41,32)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #BED48C

#BED48C
(190,212,140)
#C3D796
(195,215,150)
#C8DAA0
(200,218,160)
#CDDDAA
(205,221,170)
#D2E0B4
(210,224,180)
#D7E3BE
(215,227,190)
#DCE6C8
(220,230,200)
#E1E9D2
(225,233,210)
#E6ECDC
(230,236,220)
#EBEFE6
(235,239,230)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED48C color. Also use rgb(190,212,140) instead hex code.

Text Font Color

.myTextColor { color: #BED48C; }

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

This text font color is #BED48C.


Background Color

.myBgColor { background-color: #BED48C; }

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

This div background color is #BED48C.


Border color

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

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

This div border color is #BED48C.


Opacity

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

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

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

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

This text has shadow with #BED48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED48C on black background.


Color preview on white background

This text has color #BED48C on white background.



Black color preview on #BED48C background

This text has black color on #BED48C background.


White color preview on #BED48C background

This text has white color on #BED48C background.