COLOR #BED1D5

HEX: #BED1D5
RGB: (190,209,213)

Color info

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

RGB color model

#BED1D5 color RGB value is (190,209,213).

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

RGB channels and saturation

R 190 of 255 = 75%
G 209 of 255 = 82%
B 213 of 255 = 84%

190
209
213

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

Portions of RGB colors in percentages

R + G + B =
190 + 209 + 213 = 612 (100%)
R 190 of 612 ~ 31.05%
G 209 of 612 ~ 34.15%
B 213 of 612 ~ 34.8%

%31.05
%34.15
%34.8

CMYK color model

#BED1D5 color CMYK value is (11,2,0,16).

  • cyan value is 10.80%
  • magenta value is 1.88%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(11,2,0,16)
C11M2Y0K16 
(11%,2%,0%,16%)
(0.11/0.02/0.00/0.16)	

CMYK percentages

%10.8
%1.88
%0
%16.47

Codes

Color #BED1D5 in popluar color models

BED1D5
RGB190209213
HSL190°21.50%79.02%
HSB/HSV190°10.80%83.53%
CMYK10.80%1.88%0.00%
16.47%

Color #BED1D5 in popluar number systems.

HEXBED1D5
Decimal190209213
Binary101111101101000111010101
Octal276321325

Shades and tints

Shades of #BED1D5

#BED1D5
(190,209,213)
#ADBEC2
(173,190,194)
#9CABAF
(156,171,175)
#8B989C
(139,152,156)
#7A8589
(122,133,137)
#697276
(105,114,118)
#585F63
(88,95,99)
#474C50
(71,76,80)
#36393D
(54,57,61)
#25262A
(37,38,42)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #BED1D5

#BED1D5
(190,209,213)
#C3D5D8
(195,213,216)
#C8D9DB
(200,217,219)
#CDDDDE
(205,221,222)
#D2E1E1
(210,225,225)
#D7E5E4
(215,229,228)
#DCE9E7
(220,233,231)
#E1EDEA
(225,237,234)
#E6F1ED
(230,241,237)
#EBF5F0
(235,245,240)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED1D5; }

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

This text font color is #BED1D5.


Background Color

.myBgColor { background-color: #BED1D5; }

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

This div background color is #BED1D5.


Border color

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

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

This div border color is #BED1D5.


Opacity

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

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

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

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

This text has shadow with #BED1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED1D5 on black background.


Color preview on white background

This text has color #BED1D5 on white background.



Black color preview on #BED1D5 background

This text has black color on #BED1D5 background.


White color preview on #BED1D5 background

This text has white color on #BED1D5 background.