COLOR #BDD3C5

HEX: #BDD3C5 RGB: (189,211,197)

Color info

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

RGB color model

#BDD3C5 color RGB value is (189,211,197).

RGB: (189,211,197) (74%, 83%, 77%)

RGB channels and saturation

R 189 of 255 = 74%
G 211 of 255 = 83%
B 197 of 255 = 77%

189
211
197

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

Portions of RGB colors in percentages

R + G + B = 189 + 211 + 197 = 597 (100%)
R 189 of 597 ~ 31.66%
G 211 of 597 ~ 35.34%
B 197 of 597 ~ 33'%

%31.66
%35.34
%33

CMYK color model

#BDD3C5 color CMYK value is (10,0,7,17).

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

CMYK: (10,0,7,17)
C10M0Y7K17 (10%, 0%, 7%, 17%)
(0.10 / 0.00 / 0.07 / 0.17)

CMYK percentages

%10.43
%0
%6.64
%17.25

Codes

Color #BDD3C5 in popluar color models

BD D3 C5
RGB 189 211 197
HSL 142° 20.00% 78.43%
HSB/HSV 142° 10.43% 82.75%
CMYK 10.43% 0.00% 6.64%
17.25%

Color #BDD3C5 in popluar number systems.

HEX BD D3 C5
Decimal 189 211 197
Binary 10111101 11010011 11000101
Octal 275 323 305

Shades and tints

Shades of #BDD3C5

#BDD3C5
(189,211,197)
#ACC0B4
(172,192,180)
#9BADA3
(155,173,163)
#8A9A92
(138,154,146)
#798781
(121,135,129)
#687470
(104,116,112)
#57615F
(87,97,95)
#464E4E
(70,78,78)
#353B3D
(53,59,61)
#24282C
(36,40,44)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #BDD3C5

#BDD3C5
(189,211,197)
#C3D7CA
(195,215,202)
#C9DBCF
(201,219,207)
#CFDFD4
(207,223,212)
#D5E3D9
(213,227,217)
#DBE7DE
(219,231,222)
#E1EBE3
(225,235,227)
#E7EFE8
(231,239,232)
#EDF3ED
(237,243,237)
#F3F7F2
(243,247,242)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD3C5; }

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

This text font color is #BDD3C5.

Background Color

.myBgColor { background-color: #BDD3C5; }

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

This div background color is #BDD3C5.

Border color

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

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

This div border color is #BDD3C5.

Opacity

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

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

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

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

This text has shadow with #BDD3C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD3C5.

Preview

Color preview on black background

This text has color #BDD3C5 on black background.


Color preview on white background

This text has color #BDD3C5 on white background.


Black color preview on #BDD3C5 background

This text has black color on #BDD3C5 background.


White color preview on #BDD3C5 background

This text has white color on #BDD3C5 background.


Related colors

Complementary color

Complementary color for #hex is #422C3A.


I love getcolorcode.com

Triadic colors

1 #C5BDD3 and #D3C5BD with #BDD3C5 are triadic colors.

2 #C5D3BD and #D3BDC5 with #BDD3C5 are triadic colors.