COLOR #BDDDC2

HEX: #BDDDC2
RGB: (189,221,194)

Color info

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

RGB color model

#BDDDC2 color RGB value is (189,221,194).

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

RGB channels and saturation

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

189
221
194

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

Portions of RGB colors in percentages

R + G + B =
189 + 221 + 194 = 604 (100%)
R 189 of 604 ~ 31.29%
G 221 of 604 ~ 36.59%
B 194 of 604 ~ 32.12%

%31.29
%36.59
%32.12

CMYK color model

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

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

CMYK percentages

%14.48
%0
%12.22
%13.33

Codes

Color #BDDDC2 in popluar color models

BDDDC2
RGB189221194
HSL129°32.00%80.39%
HSB/HSV129°14.48%86.67%
CMYK14.48%0.00%12.22%
13.33%

Color #BDDDC2 in popluar number systems.

HEXBDDDC2
Decimal189221194
Binary101111011101110111000010
Octal275335302

Shades and tints

Shades of #BDDDC2

#BDDDC2
(189,221,194)
#ACC9B1
(172,201,177)
#9BB5A0
(155,181,160)
#8AA18F
(138,161,143)
#798D7E
(121,141,126)
#68796D
(104,121,109)
#57655C
(87,101,92)
#46514B
(70,81,75)
#353D3A
(53,61,58)
#242929
(36,41,41)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #BDDDC2

#BDDDC2
(189,221,194)
#C3E0C7
(195,224,199)
#C9E3CC
(201,227,204)
#CFE6D1
(207,230,209)
#D5E9D6
(213,233,214)
#DBECDB
(219,236,219)
#E1EFE0
(225,239,224)
#E7F2E5
(231,242,229)
#EDF5EA
(237,245,234)
#F3F8EF
(243,248,239)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDDC2; }

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

This text font color is #BDDDC2.


Background Color

.myBgColor { background-color: #BDDDC2; }

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

This div background color is #BDDDC2.


Border color

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

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

This div border color is #BDDDC2.


Opacity

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

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

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

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

This text has shadow with #BDDDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDDC2 on black background.


Color preview on white background

This text has color #BDDDC2 on white background.



Black color preview on #BDDDC2 background

This text has black color on #BDDDC2 background.


White color preview on #BDDDC2 background

This text has white color on #BDDDC2 background.