COLOR #BEDACB

HEX: #BEDACB
RGB: (190,218,203)

Color info

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

RGB color model

#BEDACB color RGB value is (190,218,203).

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

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 203 of 255 = 80%

190
218
203

R + G + B ~ 80%. #BEDACB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 218 + 203 = 611 (100%)
R 190 of 611 ~ 31.1%
G 218 of 611 ~ 35.68%
B 203 of 611 ~ 33.22%

%31.1
%35.68
%33.22

CMYK color model

#BEDACB color CMYK value is (13,0,7,15).

  • cyan value is 12.84%
  • magenta value is 0.00%
  • yellow value is 6.88%
  • key color value is 14.51%
CMYK:
(13,0,7,15)
C13M0Y7K15 
(13%,0%,7%,15%)
(0.13/0.00/0.07/0.15)	

CMYK percentages

%12.84
%0
%6.88
%14.51

Codes

Color #BEDACB in popluar color models

BEDACB
RGB190218203
HSL148°27.45%80.00%
HSB/HSV148°12.84%85.49%
CMYK12.84%0.00%6.88%
14.51%

Color #BEDACB in popluar number systems.

HEXBEDACB
Decimal190218203
Binary101111101101101011001011
Octal276332313

Shades and tints

Shades of #BEDACB

#BEDACB
(190,218,203)
#ADC7B9
(173,199,185)
#9CB4A7
(156,180,167)
#8BA195
(139,161,149)
#7A8E83
(122,142,131)
#697B71
(105,123,113)
#58685F
(88,104,95)
#47554D
(71,85,77)
#36423B
(54,66,59)
#252F29
(37,47,41)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #BEDACB

#BEDACB
(190,218,203)
#C3DDCF
(195,221,207)
#C8E0D3
(200,224,211)
#CDE3D7
(205,227,215)
#D2E6DB
(210,230,219)
#D7E9DF
(215,233,223)
#DCECE3
(220,236,227)
#E1EFE7
(225,239,231)
#E6F2EB
(230,242,235)
#EBF5EF
(235,245,239)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDACB; }

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

This text font color is #BEDACB.


Background Color

.myBgColor { background-color: #BEDACB; }

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

This div background color is #BEDACB.


Border color

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

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

This div border color is #BEDACB.


Opacity

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

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

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

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

This text has shadow with #BEDACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDACB on black background.


Color preview on white background

This text has color #BEDACB on white background.



Black color preview on #BEDACB background

This text has black color on #BEDACB background.


White color preview on #BEDACB background

This text has white color on #BEDACB background.