COLOR #BED5DD

HEX: #BED5DD
RGB: (190,213,221)

Color info

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

RGB color model

#BED5DD color RGB value is (190,213,221).

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

RGB channels and saturation

R 190 of 255 = 75%
G 213 of 255 = 84%
B 221 of 255 = 87%

190
213
221

R + G + B ~ 82%. #BED5DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 213 + 221 = 624 (100%)
R 190 of 624 ~ 30.45%
G 213 of 624 ~ 34.13%
B 221 of 624 ~ 35.42%

%30.45
%34.13
%35.42

CMYK color model

#BED5DD color CMYK value is (14,4,0,13).

  • cyan value is 14.03%
  • magenta value is 3.62%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,4,0,13)
C14M4Y0K13 
(14%,4%,0%,13%)
(0.14/0.04/0.00/0.13)	

CMYK percentages

%14.03
%3.62
%0
%13.33

Codes

Color #BED5DD in popluar color models

BED5DD
RGB190213221
HSL195°31.31%80.59%
HSB/HSV195°14.03%86.67%
CMYK14.03%3.62%0.00%
13.33%

Color #BED5DD in popluar number systems.

HEXBED5DD
Decimal190213221
Binary101111101101010111011101
Octal276325335

Shades and tints

Shades of #BED5DD

#BED5DD
(190,213,221)
#ADC2C9
(173,194,201)
#9CAFB5
(156,175,181)
#8B9CA1
(139,156,161)
#7A898D
(122,137,141)
#697679
(105,118,121)
#586365
(88,99,101)
#475051
(71,80,81)
#363D3D
(54,61,61)
#252A29
(37,42,41)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #BED5DD

#BED5DD
(190,213,221)
#C3D8E0
(195,216,224)
#C8DBE3
(200,219,227)
#CDDEE6
(205,222,230)
#D2E1E9
(210,225,233)
#D7E4EC
(215,228,236)
#DCE7EF
(220,231,239)
#E1EAF2
(225,234,242)
#E6EDF5
(230,237,245)
#EBF0F8
(235,240,248)
#F0F3FB
(240,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED5DD; }

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

This text font color is #BED5DD.


Background Color

.myBgColor { background-color: #BED5DD; }

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

This div background color is #BED5DD.


Border color

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

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

This div border color is #BED5DD.


Opacity

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

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

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

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

This text has shadow with #BED5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED5DD on black background.


Color preview on white background

This text has color #BED5DD on white background.



Black color preview on #BED5DD background

This text has black color on #BED5DD background.


White color preview on #BED5DD background

This text has white color on #BED5DD background.