COLOR #BED5D1

HEX: #BED5D1
RGB: (190,213,209)

Color info

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

RGB color model

#BED5D1 color RGB value is (190,213,209).

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

RGB channels and saturation

R 190 of 255 = 75%
G 213 of 255 = 84%
B 209 of 255 = 82%

190
213
209

R + G + B ~ 80%. #BED5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 213 + 209 = 612 (100%)
R 190 of 612 ~ 31.05%
G 213 of 612 ~ 34.8%
B 209 of 612 ~ 34.15%

%31.05
%34.8
%34.15

CMYK color model

#BED5D1 color CMYK value is (11,0,2,16).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 1.88%
  • key color value is 16.47%
CMYK:
(11,0,2,16)
C11M0Y2K16 
(11%,0%,2%,16%)
(0.11/0.00/0.02/0.16)	

CMYK percentages

%10.8
%0
%1.88
%16.47

Codes

Color #BED5D1 in popluar color models

BED5D1
RGB190213209
HSL170°21.50%79.02%
HSB/HSV170°10.80%83.53%
CMYK10.80%0.00%1.88%
16.47%

Color #BED5D1 in popluar number systems.

HEXBED5D1
Decimal190213209
Binary101111101101010111010001
Octal276325321

Shades and tints

Shades of #BED5D1

#BED5D1
(190,213,209)
#ADC2BE
(173,194,190)
#9CAFAB
(156,175,171)
#8B9C98
(139,156,152)
#7A8985
(122,137,133)
#697672
(105,118,114)
#58635F
(88,99,95)
#47504C
(71,80,76)
#363D39
(54,61,57)
#252A26
(37,42,38)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #BED5D1

#BED5D1
(190,213,209)
#C3D8D5
(195,216,213)
#C8DBD9
(200,219,217)
#CDDEDD
(205,222,221)
#D2E1E1
(210,225,225)
#D7E4E5
(215,228,229)
#DCE7E9
(220,231,233)
#E1EAED
(225,234,237)
#E6EDF1
(230,237,241)
#EBF0F5
(235,240,245)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED5D1; }

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

This text font color is #BED5D1.


Background Color

.myBgColor { background-color: #BED5D1; }

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

This div background color is #BED5D1.


Border color

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

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

This div border color is #BED5D1.


Opacity

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

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

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

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

This text has shadow with #BED5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED5D1 on black background.


Color preview on white background

This text has color #BED5D1 on white background.



Black color preview on #BED5D1 background

This text has black color on #BED5D1 background.


White color preview on #BED5D1 background

This text has white color on #BED5D1 background.