COLOR #BDD2C3

HEX: #BDD2C3
RGB: (189,210,195)

Color info

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

RGB color model

#BDD2C3 color RGB value is (189,210,195).

  • red value is 189;
  • green value is 210;
  • blue value is 195.
RGB:
(189,210,195)
(74%,82%,76%)

RGB channels and saturation

R 189 of 255 = 74%
G 210 of 255 = 82%
B 195 of 255 = 76%

189
210
195

R + G + B ~ 77%. #BDD2C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 210 + 195 = 594 (100%)
R 189 of 594 ~ 31.82%
G 210 of 594 ~ 35.35%
B 195 of 594 ~ 32.83%

%31.82
%35.35
%32.83

CMYK color model

#BDD2C3 color CMYK value is (10,0,7,18).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 17.65%
CMYK:
(10,0,7,18)
C10M0Y7K18 
(10%,0%,7%,18%)
(0.10/0.00/0.07/0.18)	

CMYK percentages

%10
%0
%7.14
%17.65

Codes

Color #BDD2C3 in popluar color models

BDD2C3
RGB189210195
HSL137°18.92%78.24%
HSB/HSV137°10.00%82.35%
CMYK10.00%0.00%7.14%
17.65%

Color #BDD2C3 in popluar number systems.

HEXBDD2C3
Decimal189210195
Binary101111011101001011000011
Octal275322303

Shades and tints

Shades of #BDD2C3

#BDD2C3
(189,210,195)
#ACBFB2
(172,191,178)
#9BACA1
(155,172,161)
#8A9990
(138,153,144)
#79867F
(121,134,127)
#68736E
(104,115,110)
#57605D
(87,96,93)
#464D4C
(70,77,76)
#353A3B
(53,58,59)
#24272A
(36,39,42)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #BDD2C3

#BDD2C3
(189,210,195)
#C3D6C8
(195,214,200)
#C9DACD
(201,218,205)
#CFDED2
(207,222,210)
#D5E2D7
(213,226,215)
#DBE6DC
(219,230,220)
#E1EAE1
(225,234,225)
#E7EEE6
(231,238,230)
#EDF2EB
(237,242,235)
#F3F6F0
(243,246,240)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD2C3; }

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

This text font color is #BDD2C3.


Background Color

.myBgColor { background-color: #BDD2C3; }

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

This div background color is #BDD2C3.


Border color

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

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

This div border color is #BDD2C3.


Opacity

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

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

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

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

This text has shadow with #BDD2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD2C3 on black background.


Color preview on white background

This text has color #BDD2C3 on white background.



Black color preview on #BDD2C3 background

This text has black color on #BDD2C3 background.


White color preview on #BDD2C3 background

This text has white color on #BDD2C3 background.