COLOR #BED599

HEX: #BED599
RGB: (190,213,153)

Color info

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

RGB color model

#BED599 color RGB value is (190,213,153).

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

RGB channels and saturation

R 190 of 255 = 75%
G 213 of 255 = 84%
B 153 of 255 = 60%

190
213
153

R + G + B ~ 73%. #BED599 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 213 + 153 = 556 (100%)
R 190 of 556 ~ 34.17%
G 213 of 556 ~ 38.31%
B 153 of 556 ~ 27.52%

%34.17
%38.31
%27.52

CMYK color model

#BED599 color CMYK value is (11,0,28,16).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 28.17%
  • key color value is 16.47%
CMYK:
(11,0,28,16)
C11M0Y28K16 
(11%,0%,28%,16%)
(0.11/0.00/0.28/0.16)	

CMYK percentages

%10.8
%0
%28.17
%16.47

Codes

Color #BED599 in popluar color models

BED599
RGB190213153
HSL83°41.67%71.76%
HSB/HSV83°28.17%83.53%
CMYK10.80%0.00%28.17%
16.47%

Color #BED599 in popluar number systems.

HEXBED599
Decimal190213153
Binary101111101101010110011001
Octal276325231

Shades and tints

Shades of #BED599

#BED599
(190,213,153)
#ADC28C
(173,194,140)
#9CAF7F
(156,175,127)
#8B9C72
(139,156,114)
#7A8965
(122,137,101)
#697658
(105,118,88)
#58634B
(88,99,75)
#47503E
(71,80,62)
#363D31
(54,61,49)
#252A24
(37,42,36)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #BED599

#BED599
(190,213,153)
#C3D8A2
(195,216,162)
#C8DBAB
(200,219,171)
#CDDEB4
(205,222,180)
#D2E1BD
(210,225,189)
#D7E4C6
(215,228,198)
#DCE7CF
(220,231,207)
#E1EAD8
(225,234,216)
#E6EDE1
(230,237,225)
#EBF0EA
(235,240,234)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED599; }

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

This text font color is #BED599.


Background Color

.myBgColor { background-color: #BED599; }

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

This div background color is #BED599.


Border color

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

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

This div border color is #BED599.


Opacity

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

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

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

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

This text has shadow with #BED599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED599 on black background.


Color preview on white background

This text has color #BED599 on white background.



Black color preview on #BED599 background

This text has black color on #BED599 background.


White color preview on #BED599 background

This text has white color on #BED599 background.