COLOR #BED693

HEX: #BED693
RGB: (190,214,147)

Color info

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

RGB color model

#BED693 color RGB value is (190,214,147).

  • red value is 190;
  • green value is 214;
  • blue value is 147.
RGB:
(190,214,147)
(75%,84%,58%)

RGB channels and saturation

R 190 of 255 = 75%
G 214 of 255 = 84%
B 147 of 255 = 58%

190
214
147

R + G + B ~ 72%. #BED693 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 214 + 147 = 551 (100%)
R 190 of 551 ~ 34.48%
G 214 of 551 ~ 38.84%
B 147 of 551 ~ 26.68%

%34.48
%38.84
%26.68

CMYK color model

#BED693 color CMYK value is (11,0,31,16).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 16.08%
CMYK:
(11,0,31,16)
C11M0Y31K16 
(11%,0%,31%,16%)
(0.11/0.00/0.31/0.16)	

CMYK percentages

%11.21
%0
%31.31
%16.08

Codes

Color #BED693 in popluar color models

BED693
RGB190214147
HSL81°44.97%70.78%
HSB/HSV81°31.31%83.92%
CMYK11.21%0.00%31.31%
16.08%

Color #BED693 in popluar number systems.

HEXBED693
Decimal190214147
Binary101111101101011010010011
Octal276326223

Shades and tints

Shades of #BED693

#BED693
(190,214,147)
#ADC386
(173,195,134)
#9CB079
(156,176,121)
#8B9D6C
(139,157,108)
#7A8A5F
(122,138,95)
#697752
(105,119,82)
#586445
(88,100,69)
#475138
(71,81,56)
#363E2B
(54,62,43)
#252B1E
(37,43,30)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #BED693

#BED693
(190,214,147)
#C3D99C
(195,217,156)
#C8DCA5
(200,220,165)
#CDDFAE
(205,223,174)
#D2E2B7
(210,226,183)
#D7E5C0
(215,229,192)
#DCE8C9
(220,232,201)
#E1EBD2
(225,235,210)
#E6EEDB
(230,238,219)
#EBF1E4
(235,241,228)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED693 color. Also use rgb(190,214,147) instead hex code.

Text Font Color

.myTextColor { color: #BED693; }

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

This text font color is #BED693.


Background Color

.myBgColor { background-color: #BED693; }

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

This div background color is #BED693.


Border color

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

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

This div border color is #BED693.


Opacity

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

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

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

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

This text has shadow with #BED693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED693 on black background.


Color preview on white background

This text has color #BED693 on white background.



Black color preview on #BED693 background

This text has black color on #BED693 background.


White color preview on #BED693 background

This text has white color on #BED693 background.