COLOR #BEDCD4

HEX: #BEDCD4
RGB: (190,220,212)

Color info

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

RGB color model

#BEDCD4 color RGB value is (190,220,212).

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

RGB channels and saturation

R 190 of 255 = 75%
G 220 of 255 = 86%
B 212 of 255 = 83%

190
220
212

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

Portions of RGB colors in percentages

R + G + B =
190 + 220 + 212 = 622 (100%)
R 190 of 622 ~ 30.55%
G 220 of 622 ~ 35.37%
B 212 of 622 ~ 34.08%

%30.55
%35.37
%34.08

CMYK color model

#BEDCD4 color CMYK value is (14,0,4,14).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 13.73%
CMYK:
(14,0,4,14)
C14M0Y4K14 
(14%,0%,4%,14%)
(0.14/0.00/0.04/0.14)	

CMYK percentages

%13.64
%0
%3.64
%13.73

Codes

Color #BEDCD4 in popluar color models

BEDCD4
RGB190220212
HSL164°30.00%80.39%
HSB/HSV164°13.64%86.27%
CMYK13.64%0.00%3.64%
13.73%

Color #BEDCD4 in popluar number systems.

HEXBEDCD4
Decimal190220212
Binary101111101101110011010100
Octal276334324

Shades and tints

Shades of #BEDCD4

#BEDCD4
(190,220,212)
#ADC8C1
(173,200,193)
#9CB4AE
(156,180,174)
#8BA09B
(139,160,155)
#7A8C88
(122,140,136)
#697875
(105,120,117)
#586462
(88,100,98)
#47504F
(71,80,79)
#363C3C
(54,60,60)
#252829
(37,40,41)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #BEDCD4

#BEDCD4
(190,220,212)
#C3DFD7
(195,223,215)
#C8E2DA
(200,226,218)
#CDE5DD
(205,229,221)
#D2E8E0
(210,232,224)
#D7EBE3
(215,235,227)
#DCEEE6
(220,238,230)
#E1F1E9
(225,241,233)
#E6F4EC
(230,244,236)
#EBF7EF
(235,247,239)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDCD4; }

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

This text font color is #BEDCD4.


Background Color

.myBgColor { background-color: #BEDCD4; }

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

This div background color is #BEDCD4.


Border color

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

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

This div border color is #BEDCD4.


Opacity

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

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

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

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

This text has shadow with #BEDCD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDCD4 on black background.


Color preview on white background

This text has color #BEDCD4 on white background.



Black color preview on #BEDCD4 background

This text has black color on #BEDCD4 background.


White color preview on #BEDCD4 background

This text has white color on #BEDCD4 background.