COLOR #BED6B5

HEX: #BED6B5
RGB: (190,214,181)

Color info

#BED6B5 contains red, green and blue colors in about the same proportion. Web safe color of #BED6B5 is #CCCCCC (or #CCC).

RGB color model

#BED6B5 color RGB value is (190,214,181).

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

RGB channels and saturation

R 190 of 255 = 75%
G 214 of 255 = 84%
B 181 of 255 = 71%

190
214
181

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

Portions of RGB colors in percentages

R + G + B =
190 + 214 + 181 = 585 (100%)
R 190 of 585 ~ 32.48%
G 214 of 585 ~ 36.58%
B 181 of 585 ~ 30.94%

%32.48
%36.58
%30.94

CMYK color model

#BED6B5 color CMYK value is (11,0,15,16).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 16.08%
CMYK:
(11,0,15,16)
C11M0Y15K16 
(11%,0%,15%,16%)
(0.11/0.00/0.15/0.16)	

CMYK percentages

%11.21
%0
%15.42
%16.08

Codes

Color #BED6B5 in popluar color models

BED6B5
RGB190214181
HSL104°28.70%77.45%
HSB/HSV104°15.42%83.92%
CMYK11.21%0.00%15.42%
16.08%

Color #BED6B5 in popluar number systems.

HEXBED6B5
Decimal190214181
Binary101111101101011010110101
Octal276326265

Shades and tints

Shades of #BED6B5

#BED6B5
(190,214,181)
#ADC3A5
(173,195,165)
#9CB095
(156,176,149)
#8B9D85
(139,157,133)
#7A8A75
(122,138,117)
#697765
(105,119,101)
#586455
(88,100,85)
#475145
(71,81,69)
#363E35
(54,62,53)
#252B25
(37,43,37)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #BED6B5

#BED6B5
(190,214,181)
#C3D9BB
(195,217,187)
#C8DCC1
(200,220,193)
#CDDFC7
(205,223,199)
#D2E2CD
(210,226,205)
#D7E5D3
(215,229,211)
#DCE8D9
(220,232,217)
#E1EBDF
(225,235,223)
#E6EEE5
(230,238,229)
#EBF1EB
(235,241,235)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED6B5; }

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

This text font color is #BED6B5.


Background Color

.myBgColor { background-color: #BED6B5; }

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

This div background color is #BED6B5.


Border color

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

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

This div border color is #BED6B5.


Opacity

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

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

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

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

This text has shadow with #BED6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED6B5 on black background.


Color preview on white background

This text has color #BED6B5 on white background.



Black color preview on #BED6B5 background

This text has black color on #BED6B5 background.


White color preview on #BED6B5 background

This text has white color on #BED6B5 background.