COLOR #BDDDDD

HEX: #BDDDDD
RGB: (189,221,221)

Color info

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

RGB color model

#BDDDDD color RGB value is (189,221,221).

  • red value is 189;
  • green value is 221;
  • blue value is 221.
RGB:
(189,221,221)
(74%,87%,87%)

RGB channels and saturation

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

189
221
221

R + G + B ~ 83%. #BDDDDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 221 + 221 = 631 (100%)
R 189 of 631 ~ 29.95%
G 221 of 631 ~ 35.02%
B 221 of 631 ~ 35.02%

%29.95
%35.02
%35.02

CMYK color model

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

  • cyan value is 14.48%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,0,0,13)
C14M0Y0K13 
(14%,0%,0%,13%)
(0.14/0.00/0.00/0.13)	

CMYK percentages

%14.48
%0
%0
%13.33

Codes

Color #BDDDDD in popluar color models

BDDDDD
RGB189221221
HSL180°32.00%80.39%
HSB/HSV180°14.48%86.67%
CMYK14.48%0.00%0.00%
13.33%

Color #BDDDDD in popluar number systems.

HEXBDDDDD
Decimal189221221
Binary101111011101110111011101
Octal275335335

Shades and tints

Shades of #BDDDDD

#BDDDDD
(189,221,221)
#ACC9C9
(172,201,201)
#9BB5B5
(155,181,181)
#8AA1A1
(138,161,161)
#798D8D
(121,141,141)
#687979
(104,121,121)
#576565
(87,101,101)
#465151
(70,81,81)
#353D3D
(53,61,61)
#242929
(36,41,41)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #BDDDDD

#BDDDDD
(189,221,221)
#C3E0E0
(195,224,224)
#C9E3E3
(201,227,227)
#CFE6E6
(207,230,230)
#D5E9E9
(213,233,233)
#DBECEC
(219,236,236)
#E1EFEF
(225,239,239)
#E7F2F2
(231,242,242)
#EDF5F5
(237,245,245)
#F3F8F8
(243,248,248)
#F9FBFB
(249,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDDDD; }

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

This text font color is #BDDDDD.


Background Color

.myBgColor { background-color: #BDDDDD; }

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

This div background color is #BDDDDD.


Border color

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

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

This div border color is #BDDDDD.


Opacity

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

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

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

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

This text has shadow with #BDDDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDDDD on black background.


Color preview on white background

This text has color #BDDDDD on white background.



Black color preview on #BDDDDD background

This text has black color on #BDDDDD background.


White color preview on #BDDDDD background

This text has white color on #BDDDDD background.