COLOR #BED2D7

HEX: #BED2D7
RGB: (190,210,215)

Color info

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

RGB color model

#BED2D7 color RGB value is (190,210,215).

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

RGB channels and saturation

R 190 of 255 = 75%
G 210 of 255 = 82%
B 215 of 255 = 84%

190
210
215

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

Portions of RGB colors in percentages

R + G + B =
190 + 210 + 215 = 615 (100%)
R 190 of 615 ~ 30.89%
G 210 of 615 ~ 34.15%
B 215 of 615 ~ 34.96%

%30.89
%34.15
%34.96

CMYK color model

#BED2D7 color CMYK value is (12,2,0,16).

  • cyan value is 11.63%
  • magenta value is 2.33%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(12,2,0,16)
C12M2Y0K16 
(12%,2%,0%,16%)
(0.12/0.02/0.00/0.16)	

CMYK percentages

%11.63
%2.33
%0
%15.69

Codes

Color #BED2D7 in popluar color models

BED2D7
RGB190210215
HSL192°23.81%79.41%
HSB/HSV192°11.63%84.31%
CMYK11.63%2.33%0.00%
15.69%

Color #BED2D7 in popluar number systems.

HEXBED2D7
Decimal190210215
Binary101111101101001011010111
Octal276322327

Shades and tints

Shades of #BED2D7

#BED2D7
(190,210,215)
#ADBFC4
(173,191,196)
#9CACB1
(156,172,177)
#8B999E
(139,153,158)
#7A868B
(122,134,139)
#697378
(105,115,120)
#586065
(88,96,101)
#474D52
(71,77,82)
#363A3F
(54,58,63)
#25272C
(37,39,44)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #BED2D7

#BED2D7
(190,210,215)
#C3D6DA
(195,214,218)
#C8DADD
(200,218,221)
#CDDEE0
(205,222,224)
#D2E2E3
(210,226,227)
#D7E6E6
(215,230,230)
#DCEAE9
(220,234,233)
#E1EEEC
(225,238,236)
#E6F2EF
(230,242,239)
#EBF6F2
(235,246,242)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED2D7; }

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

This text font color is #BED2D7.


Background Color

.myBgColor { background-color: #BED2D7; }

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

This div background color is #BED2D7.


Border color

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

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

This div border color is #BED2D7.


Opacity

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

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

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

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

This text has shadow with #BED2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED2D7 on black background.


Color preview on white background

This text has color #BED2D7 on white background.



Black color preview on #BED2D7 background

This text has black color on #BED2D7 background.


White color preview on #BED2D7 background

This text has white color on #BED2D7 background.