COLOR #BED4D6

HEX: #BED4D6
RGB: (190,212,214)

Color info

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

RGB color model

#BED4D6 color RGB value is (190,212,214).

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

RGB channels and saturation

R 190 of 255 = 75%
G 212 of 255 = 83%
B 214 of 255 = 84%

190
212
214

R + G + B ~ 81%. #BED4D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 212 + 214 = 616 (100%)
R 190 of 616 ~ 30.84%
G 212 of 616 ~ 34.42%
B 214 of 616 ~ 34.74%

%30.84
%34.42
%34.74

CMYK color model

#BED4D6 color CMYK value is (11,1,0,16).

  • cyan value is 11.21%
  • magenta value is 0.93%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(11,1,0,16)
C11M1Y0K16 
(11%,1%,0%,16%)
(0.11/0.01/0.00/0.16)	

CMYK percentages

%11.21
%0.93
%0
%16.08

Codes

Color #BED4D6 in popluar color models

BED4D6
RGB190212214
HSL185°22.64%79.22%
HSB/HSV185°11.21%83.92%
CMYK11.21%0.93%0.00%
16.08%

Color #BED4D6 in popluar number systems.

HEXBED4D6
Decimal190212214
Binary101111101101010011010110
Octal276324326

Shades and tints

Shades of #BED4D6

#BED4D6
(190,212,214)
#ADC1C3
(173,193,195)
#9CAEB0
(156,174,176)
#8B9B9D
(139,155,157)
#7A888A
(122,136,138)
#697577
(105,117,119)
#586264
(88,98,100)
#474F51
(71,79,81)
#363C3E
(54,60,62)
#25292B
(37,41,43)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #BED4D6

#BED4D6
(190,212,214)
#C3D7D9
(195,215,217)
#C8DADC
(200,218,220)
#CDDDDF
(205,221,223)
#D2E0E2
(210,224,226)
#D7E3E5
(215,227,229)
#DCE6E8
(220,230,232)
#E1E9EB
(225,233,235)
#E6ECEE
(230,236,238)
#EBEFF1
(235,239,241)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED4D6; }

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

This text font color is #BED4D6.


Background Color

.myBgColor { background-color: #BED4D6; }

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

This div background color is #BED4D6.


Border color

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

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

This div border color is #BED4D6.


Opacity

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

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

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

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

This text has shadow with #BED4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED4D6 on black background.


Color preview on white background

This text has color #BED4D6 on white background.



Black color preview on #BED4D6 background

This text has black color on #BED4D6 background.


White color preview on #BED4D6 background

This text has white color on #BED4D6 background.