COLOR #BED590

HEX: #BED590
RGB: (190,213,144)

Color info

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

RGB color model

#BED590 color RGB value is (190,213,144).

  • red value is 190;
  • green value is 213;
  • blue value is 144.
RGB:
(190,213,144)
(75%,84%,56%)

RGB channels and saturation

R 190 of 255 = 75%
G 213 of 255 = 84%
B 144 of 255 = 56%

190
213
144

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

Portions of RGB colors in percentages

R + G + B =
190 + 213 + 144 = 547 (100%)
R 190 of 547 ~ 34.73%
G 213 of 547 ~ 38.94%
B 144 of 547 ~ 26.33%

%34.73
%38.94
%26.33

CMYK color model

#BED590 color CMYK value is (11,0,32,16).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 32.39%
  • key color value is 16.47%
CMYK:
(11,0,32,16)
C11M0Y32K16 
(11%,0%,32%,16%)
(0.11/0.00/0.32/0.16)	

CMYK percentages

%10.8
%0
%32.39
%16.47

Codes

Color #BED590 in popluar color models

BED590
RGB190213144
HSL80°45.10%70.00%
HSB/HSV80°32.39%83.53%
CMYK10.80%0.00%32.39%
16.47%

Color #BED590 in popluar number systems.

HEXBED590
Decimal190213144
Binary101111101101010110010000
Octal276325220

Shades and tints

Shades of #BED590

#BED590
(190,213,144)
#ADC283
(173,194,131)
#9CAF76
(156,175,118)
#8B9C69
(139,156,105)
#7A895C
(122,137,92)
#69764F
(105,118,79)
#586342
(88,99,66)
#475035
(71,80,53)
#363D28
(54,61,40)
#252A1B
(37,42,27)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #BED590

#BED590
(190,213,144)
#C3D89A
(195,216,154)
#C8DBA4
(200,219,164)
#CDDEAE
(205,222,174)
#D2E1B8
(210,225,184)
#D7E4C2
(215,228,194)
#DCE7CC
(220,231,204)
#E1EAD6
(225,234,214)
#E6EDE0
(230,237,224)
#EBF0EA
(235,240,234)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED590 color. Also use rgb(190,213,144) instead hex code.

Text Font Color

.myTextColor { color: #BED590; }

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

This text font color is #BED590.


Background Color

.myBgColor { background-color: #BED590; }

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

This div background color is #BED590.


Border color

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

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

This div border color is #BED590.


Opacity

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

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

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

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

This text has shadow with #BED590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED590 on black background.


Color preview on white background

This text has color #BED590 on white background.



Black color preview on #BED590 background

This text has black color on #BED590 background.


White color preview on #BED590 background

This text has white color on #BED590 background.