COLOR #BED4D7

HEX: #BED4D7 RGB: (190,212,215)

Color info

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

RGB color model

#BED4D7 color RGB value is (190,212,215).

RGB: (190,212,215) (75%, 83%, 84%)

RGB channels and saturation

R 190 of 255 = 75%
G 212 of 255 = 83%
B 215 of 255 = 84%

190
212
215

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

Portions of RGB colors in percentages

R + G + B = 190 + 212 + 215 = 617 (100%)
R 190 of 617 ~ 30.79%
G 212 of 617 ~ 34.36%
B 215 of 617 ~ 34.85'%

%30.79
%34.36
%34.85

CMYK color model

#BED4D7 color CMYK value is (12,1,0,16).

  • cyan value is 11.63%
  • magenta value is 1.40%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (12,1,0,16)
C12M1Y0K16 (12%, 1%, 0%, 16%)
(0.12 / 0.01 / 0.00 / 0.16)

CMYK percentages

%11.63
%1.4
%0
%15.69

Codes

Color #BED4D7 in popluar color models

BE D4 D7
RGB 190 212 215
HSL 187° 23.81% 79.41%
HSB/HSV 187° 11.63% 84.31%
CMYK 11.63% 1.40% 0.00%
15.69%

Color #BED4D7 in popluar number systems.

HEX BE D4 D7
Decimal 190 212 215
Binary 10111110 11010100 11010111
Octal 276 324 327

Shades and tints

Shades of #BED4D7

#BED4D7
(190,212,215)
#ADC1C4
(173,193,196)
#9CAEB1
(156,174,177)
#8B9B9E
(139,155,158)
#7A888B
(122,136,139)
#697578
(105,117,120)
#586265
(88,98,101)
#474F52
(71,79,82)
#363C3F
(54,60,63)
#25292C
(37,41,44)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #BED4D7

#BED4D7
(190,212,215)
#C3D7DA
(195,215,218)
#C8DADD
(200,218,221)
#CDDDE0
(205,221,224)
#D2E0E3
(210,224,227)
#D7E3E6
(215,227,230)
#DCE6E9
(220,230,233)
#E1E9EC
(225,233,236)
#E6ECEF
(230,236,239)
#EBEFF2
(235,239,242)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED4D7; }

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

This text font color is #BED4D7.

Background Color

.myBgColor { background-color: #BED4D7; }

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

This div background color is #BED4D7.

Border color

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

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

This div border color is #BED4D7.

Opacity

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

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

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

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

This text has shadow with #BED4D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED4D7.

Preview

Color preview on black background

This text has color #BED4D7 on black background.


Color preview on white background

This text has color #BED4D7 on white background.


Black color preview on #BED4D7 background

This text has black color on #BED4D7 background.


White color preview on #BED4D7 background

This text has white color on #BED4D7 background.


Related colors

Complementary color

Complementary color for #hex is #412B28.


I love getcolorcode.com

Triadic colors

1 #D7BED4 and #D4D7BE with #BED4D7 are triadic colors.

2 #D7D4BE and #D4BED7 with #BED4D7 are triadic colors.