COLOR #BDD4C4

HEX: #BDD4C4
RGB: (189,212,196)

Color info

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

RGB color model

#BDD4C4 color RGB value is (189,212,196).

  • red value is 189;
  • green value is 212;
  • blue value is 196.
RGB:
(189,212,196)
(74%,83%,77%)

RGB channels and saturation

R 189 of 255 = 74%
G 212 of 255 = 83%
B 196 of 255 = 77%

189
212
196

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

Portions of RGB colors in percentages

R + G + B =
189 + 212 + 196 = 597 (100%)
R 189 of 597 ~ 31.66%
G 212 of 597 ~ 35.51%
B 196 of 597 ~ 32.83%

%31.66
%35.51
%32.83

CMYK color model

#BDD4C4 color CMYK value is (11,0,8,17).

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 7.55%
  • key color value is 16.86%
CMYK:
(11,0,8,17)
C11M0Y8K17 
(11%,0%,8%,17%)
(0.11/0.00/0.08/0.17)	

CMYK percentages

%10.85
%0
%7.55
%16.86

Codes

Color #BDD4C4 in popluar color models

BDD4C4
RGB189212196
HSL138°21.10%78.63%
HSB/HSV138°10.85%83.14%
CMYK10.85%0.00%7.55%
16.86%

Color #BDD4C4 in popluar number systems.

HEXBDD4C4
Decimal189212196
Binary101111011101010011000100
Octal275324304

Shades and tints

Shades of #BDD4C4

#BDD4C4
(189,212,196)
#ACC1B3
(172,193,179)
#9BAEA2
(155,174,162)
#8A9B91
(138,155,145)
#798880
(121,136,128)
#68756F
(104,117,111)
#57625E
(87,98,94)
#464F4D
(70,79,77)
#353C3C
(53,60,60)
#24292B
(36,41,43)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #BDD4C4

#BDD4C4
(189,212,196)
#C3D7C9
(195,215,201)
#C9DACE
(201,218,206)
#CFDDD3
(207,221,211)
#D5E0D8
(213,224,216)
#DBE3DD
(219,227,221)
#E1E6E2
(225,230,226)
#E7E9E7
(231,233,231)
#EDECEC
(237,236,236)
#F3EFF1
(243,239,241)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD4C4 color. Also use rgb(189,212,196) instead hex code.

Text Font Color

.myTextColor { color: #BDD4C4; }

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

This text font color is #BDD4C4.


Background Color

.myBgColor { background-color: #BDD4C4; }

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

This div background color is #BDD4C4.


Border color

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

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

This div border color is #BDD4C4.


Opacity

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

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

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

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

This text has shadow with #BDD4C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD4C4 on black background.


Color preview on white background

This text has color #BDD4C4 on white background.



Black color preview on #BDD4C4 background

This text has black color on #BDD4C4 background.


White color preview on #BDD4C4 background

This text has white color on #BDD4C4 background.