COLOR #BEDBD7

HEX: #BEDBD7 RGB: (190,219,215)

Color info

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

RGB color model

#BEDBD7 color RGB value is (190,219,215).

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

RGB channels and saturation

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

190
219
215

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

Portions of RGB colors in percentages

R + G + B = 190 + 219 + 215 = 624 (100%)
R 190 of 624 ~ 30.45%
G 219 of 624 ~ 35.1%
B 215 of 624 ~ 34.46'%

%30.45
%35.1
%34.46

CMYK color model

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

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.12%

CMYK: (13,0,2,14)
C13M0Y2K14 (13%, 0%, 2%, 14%)
(0.13 / 0.00 / 0.02 / 0.14)

CMYK percentages

%13.24
%0
%1.83
%14.12

Codes

Color #BEDBD7 in popluar color models

BE DB D7
RGB 190 219 215
HSL 172° 28.71% 80.20%
HSB/HSV 172° 13.24% 85.88%
CMYK 13.24% 0.00% 1.83%
14.12%

Color #BEDBD7 in popluar number systems.

HEX BE DB D7
Decimal 190 219 215
Binary 10111110 11011011 11010111
Octal 276 333 327

Shades and tints

Shades of #BEDBD7

#BEDBD7
(190,219,215)
#ADC8C4
(173,200,196)
#9CB5B1
(156,181,177)
#8BA29E
(139,162,158)
#7A8F8B
(122,143,139)
#697C78
(105,124,120)
#586965
(88,105,101)
#475652
(71,86,82)
#36433F
(54,67,63)
#25302C
(37,48,44)
#141D19
(20,29,25)
#000000
(0,0,0)

Tints of #BEDBD7

#BEDBD7
(190,219,215)
#C3DEDA
(195,222,218)
#C8E1DD
(200,225,221)
#CDE4E0
(205,228,224)
#D2E7E3
(210,231,227)
#D7EAE6
(215,234,230)
#DCEDE9
(220,237,233)
#E1F0EC
(225,240,236)
#E6F3EF
(230,243,239)
#EBF6F2
(235,246,242)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDBD7; }

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

This text font color is #BEDBD7.

Background Color

.myBgColor { background-color: #BEDBD7; }

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

This div background color is #BEDBD7.

Border color

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

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

This div border color is #BEDBD7.

Opacity

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

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

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

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

This text has shadow with #BEDBD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDBD7.

Preview

Color preview on black background

This text has color #BEDBD7 on black background.


Color preview on white background

This text has color #BEDBD7 on white background.


Black color preview on #BEDBD7 background

This text has black color on #BEDBD7 background.


White color preview on #BEDBD7 background

This text has white color on #BEDBD7 background.


Related colors

Complementary color

Complementary color for #hex is #412428.


I love getcolorcode.com

Triadic colors

1 #D7BEDB and #DBD7BE with #BEDBD7 are triadic colors.

2 #D7DBBE and #DBBED7 with #BEDBD7 are triadic colors.