COLOR #BDDDC5

HEX: #BDDDC5
RGB: (189,221,197)

Color info

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

RGB color model

#BDDDC5 color RGB value is (189,221,197).

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

RGB channels and saturation

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

189
221
197

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

Portions of RGB colors in percentages

R + G + B =
189 + 221 + 197 = 607 (100%)
R 189 of 607 ~ 31.14%
G 221 of 607 ~ 36.41%
B 197 of 607 ~ 32.45%

%31.14
%36.41
%32.45

CMYK color model

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

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

CMYK percentages

%14.48
%0
%10.86
%13.33

Codes

Color #BDDDC5 in popluar color models

BDDDC5
RGB189221197
HSL135°32.00%80.39%
HSB/HSV135°14.48%86.67%
CMYK14.48%0.00%10.86%
13.33%

Color #BDDDC5 in popluar number systems.

HEXBDDDC5
Decimal189221197
Binary101111011101110111000101
Octal275335305

Shades and tints

Shades of #BDDDC5

#BDDDC5
(189,221,197)
#ACC9B4
(172,201,180)
#9BB5A3
(155,181,163)
#8AA192
(138,161,146)
#798D81
(121,141,129)
#687970
(104,121,112)
#57655F
(87,101,95)
#46514E
(70,81,78)
#353D3D
(53,61,61)
#24292C
(36,41,44)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #BDDDC5

#BDDDC5
(189,221,197)
#C3E0CA
(195,224,202)
#C9E3CF
(201,227,207)
#CFE6D4
(207,230,212)
#D5E9D9
(213,233,217)
#DBECDE
(219,236,222)
#E1EFE3
(225,239,227)
#E7F2E8
(231,242,232)
#EDF5ED
(237,245,237)
#F3F8F2
(243,248,242)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDDC5; }

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

This text font color is #BDDDC5.


Background Color

.myBgColor { background-color: #BDDDC5; }

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

This div background color is #BDDDC5.


Border color

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

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

This div border color is #BDDDC5.


Opacity

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

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

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

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

This text has shadow with #BDDDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDDC5 on black background.


Color preview on white background

This text has color #BDDDC5 on white background.



Black color preview on #BDDDC5 background

This text has black color on #BDDDC5 background.


White color preview on #BDDDC5 background

This text has white color on #BDDDC5 background.