COLOR #BEDD99

HEX: #BEDD99 RGB: (190,221,153)

Color info

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

RGB color model

#BEDD99 color RGB value is (190,221,153).

RGB: (190,221,153) (75%, 87%, 60%)

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 153 of 255 = 60%

190
221
153

R + G + B ~ 74%. #BEDD99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 221 + 153 = 564 (100%)
R 190 of 564 ~ 33.69%
G 221 of 564 ~ 39.18%
B 153 of 564 ~ 27.13'%

%33.69
%39.18
%27.13

CMYK color model

#BEDD99 color CMYK value is (14,0,31,13).

  • cyan value is 14.03%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 13.33%

CMYK: (14,0,31,13)
C14M0Y31K13 (14%, 0%, 31%, 13%)
(0.14 / 0.00 / 0.31 / 0.13)

CMYK percentages

%14.03
%0
%30.77
%13.33

Codes

Color #BEDD99 in popluar color models

BE DD 99
RGB 190 221 153
HSL 87° 50.00% 73.33%
HSB/HSV 87° 30.77% 86.67%
CMYK 14.03% 0.00% 30.77%
13.33%

Color #BEDD99 in popluar number systems.

HEX BE DD 99
Decimal 190 221 153
Binary 10111110 11011101 10011001
Octal 276 335 231

Shades and tints

Shades of #BEDD99

#BEDD99
(190,221,153)
#ADC98C
(173,201,140)
#9CB57F
(156,181,127)
#8BA172
(139,161,114)
#7A8D65
(122,141,101)
#697958
(105,121,88)
#58654B
(88,101,75)
#47513E
(71,81,62)
#363D31
(54,61,49)
#252924
(37,41,36)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #BEDD99

#BEDD99
(190,221,153)
#C3E0A2
(195,224,162)
#C8E3AB
(200,227,171)
#CDE6B4
(205,230,180)
#D2E9BD
(210,233,189)
#D7ECC6
(215,236,198)
#DCEFCF
(220,239,207)
#E1F2D8
(225,242,216)
#E6F5E1
(230,245,225)
#EBF8EA
(235,248,234)
#F0FBF3
(240,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDD99; }

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

This text font color is #BEDD99.

Background Color

.myBgColor { background-color: #BEDD99; }

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

This div background color is #BEDD99.

Border color

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

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

This div border color is #BEDD99.

Opacity

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

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

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

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

This text has shadow with #BEDD99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDD99.

Preview

Color preview on black background

This text has color #BEDD99 on black background.


Color preview on white background

This text has color #BEDD99 on white background.


Black color preview on #BEDD99 background

This text has black color on #BEDD99 background.


White color preview on #BEDD99 background

This text has white color on #BEDD99 background.


Related colors

Complementary color

Complementary color for #hex is #412266.


I love getcolorcode.com

Triadic colors

1 #99BEDD and #DD99BE with #BEDD99 are triadic colors.

2 #99DDBE and #DDBE99 with #BEDD99 are triadic colors.