COLOR #BDD3C3

HEX: #BDD3C3 RGB: (189,211,195)

Color info

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

RGB color model

#BDD3C3 color RGB value is (189,211,195).

RGB: (189,211,195) (74%, 83%, 76%)

RGB channels and saturation

R 189 of 255 = 74%
G 211 of 255 = 83%
B 195 of 255 = 76%

189
211
195

R + G + B ~ 78%. #BDD3C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 211 + 195 = 595 (100%)
R 189 of 595 ~ 31.76%
G 211 of 595 ~ 35.46%
B 195 of 595 ~ 32.77'%

%31.76
%35.46
%32.77

CMYK color model

#BDD3C3 color CMYK value is (10,0,8,17).

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 7.58%
  • key color value is 17.25%

CMYK: (10,0,8,17)
C10M0Y8K17 (10%, 0%, 8%, 17%)
(0.10 / 0.00 / 0.08 / 0.17)

CMYK percentages

%10.43
%0
%7.58
%17.25

Codes

Color #BDD3C3 in popluar color models

BD D3 C3
RGB 189 211 195
HSL 136° 20.00% 78.43%
HSB/HSV 136° 10.43% 82.75%
CMYK 10.43% 0.00% 7.58%
17.25%

Color #BDD3C3 in popluar number systems.

HEX BD D3 C3
Decimal 189 211 195
Binary 10111101 11010011 11000011
Octal 275 323 303

Shades and tints

Shades of #BDD3C3

#BDD3C3
(189,211,195)
#ACC0B2
(172,192,178)
#9BADA1
(155,173,161)
#8A9A90
(138,154,144)
#79877F
(121,135,127)
#68746E
(104,116,110)
#57615D
(87,97,93)
#464E4C
(70,78,76)
#353B3B
(53,59,59)
#24282A
(36,40,42)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #BDD3C3

#BDD3C3
(189,211,195)
#C3D7C8
(195,215,200)
#C9DBCD
(201,219,205)
#CFDFD2
(207,223,210)
#D5E3D7
(213,227,215)
#DBE7DC
(219,231,220)
#E1EBE1
(225,235,225)
#E7EFE6
(231,239,230)
#EDF3EB
(237,243,235)
#F3F7F0
(243,247,240)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD3C3; }

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

This text font color is #BDD3C3.

Background Color

.myBgColor { background-color: #BDD3C3; }

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

This div background color is #BDD3C3.

Border color

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

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

This div border color is #BDD3C3.

Opacity

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

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

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

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

This text has shadow with #BDD3C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD3C3.

Preview

Color preview on black background

This text has color #BDD3C3 on black background.


Color preview on white background

This text has color #BDD3C3 on white background.


Black color preview on #BDD3C3 background

This text has black color on #BDD3C3 background.


White color preview on #BDD3C3 background

This text has white color on #BDD3C3 background.


Related colors

Complementary color

Complementary color for #hex is #422C3C.


I love getcolorcode.com

Triadic colors

1 #C3BDD3 and #D3C3BD with #BDD3C3 are triadic colors.

2 #C3D3BD and #D3BDC3 with #BDD3C3 are triadic colors.