COLOR #BED5B7

HEX: #BED5B7
RGB: (190,213,183)

Color info

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

RGB color model

#BED5B7 color RGB value is (190,213,183).

  • red value is 190;
  • green value is 213;
  • blue value is 183.
RGB:
(190,213,183)
(75%,84%,72%)

RGB channels and saturation

R 190 of 255 = 75%
G 213 of 255 = 84%
B 183 of 255 = 72%

190
213
183

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

Portions of RGB colors in percentages

R + G + B =
190 + 213 + 183 = 586 (100%)
R 190 of 586 ~ 32.42%
G 213 of 586 ~ 36.35%
B 183 of 586 ~ 31.23%

%32.42
%36.35
%31.23

CMYK color model

#BED5B7 color CMYK value is (11,0,14,16).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 14.08%
  • key color value is 16.47%
CMYK:
(11,0,14,16)
C11M0Y14K16 
(11%,0%,14%,16%)
(0.11/0.00/0.14/0.16)	

CMYK percentages

%10.8
%0
%14.08
%16.47

Codes

Color #BED5B7 in popluar color models

BED5B7
RGB190213183
HSL106°26.32%77.65%
HSB/HSV106°14.08%83.53%
CMYK10.80%0.00%14.08%
16.47%

Color #BED5B7 in popluar number systems.

HEXBED5B7
Decimal190213183
Binary101111101101010110110111
Octal276325267

Shades and tints

Shades of #BED5B7

#BED5B7
(190,213,183)
#ADC2A7
(173,194,167)
#9CAF97
(156,175,151)
#8B9C87
(139,156,135)
#7A8977
(122,137,119)
#697667
(105,118,103)
#586357
(88,99,87)
#475047
(71,80,71)
#363D37
(54,61,55)
#252A27
(37,42,39)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #BED5B7

#BED5B7
(190,213,183)
#C3D8BD
(195,216,189)
#C8DBC3
(200,219,195)
#CDDEC9
(205,222,201)
#D2E1CF
(210,225,207)
#D7E4D5
(215,228,213)
#DCE7DB
(220,231,219)
#E1EAE1
(225,234,225)
#E6EDE7
(230,237,231)
#EBF0ED
(235,240,237)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED5B7 color. Also use rgb(190,213,183) instead hex code.

Text Font Color

.myTextColor { color: #BED5B7; }

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

This text font color is #BED5B7.


Background Color

.myBgColor { background-color: #BED5B7; }

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

This div background color is #BED5B7.


Border color

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

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

This div border color is #BED5B7.


Opacity

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

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

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

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

This text has shadow with #BED5B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED5B7 on black background.


Color preview on white background

This text has color #BED5B7 on white background.



Black color preview on #BED5B7 background

This text has black color on #BED5B7 background.


White color preview on #BED5B7 background

This text has white color on #BED5B7 background.