COLOR #BED3D2

HEX: #BED3D2
RGB: (190,211,210)

Color info

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

RGB color model

#BED3D2 color RGB value is (190,211,210).

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

RGB channels and saturation

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

190
211
210

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

Portions of RGB colors in percentages

R + G + B =
190 + 211 + 210 = 611 (100%)
R 190 of 611 ~ 31.1%
G 211 of 611 ~ 34.53%
B 210 of 611 ~ 34.37%

%31.1
%34.53
%34.37

CMYK color model

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

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 0.47%
  • key color value is 17.25%
CMYK:
(10,0,0,17)
C10M0Y0K17 
(10%,0%,0%,17%)
(0.10/0.00/0.00/0.17)	

CMYK percentages

%9.95
%0
%0.47
%17.25

Codes

Color #BED3D2 in popluar color models

BED3D2
RGB190211210
HSL177°19.27%78.63%
HSB/HSV177°9.95%82.75%
CMYK9.95%0.00%0.47%
17.25%

Color #BED3D2 in popluar number systems.

HEXBED3D2
Decimal190211210
Binary101111101101001111010010
Octal276323322

Shades and tints

Shades of #BED3D2

#BED3D2
(190,211,210)
#ADC0BF
(173,192,191)
#9CADAC
(156,173,172)
#8B9A99
(139,154,153)
#7A8786
(122,135,134)
#697473
(105,116,115)
#586160
(88,97,96)
#474E4D
(71,78,77)
#363B3A
(54,59,58)
#252827
(37,40,39)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #BED3D2

#BED3D2
(190,211,210)
#C3D7D6
(195,215,214)
#C8DBDA
(200,219,218)
#CDDFDE
(205,223,222)
#D2E3E2
(210,227,226)
#D7E7E6
(215,231,230)
#DCEBEA
(220,235,234)
#E1EFEE
(225,239,238)
#E6F3F2
(230,243,242)
#EBF7F6
(235,247,246)
#F0FBFA
(240,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED3D2; }

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

This text font color is #BED3D2.


Background Color

.myBgColor { background-color: #BED3D2; }

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

This div background color is #BED3D2.


Border color

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

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

This div border color is #BED3D2.


Opacity

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

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

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

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

This text has shadow with #BED3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED3D2 on black background.


Color preview on white background

This text has color #BED3D2 on white background.



Black color preview on #BED3D2 background

This text has black color on #BED3D2 background.


White color preview on #BED3D2 background

This text has white color on #BED3D2 background.