COLOR #BED7DC

HEX: #BED7DC RGB: (190,215,220)

Color info

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

RGB color model

#BED7DC color RGB value is (190,215,220).

RGB: (190,215,220) (75%, 84%, 86%)

RGB channels and saturation

R 190 of 255 = 75%
G 215 of 255 = 84%
B 220 of 255 = 86%

190
215
220

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

Portions of RGB colors in percentages

R + G + B = 190 + 215 + 220 = 625 (100%)
R 190 of 625 ~ 30.4%
G 215 of 625 ~ 34.4%
B 220 of 625 ~ 35.2'%

%30.4
%34.4
%35.2

CMYK color model

#BED7DC color CMYK value is (14,2,0,14).

  • cyan value is 13.64%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (14,2,0,14)
C14M2Y0K14 (14%, 2%, 0%, 14%)
(0.14 / 0.02 / 0.00 / 0.14)

CMYK percentages

%13.64
%2.27
%0
%13.73

Codes

Color #BED7DC in popluar color models

BE D7 DC
RGB 190 215 220
HSL 190° 30.00% 80.39%
HSB/HSV 190° 13.64% 86.27%
CMYK 13.64% 2.27% 0.00%
13.73%

Color #BED7DC in popluar number systems.

HEX BE D7 DC
Decimal 190 215 220
Binary 10111110 11010111 11011100
Octal 276 327 334

Shades and tints

Shades of #BED7DC

#BED7DC
(190,215,220)
#ADC4C8
(173,196,200)
#9CB1B4
(156,177,180)
#8B9EA0
(139,158,160)
#7A8B8C
(122,139,140)
#697878
(105,120,120)
#586564
(88,101,100)
#475250
(71,82,80)
#363F3C
(54,63,60)
#252C28
(37,44,40)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #BED7DC

#BED7DC
(190,215,220)
#C3DADF
(195,218,223)
#C8DDE2
(200,221,226)
#CDE0E5
(205,224,229)
#D2E3E8
(210,227,232)
#D7E6EB
(215,230,235)
#DCE9EE
(220,233,238)
#E1ECF1
(225,236,241)
#E6EFF4
(230,239,244)
#EBF2F7
(235,242,247)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED7DC; }

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

This text font color is #BED7DC.

Background Color

.myBgColor { background-color: #BED7DC; }

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

This div background color is #BED7DC.

Border color

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

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

This div border color is #BED7DC.

Opacity

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

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

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

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

This text has shadow with #BED7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED7DC.

Preview

Color preview on black background

This text has color #BED7DC on black background.


Color preview on white background

This text has color #BED7DC on white background.


Black color preview on #BED7DC background

This text has black color on #BED7DC background.


White color preview on #BED7DC background

This text has white color on #BED7DC background.


Related colors

Complementary color

Complementary color for #hex is #412823.


I love getcolorcode.com

Triadic colors

1 #DCBED7 and #D7DCBE with #BED7DC are triadic colors.

2 #DCD7BE and #D7BEDC with #BED7DC are triadic colors.