COLOR #BEDFB1

HEX: #BEDFB1 RGB: (190,223,177)

Color info

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

RGB color model

#BEDFB1 color RGB value is (190,223,177).

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

RGB channels and saturation

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

190
223
177

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

Portions of RGB colors in percentages

R + G + B = 190 + 223 + 177 = 590 (100%)
R 190 of 590 ~ 32.2%
G 223 of 590 ~ 37.8%
B 177 of 590 ~ 30'%

%32.2
%37.8
%30

CMYK color model

#BEDFB1 color CMYK value is (15,0,21,13).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 12.55%

CMYK: (15,0,21,13)
C15M0Y21K13 (15%, 0%, 21%, 13%)
(0.15 / 0.00 / 0.21 / 0.13)

CMYK percentages

%14.8
%0
%20.63
%12.55

Codes

Color #BEDFB1 in popluar color models

BE DF B1
RGB 190 223 177
HSL 103° 41.82% 78.43%
HSB/HSV 103° 20.63% 87.45%
CMYK 14.80% 0.00% 20.63%
12.55%

Color #BEDFB1 in popluar number systems.

HEX BE DF B1
Decimal 190 223 177
Binary 10111110 11011111 10110001
Octal 276 337 261

Shades and tints

Shades of #BEDFB1

#BEDFB1
(190,223,177)
#ADCBA1
(173,203,161)
#9CB791
(156,183,145)
#8BA381
(139,163,129)
#7A8F71
(122,143,113)
#697B61
(105,123,97)
#586751
(88,103,81)
#475341
(71,83,65)
#363F31
(54,63,49)
#252B21
(37,43,33)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #BEDFB1

#BEDFB1
(190,223,177)
#C3E1B8
(195,225,184)
#C8E3BF
(200,227,191)
#CDE5C6
(205,229,198)
#D2E7CD
(210,231,205)
#D7E9D4
(215,233,212)
#DCEBDB
(220,235,219)
#E1EDE2
(225,237,226)
#E6EFE9
(230,239,233)
#EBF1F0
(235,241,240)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDFB1; }

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

This text font color is #BEDFB1.

Background Color

.myBgColor { background-color: #BEDFB1; }

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

This div background color is #BEDFB1.

Border color

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

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

This div border color is #BEDFB1.

Opacity

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

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

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

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

This text has shadow with #BEDFB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDFB1.

Preview

Color preview on black background

This text has color #BEDFB1 on black background.


Color preview on white background

This text has color #BEDFB1 on white background.


Black color preview on #BEDFB1 background

This text has black color on #BEDFB1 background.


White color preview on #BEDFB1 background

This text has white color on #BEDFB1 background.


Related colors

Complementary color

Complementary color for #hex is #41204E.


I love getcolorcode.com

Triadic colors

1 #B1BEDF and #DFB1BE with #BEDFB1 are triadic colors.

2 #B1DFBE and #DFBEB1 with #BEDFB1 are triadic colors.