COLOR #BED3E7

HEX: #BED3E7 RGB: (190,211,231)

Color info

#BED3E7 contains red, green and blue colors in about the same proportion. Web safe color of #BED3E7 is #CCCCFF (or #CCF).

RGB color model

#BED3E7 color RGB value is (190,211,231).

RGB: (190,211,231) (75%, 83%, 91%)

RGB channels and saturation

R 190 of 255 = 75%
G 211 of 255 = 83%
B 231 of 255 = 91%

190
211
231

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

Portions of RGB colors in percentages

R + G + B = 190 + 211 + 231 = 632 (100%)
R 190 of 632 ~ 30.06%
G 211 of 632 ~ 33.39%
B 231 of 632 ~ 36.55'%

%30.06
%33.39
%36.55

CMYK color model

#BED3E7 color CMYK value is (18,9,0,9).

  • cyan value is 17.75%
  • magenta value is 8.66%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (18,9,0,9)
C18M9Y0K9 (18%, 9%, 0%, 9%)
(0.18 / 0.09 / 0.00 / 0.09)

CMYK percentages

%17.75
%8.66
%0
%9.41

Codes

Color #BED3E7 in popluar color models

BE D3 E7
RGB 190 211 231
HSL 209° 46.07% 82.55%
HSB/HSV 209° 17.75% 90.59%
CMYK 17.75% 8.66% 0.00%
9.41%

Color #BED3E7 in popluar number systems.

HEX BE D3 E7
Decimal 190 211 231
Binary 10111110 11010011 11100111
Octal 276 323 347

Shades and tints

Shades of #BED3E7

#BED3E7
(190,211,231)
#ADC0D2
(173,192,210)
#9CADBD
(156,173,189)
#8B9AA8
(139,154,168)
#7A8793
(122,135,147)
#69747E
(105,116,126)
#586169
(88,97,105)
#474E54
(71,78,84)
#363B3F
(54,59,63)
#25282A
(37,40,42)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #BED3E7

#BED3E7
(190,211,231)
#C3D7E9
(195,215,233)
#C8DBEB
(200,219,235)
#CDDFED
(205,223,237)
#D2E3EF
(210,227,239)
#D7E7F1
(215,231,241)
#DCEBF3
(220,235,243)
#E1EFF5
(225,239,245)
#E6F3F7
(230,243,247)
#EBF7F9
(235,247,249)
#F0FBFB
(240,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED3E7 color. Also use rgb(190,211,231) instead hex code.

Text Font Color

.myTextColor { color: #BED3E7; }

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

This text font color is #BED3E7.

Background Color

.myBgColor { background-color: #BED3E7; }

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

This div background color is #BED3E7.

Border color

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

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

This div border color is #BED3E7.

Opacity

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

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

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

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

This text has shadow with #BED3E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED3E7.

Preview

Color preview on black background

This text has color #BED3E7 on black background.


Color preview on white background

This text has color #BED3E7 on white background.


Black color preview on #BED3E7 background

This text has black color on #BED3E7 background.


White color preview on #BED3E7 background

This text has white color on #BED3E7 background.


Related colors

Complementary color

Complementary color for #hex is #412C18.


I love getcolorcode.com

Triadic colors

1 #E7BED3 and #D3E7BE with #BED3E7 are triadic colors.

2 #E7D3BE and #D3BEE7 with #BED3E7 are triadic colors.