COLOR #BED9D2

HEX: #BED9D2
RGB: (190,217,210)

Color info

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

RGB color model

#BED9D2 color RGB value is (190,217,210).

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

RGB channels and saturation

R 190 of 255 = 75%
G 217 of 255 = 85%
B 210 of 255 = 82%

190
217
210

R + G + B ~ 81%. #BED9D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 217 + 210 = 617 (100%)
R 190 of 617 ~ 30.79%
G 217 of 617 ~ 35.17%
B 210 of 617 ~ 34.04%

%30.79
%35.17
%34.04

CMYK color model

#BED9D2 color CMYK value is (12,0,3,15).

  • cyan value is 12.44%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 14.90%
CMYK:
(12,0,3,15)
C12M0Y3K15 
(12%,0%,3%,15%)
(0.12/0.00/0.03/0.15)	

CMYK percentages

%12.44
%0
%3.23
%14.9

Codes

Color #BED9D2 in popluar color models

BED9D2
RGB190217210
HSL164°26.21%79.80%
HSB/HSV164°12.44%85.10%
CMYK12.44%0.00%3.23%
14.90%

Color #BED9D2 in popluar number systems.

HEXBED9D2
Decimal190217210
Binary101111101101100111010010
Octal276331322

Shades and tints

Shades of #BED9D2

#BED9D2
(190,217,210)
#ADC6BF
(173,198,191)
#9CB3AC
(156,179,172)
#8BA099
(139,160,153)
#7A8D86
(122,141,134)
#697A73
(105,122,115)
#586760
(88,103,96)
#47544D
(71,84,77)
#36413A
(54,65,58)
#252E27
(37,46,39)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #BED9D2

#BED9D2
(190,217,210)
#C3DCD6
(195,220,214)
#C8DFDA
(200,223,218)
#CDE2DE
(205,226,222)
#D2E5E2
(210,229,226)
#D7E8E6
(215,232,230)
#DCEBEA
(220,235,234)
#E1EEEE
(225,238,238)
#E6F1F2
(230,241,242)
#EBF4F6
(235,244,246)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED9D2; }

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

This text font color is #BED9D2.


Background Color

.myBgColor { background-color: #BED9D2; }

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

This div background color is #BED9D2.


Border color

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

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

This div border color is #BED9D2.


Opacity

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

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

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

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

This text has shadow with #BED9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED9D2 on black background.


Color preview on white background

This text has color #BED9D2 on white background.



Black color preview on #BED9D2 background

This text has black color on #BED9D2 background.


White color preview on #BED9D2 background

This text has white color on #BED9D2 background.