COLOR #BDEDE9

HEX: #BDEDE9
RGB: (189,237,233)

Color info

#BDEDE9 contains red, green and blue colors in about the same proportion. Web safe color of #BDEDE9 is #CCFFFF (or #CFF).

RGB color model

#BDEDE9 color RGB value is (189,237,233).

  • red value is 189;
  • green value is 237;
  • blue value is 233.
RGB:
(189,237,233)
(74%,93%,91%)

RGB channels and saturation

R 189 of 255 = 74%
G 237 of 255 = 93%
B 233 of 255 = 91%

189
237
233

R + G + B ~ 86%. #BDEDE9 is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 237 + 233 = 659 (100%)
R 189 of 659 ~ 28.68%
G 237 of 659 ~ 35.96%
B 233 of 659 ~ 35.36%

%28.68
%35.96
%35.36

CMYK color model

#BDEDE9 color CMYK value is (20,0,2,7).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 7.06%
CMYK:
(20,0,2,7)
C20M0Y2K7 
(20%,0%,2%,7%)
(0.20/0.00/0.02/0.07)	

CMYK percentages

%20.25
%0
%1.69
%7.06

Codes

Color #BDEDE9 in popluar color models

BDEDE9
RGB189237233
HSL175°57.14%83.53%
HSB/HSV175°20.25%92.94%
CMYK20.25%0.00%1.69%
7.06%

Color #BDEDE9 in popluar number systems.

HEXBDEDE9
Decimal189237233
Binary101111011110110111101001
Octal275355351

Shades and tints

Shades of #BDEDE9

#BDEDE9
(189,237,233)
#ACD8D4
(172,216,212)
#9BC3BF
(155,195,191)
#8AAEAA
(138,174,170)
#799995
(121,153,149)
#688480
(104,132,128)
#576F6B
(87,111,107)
#465A56
(70,90,86)
#354541
(53,69,65)
#24302C
(36,48,44)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #BDEDE9

#BDEDE9
(189,237,233)
#C3EEEB
(195,238,235)
#C9EFED
(201,239,237)
#CFF0EF
(207,240,239)
#D5F1F1
(213,241,241)
#DBF2F3
(219,242,243)
#E1F3F5
(225,243,245)
#E7F4F7
(231,244,247)
#EDF5F9
(237,245,249)
#F3F6FB
(243,246,251)
#F9F7FD
(249,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEDE9 color. Also use rgb(189,237,233) instead hex code.

Text Font Color

.myTextColor { color: #BDEDE9; }

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

This text font color is #BDEDE9.


Background Color

.myBgColor { background-color: #BDEDE9; }

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

This div background color is #BDEDE9.


Border color

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

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

This div border color is #BDEDE9.


Opacity

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

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

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

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

This text has shadow with #BDEDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEDE9 on black background.


Color preview on white background

This text has color #BDEDE9 on white background.



Black color preview on #BDEDE9 background

This text has black color on #BDEDE9 background.


White color preview on #BDEDE9 background

This text has white color on #BDEDE9 background.