COLOR #BDBED3

HEX: #BDBED3
RGB: (189,190,211)

Color info

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

RGB color model

#BDBED3 color RGB value is (189,190,211).

  • red value is 189;
  • green value is 190;
  • blue value is 211.
RGB:
(189,190,211)
(74%,75%,83%)

RGB channels and saturation

R 189 of 255 = 74%
G 190 of 255 = 75%
B 211 of 255 = 83%

189
190
211

R + G + B ~ 77%. #BDBED3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 190 + 211 = 590 (100%)
R 189 of 590 ~ 32.03%
G 190 of 590 ~ 32.2%
B 211 of 590 ~ 35.76%

%32.03
%32.2
%35.76

CMYK color model

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

  • cyan value is 10.43%
  • magenta value is 9.95%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(10,10,0,17)
C10M10Y0K17 
(10%,10%,0%,17%)
(0.10/0.10/0.00/0.17)	

CMYK percentages

%10.43
%9.95
%0
%17.25

Codes

Color #BDBED3 in popluar color models

BDBED3
RGB189190211
HSL237°20.00%78.43%
HSB/HSV237°10.43%82.75%
CMYK10.43%9.95%0.00%
17.25%

Color #BDBED3 in popluar number systems.

HEXBDBED3
Decimal189190211
Binary101111011011111011010011
Octal275276323

Shades and tints

Shades of #BDBED3

#BDBED3
(189,190,211)
#ACADC0
(172,173,192)
#9B9CAD
(155,156,173)
#8A8B9A
(138,139,154)
#797A87
(121,122,135)
#686974
(104,105,116)
#575861
(87,88,97)
#46474E
(70,71,78)
#35363B
(53,54,59)
#242528
(36,37,40)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #BDBED3

#BDBED3
(189,190,211)
#C3C3D7
(195,195,215)
#C9C8DB
(201,200,219)
#CFCDDF
(207,205,223)
#D5D2E3
(213,210,227)
#DBD7E7
(219,215,231)
#E1DCEB
(225,220,235)
#E7E1EF
(231,225,239)
#EDE6F3
(237,230,243)
#F3EBF7
(243,235,247)
#F9F0FB
(249,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBED3; }

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

This text font color is #BDBED3.


Background Color

.myBgColor { background-color: #BDBED3; }

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

This div background color is #BDBED3.


Border color

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

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

This div border color is #BDBED3.


Opacity

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

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

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

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

This text has shadow with #BDBED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBED3 on black background.


Color preview on white background

This text has color #BDBED3 on white background.



Black color preview on #BDBED3 background

This text has black color on #BDBED3 background.


White color preview on #BDBED3 background

This text has white color on #BDBED3 background.