COLOR #BDDED3

HEX: #BDDED3
RGB: (189,222,211)

Color info

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

RGB color model

#BDDED3 color RGB value is (189,222,211).

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

RGB channels and saturation

R 189 of 255 = 74%
G 222 of 255 = 87%
B 211 of 255 = 83%

189
222
211

R + G + B ~ 81%. #BDDED3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 222 + 211 = 622 (100%)
R 189 of 622 ~ 30.39%
G 222 of 622 ~ 35.69%
B 211 of 622 ~ 33.92%

%30.39
%35.69
%33.92

CMYK color model

#BDDED3 color CMYK value is (15,0,5,13).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • key color value is 12.94%
CMYK:
(15,0,5,13)
C15M0Y5K13 
(15%,0%,5%,13%)
(0.15/0.00/0.05/0.13)	

CMYK percentages

%14.86
%0
%4.95
%12.94

Codes

Color #BDDED3 in popluar color models

BDDED3
RGB189222211
HSL160°33.33%80.59%
HSB/HSV160°14.86%87.06%
CMYK14.86%0.00%4.95%
12.94%

Color #BDDED3 in popluar number systems.

HEXBDDED3
Decimal189222211
Binary101111011101111011010011
Octal275336323

Shades and tints

Shades of #BDDED3

#BDDED3
(189,222,211)
#ACCAC0
(172,202,192)
#9BB6AD
(155,182,173)
#8AA29A
(138,162,154)
#798E87
(121,142,135)
#687A74
(104,122,116)
#576661
(87,102,97)
#46524E
(70,82,78)
#353E3B
(53,62,59)
#242A28
(36,42,40)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #BDDED3

#BDDED3
(189,222,211)
#C3E1D7
(195,225,215)
#C9E4DB
(201,228,219)
#CFE7DF
(207,231,223)
#D5EAE3
(213,234,227)
#DBEDE7
(219,237,231)
#E1F0EB
(225,240,235)
#E7F3EF
(231,243,239)
#EDF6F3
(237,246,243)
#F3F9F7
(243,249,247)
#F9FCFB
(249,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDED3; }

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

This text font color is #BDDED3.


Background Color

.myBgColor { background-color: #BDDED3; }

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

This div background color is #BDDED3.


Border color

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

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

This div border color is #BDDED3.


Opacity

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

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

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

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

This text has shadow with #BDDED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDED3 on black background.


Color preview on white background

This text has color #BDDED3 on white background.



Black color preview on #BDDED3 background

This text has black color on #BDDED3 background.


White color preview on #BDDED3 background

This text has white color on #BDDED3 background.