COLOR #BEDFDC

HEX: #BEDFDC
RGB: (190,223,220)

Color info

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

RGB color model

#BEDFDC color RGB value is (190,223,220).

  • red value is 190;
  • green value is 223;
  • blue value is 220.
RGB:
(190,223,220)
(75%,87%,86%)

RGB channels and saturation

R 190 of 255 = 75%
G 223 of 255 = 87%
B 220 of 255 = 86%

190
223
220

R + G + B ~ 83%. #BEDFDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 223 + 220 = 633 (100%)
R 190 of 633 ~ 30.02%
G 223 of 633 ~ 35.23%
B 220 of 633 ~ 34.76%

%30.02
%35.23
%34.76

CMYK color model

#BEDFDC color CMYK value is (15,0,1,13).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.55%
CMYK:
(15,0,1,13)
C15M0Y1K13 
(15%,0%,1%,13%)
(0.15/0.00/0.01/0.13)	

CMYK percentages

%14.8
%0
%1.35
%12.55

Codes

Color #BEDFDC in popluar color models

BEDFDC
RGB190223220
HSL175°34.02%80.98%
HSB/HSV175°14.80%87.45%
CMYK14.80%0.00%1.35%
12.55%

Color #BEDFDC in popluar number systems.

HEXBEDFDC
Decimal190223220
Binary101111101101111111011100
Octal276337334

Shades and tints

Shades of #BEDFDC

#BEDFDC
(190,223,220)
#ADCBC8
(173,203,200)
#9CB7B4
(156,183,180)
#8BA3A0
(139,163,160)
#7A8F8C
(122,143,140)
#697B78
(105,123,120)
#586764
(88,103,100)
#475350
(71,83,80)
#363F3C
(54,63,60)
#252B28
(37,43,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #BEDFDC

#BEDFDC
(190,223,220)
#C3E1DF
(195,225,223)
#C8E3E2
(200,227,226)
#CDE5E5
(205,229,229)
#D2E7E8
(210,231,232)
#D7E9EB
(215,233,235)
#DCEBEE
(220,235,238)
#E1EDF1
(225,237,241)
#E6EFF4
(230,239,244)
#EBF1F7
(235,241,247)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDFDC color. Also use rgb(190,223,220) instead hex code.

Text Font Color

.myTextColor { color: #BEDFDC; }

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

This text font color is #BEDFDC.


Background Color

.myBgColor { background-color: #BEDFDC; }

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

This div background color is #BEDFDC.


Border color

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

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

This div border color is #BEDFDC.


Opacity

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

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

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

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

This text has shadow with #BEDFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDFDC on black background.


Color preview on white background

This text has color #BEDFDC on white background.



Black color preview on #BEDFDC background

This text has black color on #BEDFDC background.


White color preview on #BEDFDC background

This text has white color on #BEDFDC background.