COLOR #BEDADF

HEX: #BEDADF RGB: (190,218,223)

Color info

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

RGB color model

#BEDADF color RGB value is (190,218,223).

RGB: (190,218,223) (75%, 85%, 87%)

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 223 of 255 = 87%

190
218
223

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

Portions of RGB colors in percentages

R + G + B = 190 + 218 + 223 = 631 (100%)
R 190 of 631 ~ 30.11%
G 218 of 631 ~ 34.55%
B 223 of 631 ~ 35.34'%

%30.11
%34.55
%35.34

CMYK color model

#BEDADF color CMYK value is (15,2,0,13).

  • cyan value is 14.80%
  • magenta value is 2.24%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (15,2,0,13) C15M2Y0K13 (15%,2%,0%,13%) (0.15/0.02/0.00/0.13) 

CMYK percentages

%14.8
%2.24
%0
%12.55

Codes

Color #BEDADF in popluar color models

BE DA DF
RGB 190 218 223
HSL 189° 34.02% 80.98%
HSB/HSV 189° 14.80% 87.45%
CMYK 14.80% 2.24% 0.00%
12.55%

Color #BEDADF in popluar number systems.

HEX BE DA DF
Decimal 190 218 223
Binary 10111110 11011010 11011111
Octal 276 332 337

Shades and tints

Shades of #BEDADF

#BEDADF
(190,218,223)
#ADC7CB
(173,199,203)
#9CB4B7
(156,180,183)
#8BA1A3
(139,161,163)
#7A8E8F
(122,142,143)
#697B7B
(105,123,123)
#586867
(88,104,103)
#475553
(71,85,83)
#36423F
(54,66,63)
#252F2B
(37,47,43)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #BEDADF

#BEDADF
(190,218,223)
#C3DDE1
(195,221,225)
#C8E0E3
(200,224,227)
#CDE3E5
(205,227,229)
#D2E6E7
(210,230,231)
#D7E9E9
(215,233,233)
#DCECEB
(220,236,235)
#E1EFED
(225,239,237)
#E6F2EF
(230,242,239)
#EBF5F1
(235,245,241)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDADF color. Also use rgb(190,218,223) instead hex code.

Text Font Color

.myTextColor { color: #BEDADF; }

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

This text font color is #BEDADF.

Background Color

.myBgColor { background-color: #BEDADF; }

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

This div background color is #BEDADF.

Border color

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

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

This div border color is #BEDADF.

Opacity

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

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

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

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

This text has shadow with #BEDADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDADF.

Preview

Color preview on black background

This text has color #BEDADF on black background.


Color preview on white background

This text has color #BEDADF on white background.


Black color preview on #BEDADF background

This text has black color on #BEDADF background.


White color preview on #BEDADF background

This text has white color on #BEDADF background.


Related colors

Complementary color

Complementary color for #hex is #412520.


I love getcolorcode.com

Triadic colors

1 #DFBEDA and #DADFBE with #BEDADF are triadic colors.

2 #DFDABE and #DABEDF with #BEDADF are triadic colors.