COLOR #BEDAD4

HEX: #BEDAD4
RGB: (190,218,212)

Color info

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

RGB color model

#BEDAD4 color RGB value is (190,218,212).

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

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 212 of 255 = 83%

190
218
212

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

Portions of RGB colors in percentages

R + G + B =
190 + 218 + 212 = 620 (100%)
R 190 of 620 ~ 30.65%
G 218 of 620 ~ 35.16%
B 212 of 620 ~ 34.19%

%30.65
%35.16
%34.19

CMYK color model

#BEDAD4 color CMYK value is (13,0,3,15).

  • cyan value is 12.84%
  • magenta value is 0.00%
  • yellow value is 2.75%
  • key color value is 14.51%
CMYK:
(13,0,3,15)
C13M0Y3K15 
(13%,0%,3%,15%)
(0.13/0.00/0.03/0.15)	

CMYK percentages

%12.84
%0
%2.75
%14.51

Codes

Color #BEDAD4 in popluar color models

BEDAD4
RGB190218212
HSL167°27.45%80.00%
HSB/HSV167°12.84%85.49%
CMYK12.84%0.00%2.75%
14.51%

Color #BEDAD4 in popluar number systems.

HEXBEDAD4
Decimal190218212
Binary101111101101101011010100
Octal276332324

Shades and tints

Shades of #BEDAD4

#BEDAD4
(190,218,212)
#ADC7C1
(173,199,193)
#9CB4AE
(156,180,174)
#8BA19B
(139,161,155)
#7A8E88
(122,142,136)
#697B75
(105,123,117)
#586862
(88,104,98)
#47554F
(71,85,79)
#36423C
(54,66,60)
#252F29
(37,47,41)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #BEDAD4

#BEDAD4
(190,218,212)
#C3DDD7
(195,221,215)
#C8E0DA
(200,224,218)
#CDE3DD
(205,227,221)
#D2E6E0
(210,230,224)
#D7E9E3
(215,233,227)
#DCECE6
(220,236,230)
#E1EFE9
(225,239,233)
#E6F2EC
(230,242,236)
#EBF5EF
(235,245,239)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDAD4; }

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

This text font color is #BEDAD4.


Background Color

.myBgColor { background-color: #BEDAD4; }

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

This div background color is #BEDAD4.


Border color

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

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

This div border color is #BEDAD4.


Opacity

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

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

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

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

This text has shadow with #BEDAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDAD4 on black background.


Color preview on white background

This text has color #BEDAD4 on white background.



Black color preview on #BEDAD4 background

This text has black color on #BEDAD4 background.


White color preview on #BEDAD4 background

This text has white color on #BEDAD4 background.