COLOR #BDD5C5

HEX: #BDD5C5
RGB: (189,213,197)

Color info

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

RGB color model

#BDD5C5 color RGB value is (189,213,197).

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

RGB channels and saturation

R 189 of 255 = 74%
G 213 of 255 = 84%
B 197 of 255 = 77%

189
213
197

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

Portions of RGB colors in percentages

R + G + B =
189 + 213 + 197 = 599 (100%)
R 189 of 599 ~ 31.55%
G 213 of 599 ~ 35.56%
B 197 of 599 ~ 32.89%

%31.55
%35.56
%32.89

CMYK color model

#BDD5C5 color CMYK value is (11,0,8,16).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 7.51%
  • key color value is 16.47%
CMYK:
(11,0,8,16)
C11M0Y8K16 
(11%,0%,8%,16%)
(0.11/0.00/0.08/0.16)	

CMYK percentages

%11.27
%0
%7.51
%16.47

Codes

Color #BDD5C5 in popluar color models

BDD5C5
RGB189213197
HSL140°22.22%78.82%
HSB/HSV140°11.27%83.53%
CMYK11.27%0.00%7.51%
16.47%

Color #BDD5C5 in popluar number systems.

HEXBDD5C5
Decimal189213197
Binary101111011101010111000101
Octal275325305

Shades and tints

Shades of #BDD5C5

#BDD5C5
(189,213,197)
#ACC2B4
(172,194,180)
#9BAFA3
(155,175,163)
#8A9C92
(138,156,146)
#798981
(121,137,129)
#687670
(104,118,112)
#57635F
(87,99,95)
#46504E
(70,80,78)
#353D3D
(53,61,61)
#242A2C
(36,42,44)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #BDD5C5

#BDD5C5
(189,213,197)
#C3D8CA
(195,216,202)
#C9DBCF
(201,219,207)
#CFDED4
(207,222,212)
#D5E1D9
(213,225,217)
#DBE4DE
(219,228,222)
#E1E7E3
(225,231,227)
#E7EAE8
(231,234,232)
#EDEDED
(237,237,237)
#F3F0F2
(243,240,242)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD5C5; }

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

This text font color is #BDD5C5.


Background Color

.myBgColor { background-color: #BDD5C5; }

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

This div background color is #BDD5C5.


Border color

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

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

This div border color is #BDD5C5.


Opacity

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

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

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

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

This text has shadow with #BDD5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD5C5 on black background.


Color preview on white background

This text has color #BDD5C5 on white background.



Black color preview on #BDD5C5 background

This text has black color on #BDD5C5 background.


White color preview on #BDD5C5 background

This text has white color on #BDD5C5 background.