COLOR #BDD7C4

HEX: #BDD7C4
RGB: (189,215,196)

Color info

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

RGB color model

#BDD7C4 color RGB value is (189,215,196).

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

RGB channels and saturation

R 189 of 255 = 74%
G 215 of 255 = 84%
B 196 of 255 = 77%

189
215
196

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

Portions of RGB colors in percentages

R + G + B =
189 + 215 + 196 = 600 (100%)
R 189 of 600 ~ 31.5%
G 215 of 600 ~ 35.83%
B 196 of 600 ~ 32.67%

%31.5
%35.83
%32.67

CMYK color model

#BDD7C4 color CMYK value is (12,0,9,16).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 8.84%
  • key color value is 15.69%
CMYK:
(12,0,9,16)
C12M0Y9K16 
(12%,0%,9%,16%)
(0.12/0.00/0.09/0.16)	

CMYK percentages

%12.09
%0
%8.84
%15.69

Codes

Color #BDD7C4 in popluar color models

BDD7C4
RGB189215196
HSL136°24.53%79.22%
HSB/HSV136°12.09%84.31%
CMYK12.09%0.00%8.84%
15.69%

Color #BDD7C4 in popluar number systems.

HEXBDD7C4
Decimal189215196
Binary101111011101011111000100
Octal275327304

Shades and tints

Shades of #BDD7C4

#BDD7C4
(189,215,196)
#ACC4B3
(172,196,179)
#9BB1A2
(155,177,162)
#8A9E91
(138,158,145)
#798B80
(121,139,128)
#68786F
(104,120,111)
#57655E
(87,101,94)
#46524D
(70,82,77)
#353F3C
(53,63,60)
#242C2B
(36,44,43)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #BDD7C4

#BDD7C4
(189,215,196)
#C3DAC9
(195,218,201)
#C9DDCE
(201,221,206)
#CFE0D3
(207,224,211)
#D5E3D8
(213,227,216)
#DBE6DD
(219,230,221)
#E1E9E2
(225,233,226)
#E7ECE7
(231,236,231)
#EDEFEC
(237,239,236)
#F3F2F1
(243,242,241)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD7C4; }

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

This text font color is #BDD7C4.


Background Color

.myBgColor { background-color: #BDD7C4; }

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

This div background color is #BDD7C4.


Border color

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

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

This div border color is #BDD7C4.


Opacity

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

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

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

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

This text has shadow with #BDD7C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD7C4 on black background.


Color preview on white background

This text has color #BDD7C4 on white background.



Black color preview on #BDD7C4 background

This text has black color on #BDD7C4 background.


White color preview on #BDD7C4 background

This text has white color on #BDD7C4 background.