COLOR #BEDDB1

HEX: #BEDDB1 RGB: (190,221,177)

Color info

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

RGB color model

#BEDDB1 color RGB value is (190,221,177).

RGB: (190,221,177) (75%, 87%, 69%)

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 177 of 255 = 69%

190
221
177

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

Portions of RGB colors in percentages

R + G + B = 190 + 221 + 177 = 588 (100%)
R 190 of 588 ~ 32.31%
G 221 of 588 ~ 37.59%
B 177 of 588 ~ 30.1'%

%32.31
%37.59
%30.1

CMYK color model

#BEDDB1 color CMYK value is (14,0,20,13).

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

CMYK: (14,0,20,13)
C14M0Y20K13 (14%, 0%, 20%, 13%)
(0.14 / 0.00 / 0.20 / 0.13)

CMYK percentages

%14.03
%0
%19.91
%13.33

Codes

Color #BEDDB1 in popluar color models

BE DD B1
RGB 190 221 177
HSL 102° 39.29% 78.04%
HSB/HSV 102° 19.91% 86.67%
CMYK 14.03% 0.00% 19.91%
13.33%

Color #BEDDB1 in popluar number systems.

HEX BE DD B1
Decimal 190 221 177
Binary 10111110 11011101 10110001
Octal 276 335 261

Shades and tints

Shades of #BEDDB1

#BEDDB1
(190,221,177)
#ADC9A1
(173,201,161)
#9CB591
(156,181,145)
#8BA181
(139,161,129)
#7A8D71
(122,141,113)
#697961
(105,121,97)
#586551
(88,101,81)
#475141
(71,81,65)
#363D31
(54,61,49)
#252921
(37,41,33)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #BEDDB1

#BEDDB1
(190,221,177)
#C3E0B8
(195,224,184)
#C8E3BF
(200,227,191)
#CDE6C6
(205,230,198)
#D2E9CD
(210,233,205)
#D7ECD4
(215,236,212)
#DCEFDB
(220,239,219)
#E1F2E2
(225,242,226)
#E6F5E9
(230,245,233)
#EBF8F0
(235,248,240)
#F0FBF7
(240,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDDB1; }

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

This text font color is #BEDDB1.

Background Color

.myBgColor { background-color: #BEDDB1; }

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

This div background color is #BEDDB1.

Border color

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

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

This div border color is #BEDDB1.

Opacity

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

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

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

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

This text has shadow with #BEDDB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDDB1.

Preview

Color preview on black background

This text has color #BEDDB1 on black background.


Color preview on white background

This text has color #BEDDB1 on white background.


Black color preview on #BEDDB1 background

This text has black color on #BEDDB1 background.


White color preview on #BEDDB1 background

This text has white color on #BEDDB1 background.


Related colors

Complementary color

Complementary color for #hex is #41224E.


I love getcolorcode.com

Triadic colors

1 #B1BEDD and #DDB1BE with #BEDDB1 are triadic colors.

2 #B1DDBE and #DDBEB1 with #BEDDB1 are triadic colors.