COLOR #BED2CB

HEX: #BED2CB
RGB: (190,210,203)

Color info

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

RGB color model

#BED2CB color RGB value is (190,210,203).

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

RGB channels and saturation

R 190 of 255 = 75%
G 210 of 255 = 82%
B 203 of 255 = 80%

190
210
203

R + G + B ~ 79%. #BED2CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 210 + 203 = 603 (100%)
R 190 of 603 ~ 31.51%
G 210 of 603 ~ 34.83%
B 203 of 603 ~ 33.67%

%31.51
%34.83
%33.67

CMYK color model

#BED2CB color CMYK value is (10,0,3,18).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 17.65%
CMYK:
(10,0,3,18)
C10M0Y3K18 
(10%,0%,3%,18%)
(0.10/0.00/0.03/0.18)	

CMYK percentages

%9.52
%0
%3.33
%17.65

Codes

Color #BED2CB in popluar color models

BED2CB
RGB190210203
HSL159°18.18%78.43%
HSB/HSV159°9.52%82.35%
CMYK9.52%0.00%3.33%
17.65%

Color #BED2CB in popluar number systems.

HEXBED2CB
Decimal190210203
Binary101111101101001011001011
Octal276322313

Shades and tints

Shades of #BED2CB

#BED2CB
(190,210,203)
#ADBFB9
(173,191,185)
#9CACA7
(156,172,167)
#8B9995
(139,153,149)
#7A8683
(122,134,131)
#697371
(105,115,113)
#58605F
(88,96,95)
#474D4D
(71,77,77)
#363A3B
(54,58,59)
#252729
(37,39,41)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #BED2CB

#BED2CB
(190,210,203)
#C3D6CF
(195,214,207)
#C8DAD3
(200,218,211)
#CDDED7
(205,222,215)
#D2E2DB
(210,226,219)
#D7E6DF
(215,230,223)
#DCEAE3
(220,234,227)
#E1EEE7
(225,238,231)
#E6F2EB
(230,242,235)
#EBF6EF
(235,246,239)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED2CB; }

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

This text font color is #BED2CB.


Background Color

.myBgColor { background-color: #BED2CB; }

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

This div background color is #BED2CB.


Border color

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

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

This div border color is #BED2CB.


Opacity

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

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

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

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

This text has shadow with #BED2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED2CB on black background.


Color preview on white background

This text has color #BED2CB on white background.



Black color preview on #BED2CB background

This text has black color on #BED2CB background.


White color preview on #BED2CB background

This text has white color on #BED2CB background.