COLOR #BEDCD6

HEX: #BEDCD6
RGB: (190,220,214)

Color info

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

RGB color model

#BEDCD6 color RGB value is (190,220,214).

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

RGB channels and saturation

R 190 of 255 = 75%
G 220 of 255 = 86%
B 214 of 255 = 84%

190
220
214

R + G + B ~ 82%. #BEDCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 220 + 214 = 624 (100%)
R 190 of 624 ~ 30.45%
G 220 of 624 ~ 35.26%
B 214 of 624 ~ 34.29%

%30.45
%35.26
%34.29

CMYK color model

#BEDCD6 color CMYK value is (14,0,3,14).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 2.73%
  • key color value is 13.73%
CMYK:
(14,0,3,14)
C14M0Y3K14 
(14%,0%,3%,14%)
(0.14/0.00/0.03/0.14)	

CMYK percentages

%13.64
%0
%2.73
%13.73

Codes

Color #BEDCD6 in popluar color models

BEDCD6
RGB190220214
HSL168°30.00%80.39%
HSB/HSV168°13.64%86.27%
CMYK13.64%0.00%2.73%
13.73%

Color #BEDCD6 in popluar number systems.

HEXBEDCD6
Decimal190220214
Binary101111101101110011010110
Octal276334326

Shades and tints

Shades of #BEDCD6

#BEDCD6
(190,220,214)
#ADC8C3
(173,200,195)
#9CB4B0
(156,180,176)
#8BA09D
(139,160,157)
#7A8C8A
(122,140,138)
#697877
(105,120,119)
#586464
(88,100,100)
#475051
(71,80,81)
#363C3E
(54,60,62)
#25282B
(37,40,43)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #BEDCD6

#BEDCD6
(190,220,214)
#C3DFD9
(195,223,217)
#C8E2DC
(200,226,220)
#CDE5DF
(205,229,223)
#D2E8E2
(210,232,226)
#D7EBE5
(215,235,229)
#DCEEE8
(220,238,232)
#E1F1EB
(225,241,235)
#E6F4EE
(230,244,238)
#EBF7F1
(235,247,241)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDCD6; }

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

This text font color is #BEDCD6.


Background Color

.myBgColor { background-color: #BEDCD6; }

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

This div background color is #BEDCD6.


Border color

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

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

This div border color is #BEDCD6.


Opacity

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

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

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

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

This text has shadow with #BEDCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDCD6 on black background.


Color preview on white background

This text has color #BEDCD6 on white background.



Black color preview on #BEDCD6 background

This text has black color on #BEDCD6 background.


White color preview on #BEDCD6 background

This text has white color on #BEDCD6 background.