COLOR #BED7D1

HEX: #BED7D1 RGB: (190,215,209)

Color info

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

RGB color model

#BED7D1 color RGB value is (190,215,209).

RGB: (190,215,209) (75%, 84%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 215 of 255 = 84%
B 209 of 255 = 82%

190
215
209

R + G + B ~ 80%. #BED7D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 215 + 209 = 614 (100%)
R 190 of 614 ~ 30.94%
G 215 of 614 ~ 35.02%
B 209 of 614 ~ 34.04'%

%30.94
%35.02
%34.04

CMYK color model

#BED7D1 color CMYK value is (12,0,3,16).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 2.79%
  • key color value is 15.69%
CMYK: (12,0,3,16) C12M0Y3K16 (12%,0%,3%,16%) (0.12/0.00/0.03/0.16) 

CMYK percentages

%11.63
%0
%2.79
%15.69

Codes

Color #BED7D1 in popluar color models

BE D7 D1
RGB 190 215 209
HSL 166° 23.81% 79.41%
HSB/HSV 166° 11.63% 84.31%
CMYK 11.63% 0.00% 2.79%
15.69%

Color #BED7D1 in popluar number systems.

HEX BE D7 D1
Decimal 190 215 209
Binary 10111110 11010111 11010001
Octal 276 327 321

Shades and tints

Shades of #BED7D1

#BED7D1
(190,215,209)
#ADC4BE
(173,196,190)
#9CB1AB
(156,177,171)
#8B9E98
(139,158,152)
#7A8B85
(122,139,133)
#697872
(105,120,114)
#58655F
(88,101,95)
#47524C
(71,82,76)
#363F39
(54,63,57)
#252C26
(37,44,38)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #BED7D1

#BED7D1
(190,215,209)
#C3DAD5
(195,218,213)
#C8DDD9
(200,221,217)
#CDE0DD
(205,224,221)
#D2E3E1
(210,227,225)
#D7E6E5
(215,230,229)
#DCE9E9
(220,233,233)
#E1ECED
(225,236,237)
#E6EFF1
(230,239,241)
#EBF2F5
(235,242,245)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED7D1; }

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

This text font color is #BED7D1.

Background Color

.myBgColor { background-color: #BED7D1; }

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

This div background color is #BED7D1.

Border color

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

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

This div border color is #BED7D1.

Opacity

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

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

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

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

This text has shadow with #BED7D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED7D1.

Preview

Color preview on black background

This text has color #BED7D1 on black background.


Color preview on white background

This text has color #BED7D1 on white background.


Black color preview on #BED7D1 background

This text has black color on #BED7D1 background.


White color preview on #BED7D1 background

This text has white color on #BED7D1 background.


Related colors

Complementary color

Complementary color for #hex is #41282E.


I love getcolorcode.com

Triadic colors

1 #D1BED7 and #D7D1BE with #BED7D1 are triadic colors.

2 #D1D7BE and #D7BED1 with #BED7D1 are triadic colors.