COLOR #BED1D6

HEX: #BED1D6
RGB: (190,209,214)

Color info

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

RGB color model

#BED1D6 color RGB value is (190,209,214).

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

RGB channels and saturation

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

190
209
214

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

Portions of RGB colors in percentages

R + G + B =
190 + 209 + 214 = 613 (100%)
R 190 of 613 ~ 31%
G 209 of 613 ~ 34.09%
B 214 of 613 ~ 34.91%

%31
%34.09
%34.91

CMYK color model

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

  • cyan value is 11.21%
  • magenta value is 2.34%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(11,2,0,16)
C11M2Y0K16 
(11%,2%,0%,16%)
(0.11/0.02/0.00/0.16)	

CMYK percentages

%11.21
%2.34
%0
%16.08

Codes

Color #BED1D6 in popluar color models

BED1D6
RGB190209214
HSL193°22.64%79.22%
HSB/HSV193°11.21%83.92%
CMYK11.21%2.34%0.00%
16.08%

Color #BED1D6 in popluar number systems.

HEXBED1D6
Decimal190209214
Binary101111101101000111010110
Octal276321326

Shades and tints

Shades of #BED1D6

#BED1D6
(190,209,214)
#ADBEC3
(173,190,195)
#9CABB0
(156,171,176)
#8B989D
(139,152,157)
#7A858A
(122,133,138)
#697277
(105,114,119)
#585F64
(88,95,100)
#474C51
(71,76,81)
#36393E
(54,57,62)
#25262B
(37,38,43)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #BED1D6

#BED1D6
(190,209,214)
#C3D5D9
(195,213,217)
#C8D9DC
(200,217,220)
#CDDDDF
(205,221,223)
#D2E1E2
(210,225,226)
#D7E5E5
(215,229,229)
#DCE9E8
(220,233,232)
#E1EDEB
(225,237,235)
#E6F1EE
(230,241,238)
#EBF5F1
(235,245,241)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED1D6; }

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

This text font color is #BED1D6.


Background Color

.myBgColor { background-color: #BED1D6; }

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

This div background color is #BED1D6.


Border color

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

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

This div border color is #BED1D6.


Opacity

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

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

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

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

This text has shadow with #BED1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED1D6 on black background.


Color preview on white background

This text has color #BED1D6 on white background.



Black color preview on #BED1D6 background

This text has black color on #BED1D6 background.


White color preview on #BED1D6 background

This text has white color on #BED1D6 background.