COLOR #BEDDCF

HEX: #BEDDCF
RGB: (190,221,207)

Color info

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

RGB color model

#BEDDCF color RGB value is (190,221,207).

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

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 207 of 255 = 81%

190
221
207

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

Portions of RGB colors in percentages

R + G + B =
190 + 221 + 207 = 618 (100%)
R 190 of 618 ~ 30.74%
G 221 of 618 ~ 35.76%
B 207 of 618 ~ 33.5%

%30.74
%35.76
%33.5

CMYK color model

#BEDDCF color CMYK value is (14,0,6,13).

  • cyan value is 14.03%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 13.33%
CMYK:
(14,0,6,13)
C14M0Y6K13 
(14%,0%,6%,13%)
(0.14/0.00/0.06/0.13)	

CMYK percentages

%14.03
%0
%6.33
%13.33

Codes

Color #BEDDCF in popluar color models

BEDDCF
RGB190221207
HSL153°31.31%80.59%
HSB/HSV153°14.03%86.67%
CMYK14.03%0.00%6.33%
13.33%

Color #BEDDCF in popluar number systems.

HEXBEDDCF
Decimal190221207
Binary101111101101110111001111
Octal276335317

Shades and tints

Shades of #BEDDCF

#BEDDCF
(190,221,207)
#ADC9BD
(173,201,189)
#9CB5AB
(156,181,171)
#8BA199
(139,161,153)
#7A8D87
(122,141,135)
#697975
(105,121,117)
#586563
(88,101,99)
#475151
(71,81,81)
#363D3F
(54,61,63)
#25292D
(37,41,45)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #BEDDCF

#BEDDCF
(190,221,207)
#C3E0D3
(195,224,211)
#C8E3D7
(200,227,215)
#CDE6DB
(205,230,219)
#D2E9DF
(210,233,223)
#D7ECE3
(215,236,227)
#DCEFE7
(220,239,231)
#E1F2EB
(225,242,235)
#E6F5EF
(230,245,239)
#EBF8F3
(235,248,243)
#F0FBF7
(240,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDDCF; }

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

This text font color is #BEDDCF.


Background Color

.myBgColor { background-color: #BEDDCF; }

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

This div background color is #BEDDCF.


Border color

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

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

This div border color is #BEDDCF.


Opacity

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

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

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

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

This text has shadow with #BEDDCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDDCF on black background.


Color preview on white background

This text has color #BEDDCF on white background.



Black color preview on #BEDDCF background

This text has black color on #BEDDCF background.


White color preview on #BEDDCF background

This text has white color on #BEDDCF background.