COLOR #BEDACF

HEX: #BEDACF
RGB: (190,218,207)

Color info

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

RGB color model

#BEDACF color RGB value is (190,218,207).

  • red value is 190;
  • green value is 218;
  • blue value is 207.
RGB:
(190,218,207)
(75%,85%,81%)

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 207 of 255 = 81%

190
218
207

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

Portions of RGB colors in percentages

R + G + B =
190 + 218 + 207 = 615 (100%)
R 190 of 615 ~ 30.89%
G 218 of 615 ~ 35.45%
B 207 of 615 ~ 33.66%

%30.89
%35.45
%33.66

CMYK color model

#BEDACF color CMYK value is (13,0,5,15).

  • cyan value is 12.84%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 14.51%
CMYK:
(13,0,5,15)
C13M0Y5K15 
(13%,0%,5%,15%)
(0.13/0.00/0.05/0.15)	

CMYK percentages

%12.84
%0
%5.05
%14.51

Codes

Color #BEDACF in popluar color models

BEDACF
RGB190218207
HSL156°27.45%80.00%
HSB/HSV156°12.84%85.49%
CMYK12.84%0.00%5.05%
14.51%

Color #BEDACF in popluar number systems.

HEXBEDACF
Decimal190218207
Binary101111101101101011001111
Octal276332317

Shades and tints

Shades of #BEDACF

#BEDACF
(190,218,207)
#ADC7BD
(173,199,189)
#9CB4AB
(156,180,171)
#8BA199
(139,161,153)
#7A8E87
(122,142,135)
#697B75
(105,123,117)
#586863
(88,104,99)
#475551
(71,85,81)
#36423F
(54,66,63)
#252F2D
(37,47,45)
#141C1B
(20,28,27)
#000000
(0,0,0)

Tints of #BEDACF

#BEDACF
(190,218,207)
#C3DDD3
(195,221,211)
#C8E0D7
(200,224,215)
#CDE3DB
(205,227,219)
#D2E6DF
(210,230,223)
#D7E9E3
(215,233,227)
#DCECE7
(220,236,231)
#E1EFEB
(225,239,235)
#E6F2EF
(230,242,239)
#EBF5F3
(235,245,243)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDACF; }

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

This text font color is #BEDACF.


Background Color

.myBgColor { background-color: #BEDACF; }

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

This div background color is #BEDACF.


Border color

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

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

This div border color is #BEDACF.


Opacity

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

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

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

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

This text has shadow with #BEDACF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDACF on black background.


Color preview on white background

This text has color #BEDACF on white background.



Black color preview on #BEDACF background

This text has black color on #BEDACF background.


White color preview on #BEDACF background

This text has white color on #BEDACF background.