COLOR #BED2D1

HEX: #BED2D1
RGB: (190,210,209)

Color info

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

RGB color model

#BED2D1 color RGB value is (190,210,209).

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

RGB channels and saturation

R 190 of 255 = 75%
G 210 of 255 = 82%
B 209 of 255 = 82%

190
210
209

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

Portions of RGB colors in percentages

R + G + B =
190 + 210 + 209 = 609 (100%)
R 190 of 609 ~ 31.2%
G 210 of 609 ~ 34.48%
B 209 of 609 ~ 34.32%

%31.2
%34.48
%34.32

CMYK color model

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

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 0.48%
  • key color value is 17.65%
CMYK:
(10,0,0,18)
C10M0Y0K18 
(10%,0%,0%,18%)
(0.10/0.00/0.00/0.18)	

CMYK percentages

%9.52
%0
%0.48
%17.65

Codes

Color #BED2D1 in popluar color models

BED2D1
RGB190210209
HSL177°18.18%78.43%
HSB/HSV177°9.52%82.35%
CMYK9.52%0.00%0.48%
17.65%

Color #BED2D1 in popluar number systems.

HEXBED2D1
Decimal190210209
Binary101111101101001011010001
Octal276322321

Shades and tints

Shades of #BED2D1

#BED2D1
(190,210,209)
#ADBFBE
(173,191,190)
#9CACAB
(156,172,171)
#8B9998
(139,153,152)
#7A8685
(122,134,133)
#697372
(105,115,114)
#58605F
(88,96,95)
#474D4C
(71,77,76)
#363A39
(54,58,57)
#252726
(37,39,38)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #BED2D1

#BED2D1
(190,210,209)
#C3D6D5
(195,214,213)
#C8DAD9
(200,218,217)
#CDDEDD
(205,222,221)
#D2E2E1
(210,226,225)
#D7E6E5
(215,230,229)
#DCEAE9
(220,234,233)
#E1EEED
(225,238,237)
#E6F2F1
(230,242,241)
#EBF6F5
(235,246,245)
#F0FAF9
(240,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED2D1; }

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

This text font color is #BED2D1.


Background Color

.myBgColor { background-color: #BED2D1; }

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

This div background color is #BED2D1.


Border color

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

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

This div border color is #BED2D1.


Opacity

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

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

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

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

This text has shadow with #BED2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED2D1 on black background.


Color preview on white background

This text has color #BED2D1 on white background.



Black color preview on #BED2D1 background

This text has black color on #BED2D1 background.


White color preview on #BED2D1 background

This text has white color on #BED2D1 background.