COLOR #BEDAD6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

190
218
214

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

Portions of RGB colors in percentages

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

%30.55
%35.05
%34.41

CMYK color model

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

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

CMYK percentages

%12.84
%0
%1.83
%14.51

Codes

Color #BEDAD6 in popluar color models

BEDAD6
RGB190218214
HSL171°27.45%80.00%
HSB/HSV171°12.84%85.49%
CMYK12.84%0.00%1.83%
14.51%

Color #BEDAD6 in popluar number systems.

HEXBEDAD6
Decimal190218214
Binary101111101101101011010110
Octal276332326

Shades and tints

Shades of #BEDAD6

#BEDAD6
(190,218,214)
#ADC7C3
(173,199,195)
#9CB4B0
(156,180,176)
#8BA19D
(139,161,157)
#7A8E8A
(122,142,138)
#697B77
(105,123,119)
#586864
(88,104,100)
#475551
(71,85,81)
#36423E
(54,66,62)
#252F2B
(37,47,43)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #BEDAD6

#BEDAD6
(190,218,214)
#C3DDD9
(195,221,217)
#C8E0DC
(200,224,220)
#CDE3DF
(205,227,223)
#D2E6E2
(210,230,226)
#D7E9E5
(215,233,229)
#DCECE8
(220,236,232)
#E1EFEB
(225,239,235)
#E6F2EE
(230,242,238)
#EBF5F1
(235,245,241)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDAD6; }

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

This text font color is #BEDAD6.


Background Color

.myBgColor { background-color: #BEDAD6; }

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

This div background color is #BEDAD6.


Border color

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

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

This div border color is #BEDAD6.


Opacity

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

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

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

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

This text has shadow with #BEDAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDAD6 on black background.


Color preview on white background

This text has color #BEDAD6 on white background.



Black color preview on #BEDAD6 background

This text has black color on #BEDAD6 background.


White color preview on #BEDAD6 background

This text has white color on #BEDAD6 background.