COLOR #BED3D0

HEX: #BED3D0
RGB: (190,211,208)

Color info

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

RGB color model

#BED3D0 color RGB value is (190,211,208).

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

RGB channels and saturation

R 190 of 255 = 75%
G 211 of 255 = 83%
B 208 of 255 = 82%

190
211
208

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

Portions of RGB colors in percentages

R + G + B =
190 + 211 + 208 = 609 (100%)
R 190 of 609 ~ 31.2%
G 211 of 609 ~ 34.65%
B 208 of 609 ~ 34.15%

%31.2
%34.65
%34.15

CMYK color model

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

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

CMYK percentages

%9.95
%0
%1.42
%17.25

Codes

Color #BED3D0 in popluar color models

BED3D0
RGB190211208
HSL171°19.27%78.63%
HSB/HSV171°9.95%82.75%
CMYK9.95%0.00%1.42%
17.25%

Color #BED3D0 in popluar number systems.

HEXBED3D0
Decimal190211208
Binary101111101101001111010000
Octal276323320

Shades and tints

Shades of #BED3D0

#BED3D0
(190,211,208)
#ADC0BE
(173,192,190)
#9CADAC
(156,173,172)
#8B9A9A
(139,154,154)
#7A8788
(122,135,136)
#697476
(105,116,118)
#586164
(88,97,100)
#474E52
(71,78,82)
#363B40
(54,59,64)
#25282E
(37,40,46)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #BED3D0

#BED3D0
(190,211,208)
#C3D7D4
(195,215,212)
#C8DBD8
(200,219,216)
#CDDFDC
(205,223,220)
#D2E3E0
(210,227,224)
#D7E7E4
(215,231,228)
#DCEBE8
(220,235,232)
#E1EFEC
(225,239,236)
#E6F3F0
(230,243,240)
#EBF7F4
(235,247,244)
#F0FBF8
(240,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED3D0 color. Also use rgb(190,211,208) instead hex code.

Text Font Color

.myTextColor { color: #BED3D0; }

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

This text font color is #BED3D0.


Background Color

.myBgColor { background-color: #BED3D0; }

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

This div background color is #BED3D0.


Border color

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

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

This div border color is #BED3D0.


Opacity

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

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

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

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

This text has shadow with #BED3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED3D0 on black background.


Color preview on white background

This text has color #BED3D0 on white background.



Black color preview on #BED3D0 background

This text has black color on #BED3D0 background.


White color preview on #BED3D0 background

This text has white color on #BED3D0 background.