COLOR #BEDDD8

HEX: #BEDDD8 RGB: (190,221,216)

Color info

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

RGB color model

#BEDDD8 color RGB value is (190,221,216).

RGB: (190,221,216) (75%, 87%, 85%)

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 216 of 255 = 85%

190
221
216

R + G + B ~ 82%. #BEDDD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 221 + 216 = 627 (100%)
R 190 of 627 ~ 30.3%
G 221 of 627 ~ 35.25%
B 216 of 627 ~ 34.45'%

%30.3
%35.25
%34.45

CMYK color model

#BEDDD8 color CMYK value is (14,0,2,13).

  • cyan value is 14.03%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 13.33%

CMYK: (14,0,2,13)
C14M0Y2K13 (14%, 0%, 2%, 13%)
(0.14 / 0.00 / 0.02 / 0.13)

CMYK percentages

%14.03
%0
%2.26
%13.33

Codes

Color #BEDDD8 in popluar color models

BE DD D8
RGB 190 221 216
HSL 170° 31.31% 80.59%
HSB/HSV 170° 14.03% 86.67%
CMYK 14.03% 0.00% 2.26%
13.33%

Color #BEDDD8 in popluar number systems.

HEX BE DD D8
Decimal 190 221 216
Binary 10111110 11011101 11011000
Octal 276 335 330

Shades and tints

Shades of #BEDDD8

#BEDDD8
(190,221,216)
#ADC9C5
(173,201,197)
#9CB5B2
(156,181,178)
#8BA19F
(139,161,159)
#7A8D8C
(122,141,140)
#697979
(105,121,121)
#586566
(88,101,102)
#475153
(71,81,83)
#363D40
(54,61,64)
#25292D
(37,41,45)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #BEDDD8

#BEDDD8
(190,221,216)
#C3E0DB
(195,224,219)
#C8E3DE
(200,227,222)
#CDE6E1
(205,230,225)
#D2E9E4
(210,233,228)
#D7ECE7
(215,236,231)
#DCEFEA
(220,239,234)
#E1F2ED
(225,242,237)
#E6F5F0
(230,245,240)
#EBF8F3
(235,248,243)
#F0FBF6
(240,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDDD8; }

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

This text font color is #BEDDD8.

Background Color

.myBgColor { background-color: #BEDDD8; }

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

This div background color is #BEDDD8.

Border color

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

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

This div border color is #BEDDD8.

Opacity

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

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

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

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

This text has shadow with #BEDDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDDD8.

Preview

Color preview on black background

This text has color #BEDDD8 on black background.


Color preview on white background

This text has color #BEDDD8 on white background.


Black color preview on #BEDDD8 background

This text has black color on #BEDDD8 background.


White color preview on #BEDDD8 background

This text has white color on #BEDDD8 background.


Related colors

Complementary color

Complementary color for #hex is #412227.


I love getcolorcode.com

Triadic colors

1 #D8BEDD and #DDD8BE with #BEDDD8 are triadic colors.

2 #D8DDBE and #DDBED8 with #BEDDD8 are triadic colors.