COLOR #BED3B1

HEX: #BED3B1
RGB: (190,211,177)

Color info

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

RGB color model

#BED3B1 color RGB value is (190,211,177).

  • red value is 190;
  • green value is 211;
  • blue value is 177.
RGB:
(190,211,177)
(75%,83%,69%)

RGB channels and saturation

R 190 of 255 = 75%
G 211 of 255 = 83%
B 177 of 255 = 69%

190
211
177

R + G + B ~ 76%. #BED3B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 211 + 177 = 578 (100%)
R 190 of 578 ~ 32.87%
G 211 of 578 ~ 36.51%
B 177 of 578 ~ 30.62%

%32.87
%36.51
%30.62

CMYK color model

#BED3B1 color CMYK value is (10,0,16,17).

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 16.11%
  • key color value is 17.25%
CMYK:
(10,0,16,17)
C10M0Y16K17 
(10%,0%,16%,17%)
(0.10/0.00/0.16/0.17)	

CMYK percentages

%9.95
%0
%16.11
%17.25

Codes

Color #BED3B1 in popluar color models

BED3B1
RGB190211177
HSL97°27.87%76.08%
HSB/HSV97°16.11%82.75%
CMYK9.95%0.00%16.11%
17.25%

Color #BED3B1 in popluar number systems.

HEXBED3B1
Decimal190211177
Binary101111101101001110110001
Octal276323261

Shades and tints

Shades of #BED3B1

#BED3B1
(190,211,177)
#ADC0A1
(173,192,161)
#9CAD91
(156,173,145)
#8B9A81
(139,154,129)
#7A8771
(122,135,113)
#697461
(105,116,97)
#586151
(88,97,81)
#474E41
(71,78,65)
#363B31
(54,59,49)
#252821
(37,40,33)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #BED3B1

#BED3B1
(190,211,177)
#C3D7B8
(195,215,184)
#C8DBBF
(200,219,191)
#CDDFC6
(205,223,198)
#D2E3CD
(210,227,205)
#D7E7D4
(215,231,212)
#DCEBDB
(220,235,219)
#E1EFE2
(225,239,226)
#E6F3E9
(230,243,233)
#EBF7F0
(235,247,240)
#F0FBF7
(240,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED3B1; }

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

This text font color is #BED3B1.


Background Color

.myBgColor { background-color: #BED3B1; }

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

This div background color is #BED3B1.


Border color

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

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

This div border color is #BED3B1.


Opacity

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

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

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

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

This text has shadow with #BED3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED3B1 on black background.


Color preview on white background

This text has color #BED3B1 on white background.



Black color preview on #BED3B1 background

This text has black color on #BED3B1 background.


White color preview on #BED3B1 background

This text has white color on #BED3B1 background.