COLOR #BEDEC7

HEX: #BEDEC7 RGB: (190,222,199)

Color info

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

RGB color model

#BEDEC7 color RGB value is (190,222,199).

RGB: (190,222,199) (75%, 87%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 222 of 255 = 87%
B 199 of 255 = 78%

190
222
199

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

Portions of RGB colors in percentages

R + G + B = 190 + 222 + 199 = 611 (100%)
R 190 of 611 ~ 31.1%
G 222 of 611 ~ 36.33%
B 199 of 611 ~ 32.57'%

%31.1
%36.33
%32.57

CMYK color model

#BEDEC7 color CMYK value is (14,0,10,13).

  • cyan value is 14.41%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 12.94%
CMYK: (14,0,10,13) C14M0Y10K13 (14%,0%,10%,13%) (0.14/0.00/0.10/0.13) 

CMYK percentages

%14.41
%0
%10.36
%12.94

Codes

Color #BEDEC7 in popluar color models

BE DE C7
RGB 190 222 199
HSL 137° 32.65% 80.78%
HSB/HSV 137° 14.41% 87.06%
CMYK 14.41% 0.00% 10.36%
12.94%

Color #BEDEC7 in popluar number systems.

HEX BE DE C7
Decimal 190 222 199
Binary 10111110 11011110 11000111
Octal 276 336 307

Shades and tints

Shades of #BEDEC7

#BEDEC7
(190,222,199)
#ADCAB5
(173,202,181)
#9CB6A3
(156,182,163)
#8BA291
(139,162,145)
#7A8E7F
(122,142,127)
#697A6D
(105,122,109)
#58665B
(88,102,91)
#475249
(71,82,73)
#363E37
(54,62,55)
#252A25
(37,42,37)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #BEDEC7

#BEDEC7
(190,222,199)
#C3E1CC
(195,225,204)
#C8E4D1
(200,228,209)
#CDE7D6
(205,231,214)
#D2EADB
(210,234,219)
#D7EDE0
(215,237,224)
#DCF0E5
(220,240,229)
#E1F3EA
(225,243,234)
#E6F6EF
(230,246,239)
#EBF9F4
(235,249,244)
#F0FCF9
(240,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDEC7 color. Also use rgb(190,222,199) instead hex code.

Text Font Color

.myTextColor { color: #BEDEC7; }

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

This text font color is #BEDEC7.

Background Color

.myBgColor { background-color: #BEDEC7; }

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

This div background color is #BEDEC7.

Border color

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

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

This div border color is #BEDEC7.

Opacity

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

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

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

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

This text has shadow with #BEDEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDEC7.

Preview

Color preview on black background

This text has color #BEDEC7 on black background.


Color preview on white background

This text has color #BEDEC7 on white background.


Black color preview on #BEDEC7 background

This text has black color on #BEDEC7 background.


White color preview on #BEDEC7 background

This text has white color on #BEDEC7 background.


Related colors

Complementary color

Complementary color for #hex is #412138.


I love getcolorcode.com

Triadic colors

1 #C7BEDE and #DEC7BE with #BEDEC7 are triadic colors.

2 #C7DEBE and #DEBEC7 with #BEDEC7 are triadic colors.