COLOR #BEDDB3

HEX: #BEDDB3
RGB: (190,221,179)

Color info

#BEDDB3 contains red, green and blue colors in about the same proportion. Web safe color of #BEDDB3 is #CCCC99 (or #CC9).

RGB color model

#BEDDB3 color RGB value is (190,221,179).

  • red value is 190;
  • green value is 221;
  • blue value is 179.
RGB:
(190,221,179)
(75%,87%,70%)

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 179 of 255 = 70%

190
221
179

R + G + B ~ 77%. #BEDDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 221 + 179 = 590 (100%)
R 190 of 590 ~ 32.2%
G 221 of 590 ~ 37.46%
B 179 of 590 ~ 30.34%

%32.2
%37.46
%30.34

CMYK color model

#BEDDB3 color CMYK value is (14,0,19,13).

  • cyan value is 14.03%
  • magenta value is 0.00%
  • yellow value is 19.00%
  • key color value is 13.33%
CMYK:
(14,0,19,13)
C14M0Y19K13 
(14%,0%,19%,13%)
(0.14/0.00/0.19/0.13)	

CMYK percentages

%14.03
%0
%19
%13.33

Codes

Color #BEDDB3 in popluar color models

BEDDB3
RGB190221179
HSL104°38.18%78.43%
HSB/HSV104°19.00%86.67%
CMYK14.03%0.00%19.00%
13.33%

Color #BEDDB3 in popluar number systems.

HEXBEDDB3
Decimal190221179
Binary101111101101110110110011
Octal276335263

Shades and tints

Shades of #BEDDB3

#BEDDB3
(190,221,179)
#ADC9A3
(173,201,163)
#9CB593
(156,181,147)
#8BA183
(139,161,131)
#7A8D73
(122,141,115)
#697963
(105,121,99)
#586553
(88,101,83)
#475143
(71,81,67)
#363D33
(54,61,51)
#252923
(37,41,35)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #BEDDB3

#BEDDB3
(190,221,179)
#C3E0B9
(195,224,185)
#C8E3BF
(200,227,191)
#CDE6C5
(205,230,197)
#D2E9CB
(210,233,203)
#D7ECD1
(215,236,209)
#DCEFD7
(220,239,215)
#E1F2DD
(225,242,221)
#E6F5E3
(230,245,227)
#EBF8E9
(235,248,233)
#F0FBEF
(240,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDDB3; }

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

This text font color is #BEDDB3.


Background Color

.myBgColor { background-color: #BEDDB3; }

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

This div background color is #BEDDB3.


Border color

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

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

This div border color is #BEDDB3.


Opacity

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

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

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

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

This text has shadow with #BEDDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDDB3 on black background.


Color preview on white background

This text has color #BEDDB3 on white background.



Black color preview on #BEDDB3 background

This text has black color on #BEDDB3 background.


White color preview on #BEDDB3 background

This text has white color on #BEDDB3 background.