COLOR #BED4DA

HEX: #BED4DA
RGB: (190,212,218)

Color info

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

RGB color model

#BED4DA color RGB value is (190,212,218).

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

RGB channels and saturation

R 190 of 255 = 75%
G 212 of 255 = 83%
B 218 of 255 = 85%

190
212
218

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

Portions of RGB colors in percentages

R + G + B =
190 + 212 + 218 = 620 (100%)
R 190 of 620 ~ 30.65%
G 212 of 620 ~ 34.19%
B 218 of 620 ~ 35.16%

%30.65
%34.19
%35.16

CMYK color model

#BED4DA color CMYK value is (13,3,0,15).

  • cyan value is 12.84%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(13,3,0,15)
C13M3Y0K15 
(13%,3%,0%,15%)
(0.13/0.03/0.00/0.15)	

CMYK percentages

%12.84
%2.75
%0
%14.51

Codes

Color #BED4DA in popluar color models

BED4DA
RGB190212218
HSL193°27.45%80.00%
HSB/HSV193°12.84%85.49%
CMYK12.84%2.75%0.00%
14.51%

Color #BED4DA in popluar number systems.

HEXBED4DA
Decimal190212218
Binary101111101101010011011010
Octal276324332

Shades and tints

Shades of #BED4DA

#BED4DA
(190,212,218)
#ADC1C7
(173,193,199)
#9CAEB4
(156,174,180)
#8B9BA1
(139,155,161)
#7A888E
(122,136,142)
#69757B
(105,117,123)
#586268
(88,98,104)
#474F55
(71,79,85)
#363C42
(54,60,66)
#25292F
(37,41,47)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #BED4DA

#BED4DA
(190,212,218)
#C3D7DD
(195,215,221)
#C8DAE0
(200,218,224)
#CDDDE3
(205,221,227)
#D2E0E6
(210,224,230)
#D7E3E9
(215,227,233)
#DCE6EC
(220,230,236)
#E1E9EF
(225,233,239)
#E6ECF2
(230,236,242)
#EBEFF5
(235,239,245)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED4DA; }

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

This text font color is #BED4DA.


Background Color

.myBgColor { background-color: #BED4DA; }

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

This div background color is #BED4DA.


Border color

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

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

This div border color is #BED4DA.


Opacity

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

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

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

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

This text has shadow with #BED4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED4DA on black background.


Color preview on white background

This text has color #BED4DA on white background.



Black color preview on #BED4DA background

This text has black color on #BED4DA background.


White color preview on #BED4DA background

This text has white color on #BED4DA background.