COLOR #BEDDCA

HEX: #BEDDCA
RGB: (190,221,202)

Color info

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

RGB color model

#BEDDCA color RGB value is (190,221,202).

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

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 202 of 255 = 79%

190
221
202

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

Portions of RGB colors in percentages

R + G + B =
190 + 221 + 202 = 613 (100%)
R 190 of 613 ~ 31%
G 221 of 613 ~ 36.05%
B 202 of 613 ~ 32.95%

%31
%36.05
%32.95

CMYK color model

#BEDDCA color CMYK value is (14,0,9,13).

  • cyan value is 14.03%
  • magenta value is 0.00%
  • yellow value is 8.60%
  • key color value is 13.33%
CMYK:
(14,0,9,13)
C14M0Y9K13 
(14%,0%,9%,13%)
(0.14/0.00/0.09/0.13)	

CMYK percentages

%14.03
%0
%8.6
%13.33

Codes

Color #BEDDCA in popluar color models

BEDDCA
RGB190221202
HSL143°31.31%80.59%
HSB/HSV143°14.03%86.67%
CMYK14.03%0.00%8.60%
13.33%

Color #BEDDCA in popluar number systems.

HEXBEDDCA
Decimal190221202
Binary101111101101110111001010
Octal276335312

Shades and tints

Shades of #BEDDCA

#BEDDCA
(190,221,202)
#ADC9B8
(173,201,184)
#9CB5A6
(156,181,166)
#8BA194
(139,161,148)
#7A8D82
(122,141,130)
#697970
(105,121,112)
#58655E
(88,101,94)
#47514C
(71,81,76)
#363D3A
(54,61,58)
#252928
(37,41,40)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #BEDDCA

#BEDDCA
(190,221,202)
#C3E0CE
(195,224,206)
#C8E3D2
(200,227,210)
#CDE6D6
(205,230,214)
#D2E9DA
(210,233,218)
#D7ECDE
(215,236,222)
#DCEFE2
(220,239,226)
#E1F2E6
(225,242,230)
#E6F5EA
(230,245,234)
#EBF8EE
(235,248,238)
#F0FBF2
(240,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDDCA; }

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

This text font color is #BEDDCA.


Background Color

.myBgColor { background-color: #BEDDCA; }

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

This div background color is #BEDDCA.


Border color

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

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

This div border color is #BEDDCA.


Opacity

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

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

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

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

This text has shadow with #BEDDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDDCA on black background.


Color preview on white background

This text has color #BEDDCA on white background.



Black color preview on #BEDDCA background

This text has black color on #BEDDCA background.


White color preview on #BEDDCA background

This text has white color on #BEDDCA background.