COLOR #BDEFE9

HEX: #BDEFE9 RGB: (189,239,233)

Color info

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

RGB color model

#BDEFE9 color RGB value is (189,239,233).

RGB: (189,239,233) (74%, 94%, 91%)

RGB channels and saturation

R 189 of 255 = 74%
G 239 of 255 = 94%
B 233 of 255 = 91%

189
239
233

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

Portions of RGB colors in percentages

R + G + B = 189 + 239 + 233 = 661 (100%)
R 189 of 661 ~ 28.59%
G 239 of 661 ~ 36.16%
B 233 of 661 ~ 35.25'%

%28.59
%36.16
%35.25

CMYK color model

#BDEFE9 color CMYK value is (21,0,3,6).

  • cyan value is 20.92%
  • magenta value is 0.00%
  • yellow value is 2.51%
  • key color value is 6.27%

CMYK: (21,0,3,6)
C21M0Y3K6 (21%, 0%, 3%, 6%)
(0.21 / 0.00 / 0.03 / 0.06)

CMYK percentages

%20.92
%0
%2.51
%6.27

Codes

Color #BDEFE9 in popluar color models

BD EF E9
RGB 189 239 233
HSL 173° 60.98% 83.92%
HSB/HSV 173° 20.92% 93.73%
CMYK 20.92% 0.00% 2.51%
6.27%

Color #BDEFE9 in popluar number systems.

HEX BD EF E9
Decimal 189 239 233
Binary 10111101 11101111 11101001
Octal 275 357 351

Shades and tints

Shades of #BDEFE9

#BDEFE9
(189,239,233)
#ACDAD4
(172,218,212)
#9BC5BF
(155,197,191)
#8AB0AA
(138,176,170)
#799B95
(121,155,149)
#688680
(104,134,128)
#57716B
(87,113,107)
#465C56
(70,92,86)
#354741
(53,71,65)
#24322C
(36,50,44)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #BDEFE9

#BDEFE9
(189,239,233)
#C3F0EB
(195,240,235)
#C9F1ED
(201,241,237)
#CFF2EF
(207,242,239)
#D5F3F1
(213,243,241)
#DBF4F3
(219,244,243)
#E1F5F5
(225,245,245)
#E7F6F7
(231,246,247)
#EDF7F9
(237,247,249)
#F3F8FB
(243,248,251)
#F9F9FD
(249,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEFE9; }

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

This text font color is #BDEFE9.

Background Color

.myBgColor { background-color: #BDEFE9; }

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

This div background color is #BDEFE9.

Border color

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

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

This div border color is #BDEFE9.

Opacity

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

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

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

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

This text has shadow with #BDEFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEFE9.

Preview

Color preview on black background

This text has color #BDEFE9 on black background.


Color preview on white background

This text has color #BDEFE9 on white background.


Black color preview on #BDEFE9 background

This text has black color on #BDEFE9 background.


White color preview on #BDEFE9 background

This text has white color on #BDEFE9 background.


Related colors

Complementary color

Complementary color for #hex is #421016.


I love getcolorcode.com

Triadic colors

1 #E9BDEF and #EFE9BD with #BDEFE9 are triadic colors.

2 #E9EFBD and #EFBDE9 with #BDEFE9 are triadic colors.