COLOR #BED6DA

HEX: #BED6DA
RGB: (190,214,218)

Color info

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

RGB color model

#BED6DA color RGB value is (190,214,218).

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

RGB channels and saturation

R 190 of 255 = 75%
G 214 of 255 = 84%
B 218 of 255 = 85%

190
214
218

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

Portions of RGB colors in percentages

R + G + B =
190 + 214 + 218 = 622 (100%)
R 190 of 622 ~ 30.55%
G 214 of 622 ~ 34.41%
B 218 of 622 ~ 35.05%

%30.55
%34.41
%35.05

CMYK color model

#BED6DA color CMYK value is (13,2,0,15).

  • cyan value is 12.84%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(13,2,0,15)
C13M2Y0K15 
(13%,2%,0%,15%)
(0.13/0.02/0.00/0.15)	

CMYK percentages

%12.84
%1.83
%0
%14.51

Codes

Color #BED6DA in popluar color models

BED6DA
RGB190214218
HSL189°27.45%80.00%
HSB/HSV189°12.84%85.49%
CMYK12.84%1.83%0.00%
14.51%

Color #BED6DA in popluar number systems.

HEXBED6DA
Decimal190214218
Binary101111101101011011011010
Octal276326332

Shades and tints

Shades of #BED6DA

#BED6DA
(190,214,218)
#ADC3C7
(173,195,199)
#9CB0B4
(156,176,180)
#8B9DA1
(139,157,161)
#7A8A8E
(122,138,142)
#69777B
(105,119,123)
#586468
(88,100,104)
#475155
(71,81,85)
#363E42
(54,62,66)
#252B2F
(37,43,47)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #BED6DA

#BED6DA
(190,214,218)
#C3D9DD
(195,217,221)
#C8DCE0
(200,220,224)
#CDDFE3
(205,223,227)
#D2E2E6
(210,226,230)
#D7E5E9
(215,229,233)
#DCE8EC
(220,232,236)
#E1EBEF
(225,235,239)
#E6EEF2
(230,238,242)
#EBF1F5
(235,241,245)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED6DA; }

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

This text font color is #BED6DA.


Background Color

.myBgColor { background-color: #BED6DA; }

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

This div background color is #BED6DA.


Border color

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

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

This div border color is #BED6DA.


Opacity

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

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

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

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

This text has shadow with #BED6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED6DA on black background.


Color preview on white background

This text has color #BED6DA on white background.



Black color preview on #BED6DA background

This text has black color on #BED6DA background.


White color preview on #BED6DA background

This text has white color on #BED6DA background.