COLOR #BEDAC7

HEX: #BEDAC7 RGB: (190,218,199)

Color info

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

RGB color model

#BEDAC7 color RGB value is (190,218,199).

RGB: (190,218,199) (75%, 85%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 199 of 255 = 78%

190
218
199

R + G + B ~ 79%. #BEDAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 218 + 199 = 607 (100%)
R 190 of 607 ~ 31.3%
G 218 of 607 ~ 35.91%
B 199 of 607 ~ 32.78'%

%31.3
%35.91
%32.78

CMYK color model

#BEDAC7 color CMYK value is (13,0,9,15).

  • cyan value is 12.84%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 14.51%

CMYK: (13,0,9,15)
C13M0Y9K15 (13%, 0%, 9%, 15%)
(0.13 / 0.00 / 0.09 / 0.15)

CMYK percentages

%12.84
%0
%8.72
%14.51

Codes

Color #BEDAC7 in popluar color models

BE DA C7
RGB 190 218 199
HSL 139° 27.45% 80.00%
HSB/HSV 139° 12.84% 85.49%
CMYK 12.84% 0.00% 8.72%
14.51%

Color #BEDAC7 in popluar number systems.

HEX BE DA C7
Decimal 190 218 199
Binary 10111110 11011010 11000111
Octal 276 332 307

Shades and tints

Shades of #BEDAC7

#BEDAC7
(190,218,199)
#ADC7B5
(173,199,181)
#9CB4A3
(156,180,163)
#8BA191
(139,161,145)
#7A8E7F
(122,142,127)
#697B6D
(105,123,109)
#58685B
(88,104,91)
#475549
(71,85,73)
#364237
(54,66,55)
#252F25
(37,47,37)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #BEDAC7

#BEDAC7
(190,218,199)
#C3DDCC
(195,221,204)
#C8E0D1
(200,224,209)
#CDE3D6
(205,227,214)
#D2E6DB
(210,230,219)
#D7E9E0
(215,233,224)
#DCECE5
(220,236,229)
#E1EFEA
(225,239,234)
#E6F2EF
(230,242,239)
#EBF5F4
(235,245,244)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDAC7; }

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

This text font color is #BEDAC7.

Background Color

.myBgColor { background-color: #BEDAC7; }

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

This div background color is #BEDAC7.

Border color

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

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

This div border color is #BEDAC7.

Opacity

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

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

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

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

This text has shadow with #BEDAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDAC7.

Preview

Color preview on black background

This text has color #BEDAC7 on black background.


Color preview on white background

This text has color #BEDAC7 on white background.


Black color preview on #BEDAC7 background

This text has black color on #BEDAC7 background.


White color preview on #BEDAC7 background

This text has white color on #BEDAC7 background.


Related colors

Complementary color

Complementary color for #hex is #412538.


I love getcolorcode.com

Triadic colors

1 #C7BEDA and #DAC7BE with #BEDAC7 are triadic colors.

2 #C7DABE and #DABEC7 with #BEDAC7 are triadic colors.