COLOR #BDDDD8

HEX: #BDDDD8 RGB: (189,221,216)

Color info

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

RGB color model

#BDDDD8 color RGB value is (189,221,216).

RGB: (189,221,216) (74%, 87%, 85%)

RGB channels and saturation

R 189 of 255 = 74%
G 221 of 255 = 87%
B 216 of 255 = 85%

189
221
216

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

Portions of RGB colors in percentages

R + G + B = 189 + 221 + 216 = 626 (100%)
R 189 of 626 ~ 30.19%
G 221 of 626 ~ 35.3%
B 216 of 626 ~ 34.5'%

%30.19
%35.3
%34.5

CMYK color model

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

  • cyan value is 14.48%
  • 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.48
%0
%2.26
%13.33

Codes

Color #BDDDD8 in popluar color models

BD DD D8
RGB 189 221 216
HSL 171° 32.00% 80.39%
HSB/HSV 171° 14.48% 86.67%
CMYK 14.48% 0.00% 2.26%
13.33%

Color #BDDDD8 in popluar number systems.

HEX BD DD D8
Decimal 189 221 216
Binary 10111101 11011101 11011000
Octal 275 335 330

Shades and tints

Shades of #BDDDD8

#BDDDD8
(189,221,216)
#ACC9C5
(172,201,197)
#9BB5B2
(155,181,178)
#8AA19F
(138,161,159)
#798D8C
(121,141,140)
#687979
(104,121,121)
#576566
(87,101,102)
#465153
(70,81,83)
#353D40
(53,61,64)
#24292D
(36,41,45)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #BDDDD8

#BDDDD8
(189,221,216)
#C3E0DB
(195,224,219)
#C9E3DE
(201,227,222)
#CFE6E1
(207,230,225)
#D5E9E4
(213,233,228)
#DBECE7
(219,236,231)
#E1EFEA
(225,239,234)
#E7F2ED
(231,242,237)
#EDF5F0
(237,245,240)
#F3F8F3
(243,248,243)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDDD8; }

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

This text font color is #BDDDD8.

Background Color

.myBgColor { background-color: #BDDDD8; }

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

This div background color is #BDDDD8.

Border color

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

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

This div border color is #BDDDD8.

Opacity

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

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

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

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

This text has shadow with #BDDDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDDD8.

Preview

Color preview on black background

This text has color #BDDDD8 on black background.


Color preview on white background

This text has color #BDDDD8 on white background.


Black color preview on #BDDDD8 background

This text has black color on #BDDDD8 background.


White color preview on #BDDDD8 background

This text has white color on #BDDDD8 background.


Related colors

Complementary color

Complementary color for #hex is #422227.


I love getcolorcode.com

Triadic colors

1 #D8BDDD and #DDD8BD with #BDDDD8 are triadic colors.

2 #D8DDBD and #DDBDD8 with #BDDDD8 are triadic colors.