COLOR #BED1D4

HEX: #BED1D4
RGB: (190,209,212)

Color info

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

RGB color model

#BED1D4 color RGB value is (190,209,212).

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

RGB channels and saturation

R 190 of 255 = 75%
G 209 of 255 = 82%
B 212 of 255 = 83%

190
209
212

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

Portions of RGB colors in percentages

R + G + B =
190 + 209 + 212 = 611 (100%)
R 190 of 611 ~ 31.1%
G 209 of 611 ~ 34.21%
B 212 of 611 ~ 34.7%

%31.1
%34.21
%34.7

CMYK color model

#BED1D4 color CMYK value is (10,1,0,17).

  • cyan value is 10.38%
  • magenta value is 1.42%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(10,1,0,17)
C10M1Y0K17 
(10%,1%,0%,17%)
(0.10/0.01/0.00/0.17)	

CMYK percentages

%10.38
%1.42
%0
%16.86

Codes

Color #BED1D4 in popluar color models

BED1D4
RGB190209212
HSL188°20.37%78.82%
HSB/HSV188°10.38%83.14%
CMYK10.38%1.42%0.00%
16.86%

Color #BED1D4 in popluar number systems.

HEXBED1D4
Decimal190209212
Binary101111101101000111010100
Octal276321324

Shades and tints

Shades of #BED1D4

#BED1D4
(190,209,212)
#ADBEC1
(173,190,193)
#9CABAE
(156,171,174)
#8B989B
(139,152,155)
#7A8588
(122,133,136)
#697275
(105,114,117)
#585F62
(88,95,98)
#474C4F
(71,76,79)
#36393C
(54,57,60)
#252629
(37,38,41)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #BED1D4

#BED1D4
(190,209,212)
#C3D5D7
(195,213,215)
#C8D9DA
(200,217,218)
#CDDDDD
(205,221,221)
#D2E1E0
(210,225,224)
#D7E5E3
(215,229,227)
#DCE9E6
(220,233,230)
#E1EDE9
(225,237,233)
#E6F1EC
(230,241,236)
#EBF5EF
(235,245,239)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED1D4; }

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

This text font color is #BED1D4.


Background Color

.myBgColor { background-color: #BED1D4; }

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

This div background color is #BED1D4.


Border color

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

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

This div border color is #BED1D4.


Opacity

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

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

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

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

This text has shadow with #BED1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED1D4 on black background.


Color preview on white background

This text has color #BED1D4 on white background.



Black color preview on #BED1D4 background

This text has black color on #BED1D4 background.


White color preview on #BED1D4 background

This text has white color on #BED1D4 background.