COLOR #BED6B1

HEX: #BED6B1
RGB: (190,214,177)

Color info

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

RGB color model

#BED6B1 color RGB value is (190,214,177).

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

RGB channels and saturation

R 190 of 255 = 75%
G 214 of 255 = 84%
B 177 of 255 = 69%

190
214
177

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

Portions of RGB colors in percentages

R + G + B =
190 + 214 + 177 = 581 (100%)
R 190 of 581 ~ 32.7%
G 214 of 581 ~ 36.83%
B 177 of 581 ~ 30.46%

%32.7
%36.83
%30.46

CMYK color model

#BED6B1 color CMYK value is (11,0,17,16).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 17.29%
  • key color value is 16.08%
CMYK:
(11,0,17,16)
C11M0Y17K16 
(11%,0%,17%,16%)
(0.11/0.00/0.17/0.16)	

CMYK percentages

%11.21
%0
%17.29
%16.08

Codes

Color #BED6B1 in popluar color models

BED6B1
RGB190214177
HSL99°31.09%76.67%
HSB/HSV99°17.29%83.92%
CMYK11.21%0.00%17.29%
16.08%

Color #BED6B1 in popluar number systems.

HEXBED6B1
Decimal190214177
Binary101111101101011010110001
Octal276326261

Shades and tints

Shades of #BED6B1

#BED6B1
(190,214,177)
#ADC3A1
(173,195,161)
#9CB091
(156,176,145)
#8B9D81
(139,157,129)
#7A8A71
(122,138,113)
#697761
(105,119,97)
#586451
(88,100,81)
#475141
(71,81,65)
#363E31
(54,62,49)
#252B21
(37,43,33)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #BED6B1

#BED6B1
(190,214,177)
#C3D9B8
(195,217,184)
#C8DCBF
(200,220,191)
#CDDFC6
(205,223,198)
#D2E2CD
(210,226,205)
#D7E5D4
(215,229,212)
#DCE8DB
(220,232,219)
#E1EBE2
(225,235,226)
#E6EEE9
(230,238,233)
#EBF1F0
(235,241,240)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED6B1; }

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

This text font color is #BED6B1.


Background Color

.myBgColor { background-color: #BED6B1; }

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

This div background color is #BED6B1.


Border color

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

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

This div border color is #BED6B1.


Opacity

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

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

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

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

This text has shadow with #BED6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED6B1 on black background.


Color preview on white background

This text has color #BED6B1 on white background.



Black color preview on #BED6B1 background

This text has black color on #BED6B1 background.


White color preview on #BED6B1 background

This text has white color on #BED6B1 background.